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.

  • 133 Users Found This Useful

Was this answer helpful?

Related Articles

Turn off PHP error messages via htaccess

From time to time you may encounter a script which has error messages you do not wish to see....

Gallery2 thumbnails will not show

If you are able to view your pictures in Gallery2 but the thumbnails are not showing or are...

How do I reset Joomla administrator password?

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

osCommerce - This is a potential security risk - please set the right user permissions on this file

This error is caused when the /includes/configure.php is world writable. To correct this, log...

How do I reset SMF administrator password?

Reset your SMF admin password First login to your control panel, click on "MySQL" then click on...