Hi Guys,
Im currently running Joomla 1.5.22 with PHP 5.1.4
I’m having issues with enabling the “plg_system_jat3.v1.2.0” plugin within the Administrator. Once I enable the plugin the site breaks with the following error:
Parse error: parse error, unexpected ‘)’, expecting ‘(‘ in /var/www/vhosts/mydomain/httpdocs/plugins/system/jat3/core/common.php on line 224
On line 224 of the common.php is the following code:
if ($browser->getBrowser() == Browser::BROWSER_IPAD) return false;
Is there anything I need to modify within common or does this issue stem from something else?
Thanks for any assistance community!
———————————————————————————————————-
I solved the issue, I had to add PHP5 to my vhost.conf within a subdomain that I installed under my parent domain.
What led me to do that was the fact that I added a info.php to my sub directory httpdocs folder to check the version and it showed me that the sub-domain parent directory was still running on php4.
Maybe that will help others who might have this issue on Media Temple Servers who use the CGI version of php5.
Thanks