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

PHPList Email Throttling

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

How do I reset Mambo administrator password?

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

How do I reset Zen Cart administrator password?

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

Best WP Plugins

The best wp plugins we believe at this time are W3Total Cache, WordFence, Yoast SEO and iThemes...

How do I reset SMF administrator password?

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