Page 1 of 1

php errors

Posted: Sun Mar 27, 2016 6:40 pm
by peter1234
Hello,

After updating from 50 to 51 we are getting the following error within the categories pages:


Notice: Undefined index: source_url in /home/****/public_html/****.com/scj/tube/index.php on line 0

Notice: Undefined index: benchmark_log in /home/****/public_html/****.com/scj/tube/index.php on line 0

Notice: Undefined index: SCJ_GALLERY_SOURCE_URL in /home/****/public_html/****.com/scj/cgi/out.php on line 1415

(note that the *** were replaced by me).

I've already tried setting error_reporting to 0 or E_ALL & ~E_NOTICE & E_DEPRICATED

Php version is 5.6.8

Thanks.

Re: php errors

Posted: Sun Mar 27, 2016 6:44 pm
by admin
Are you sure you reloaded apache?
scj/admin/test.php

do you see your settings there ?

Re: php errors

Posted: Sun Mar 27, 2016 6:53 pm
by peter1234
Yes i restarted apache when i tried to dismiss the errors through the php.ini

phpinfo shows version: PHP Version 5.6.18

Re: php errors

Posted: Sun Mar 27, 2016 7:28 pm
by admin
Version - yes
Does it show your settings for errors ?

Re: php errors

Posted: Sun Mar 27, 2016 7:33 pm
by peter1234
error reporting is at 0 and display errors is off

Re: php errors

Posted: Sun Mar 27, 2016 8:22 pm
by admin
And still it shows notice ...

I've never seen anything like that before.
PM ssh access plz and where to see the notice

Re: php errors

Posted: Sun Mar 27, 2016 8:56 pm
by peter1234
pm sent

Re: php errors

Posted: Mon Mar 28, 2016 1:49 pm
by admin
Ops what a waste of time was it )

Somebody added error reporting = 0 into your templates
Maybe it was you )