mdivk wrote:
Thank you Dan,
I've upgraded the php version to 5.4 for the uat site, however, as you can see it, the site throws 3 error messages now:
Strict Standards: Declaration of JParameter::loadSetupFile() should be compatible with JRegistry::loadSetupFile() in /home3/foundba8/public_html/uat/libraries/joomla/html/parameter.php on line 512
Strict Standards: mktime(): You should be using the time() function instead in /home3/foundba8/public_html/uat/plugins/system/vvisit_counter/vvisit_counter.php on line 32
Strict Standards: Only variables should be assigned by reference in /home3/foundba8/public_html/uat/plugins/system/vvisit_counter/helper/vvisit_counter.php on line 28
Can you help sort it out while fix the RokMiniEvents issue?
Thank you very much for your kind help.
The errors are really only notices andits only Joomla complaining that the php files aren't coded the best for use with PHP 5.4. This is bacause your still using a J25 template. So I've set your Global Configuration -> Server -> Error reproting to NONE to kill the display of the notices.
You REALLY should now update the template to J3.4.3 as Joomla no longer supports J25.
I created a RokMiniEvents module with no issues.