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

Coppermine Gallery cannot create thumbnails

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

Gallery2 thumbnails will not show

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

Joomla Warning: Parameter 2 to frontpage()

The error: Joomla Warning: Parameter 2 to frontpage() can occur when you use an out-dated install...

How do I reset Zen Cart administrator password?

First login to your control panel with us, then click on the "phpMyAdmin" icon. Click the...

How to reset the admin password in Drupal

To change the administrative password for your current Drupal installation you should:1. Go to...