Strict Standards: Declaration of JParamete. Help!

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Jan 17, 2014 3:16 pm
Reply with quote
Report this post
Hi I hope you can support me with this: I get the following message on my site

Strict Standards: Declaration of JParameter::loadSetupFile() should be compatible with JRegistry::loadSetupFile() in /home2/hakomito/public_html/libraries/joomla/html/parameter.php on line 512

What should I do to correct it?

regards
User avatar
Fresh Boarder

GK User
Fri Jan 17, 2014 4:11 pm
Reply with quote
Report this post
Hello,

Please add in your template index.php file the following line at the beginning of the file:

Code: Select all
ini_set('error_reporting', E_ALL & ~E_NOTICE & ~E_WARNING & ~E_STRICT & ~E_DEPRECATED);
User avatar
Administrator

GK User
Fri Jan 17, 2014 5:06 pm
Reply with quote
Report this post
Thank you, the problem has been solved.

Take this opportunity to mention that it is the second time I ask both support and care has been excellent.

Keep it up hope.

Greetings.
User avatar
Fresh Boarder

GK User
Fri Jan 17, 2014 5:30 pm
Reply with quote
Report this post
Just one more thing, on my site the message has been removed, but the site administrator yet, what do I do to make it disappear from there?

Thank you.
User avatar
Fresh Boarder

GK User
Fri Jan 17, 2014 5:53 pm
Reply with quote
Report this post
For the administrator part you will have to also add the mentioned line in the administrator/index.php file ;)
User avatar
Administrator


cron