Strict standards errors template Black and White

GK User
Tue May 26, 2015 12:44 pm
Hello,

Since my hosting party update the PHP version to 5.5 i get multiple strict standards errors on the website of a customer:

http://www.wispelsbouwservice.nl/

I tried to set the error reporting to none, I've set extra error display rules to the .htaccess but it didn't help. And I can't change the php.ini...

I think the problem is the template, but I don't now how to set the error display to none for this Joomla 1.5 template.

Can anyone help me out?

Thanks,

John
User avatar
Fresh Boarder

GK User
Tue May 26, 2015 2:10 pm
Hi,
I guess yes: https://www.gavick.com/documentation/un ... tic-method

But we don't support this theme anymore.
I suggest to update to at least J2.5, J1.5 not safe.
If you want help with that topic... let me know.
User avatar
Platinum Boarder

GK User
Tue May 26, 2015 5:41 pm
Hi Oscar,

I know, but my client still doesn't want to update his website. I've found the solution: In te index.php file from the template I changed the error reporting in:

ini_set('error_reporting', E_ALL & ~E_STRICT & ~E_DEPRECATED);
ini_set('display_errors','Off');

Greetings,

John
User avatar
Fresh Boarder

GK User
Wed May 27, 2015 10:05 pm
You have to ask him,
if he still using antivirus from ~3 years ago without updates. It always works.
User avatar
Platinum Boarder


cron