dryabov wrote:
No, I have few notices/warnings in error_log from other extensions, but none from MJ.
When accessing the administrator page for joomla then clicking on Mobile Joomla Plugin, i also encounter the following error:
Parse error: parse error in D:\inetpub\vhosts\XXXXX\httpdocs\XXXXXX\administrator\components\com_mobilejoomla\admin.mobilejoomla.php on line 15
Code Snippet of admin.mobilejoomla.php
if(version_compare(JVERSION,'1.6.0','ge') &&
!(JFactory::getUser()->authorise('core.manage', 'com_mobilejoomla')))
return JError::raiseWarning(403, JText::_('JERROR_ALERTNOAUTHOR'));
jimport('joomla.filesystem.file');
jimport('joomla.filesystem.folder');
jimport('joomla.event.dispatcher');
I was wondering if I need to adjust anything in the plugin settings to run php files.
Is this a version compatibility issue?
In local server, i'm using php 5.2.9-2 and it works.
But in my test server, i'm using php 5.3 and both error occurs.