For this particular error we have found a work around which works until Joomla corrects their coding. First, make sure your Joomla install is up to date. Make a backup of your /html/libraries/joomla/html/parameter.php file and then go in with an editor and change the two lines which have:
public function loadSetupFile($path)
to:
public function loadSetupFile($path=null)
save the file. Refresh your web page and the error should go away.
Joomla Strict Standards: Declaration of JParameter::loadSetupFile() should be compatible with that of JRegistry::loadSetupFile()
- 133 Users Found This Useful