Joomla Strict Standards: Declaration of JParameter::loadSetupFile() should be compatible with that of JRegistry::loadSetupFile()

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.

  • 134 Users Found This Useful

Was this answer helpful?

Related Articles

Tiki Wiki: Notice: Only variable references should be returned by reference

You can find the latest version of ADODB here. To modify the function to not return a...

Moodle: Notice: Only variable references should be returned by reference

Notice: Only variable references should be returned by reference The issue is with Moodle...

Coppermine Gallery cannot create thumbnails

If Coppermine Gallery will not resize photos and shows an error please try the following... In...

How do I reset Joomla administrator password?

How to reset Joomla administrative password Start by logging into your control panel. Once...

How do I reset Mambo administrator password?

To reset the password for mambo's admin page simply access the MySQL database by logging into...