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

How to turn off magic quotes gpc for Joomla 3

Add the line "php_flag magic_quotes_gpc off" to the .htaccess file. If one does not exist create...

PHPList Email Throttling

As we are primarily a website hosting provider we limit email sending to 150 emails per hour. If...

phpBB: Switching template to default theme

To change your phpBB theme back to the default which may be necessary when upgrading, log into...

How do I reset Joomla administrator password?

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

Coppermine Gallery cannot create thumbnails

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