php errors

Post Reply
peter1234
Posts: 8
Joined: Sun Jun 21, 2015 8:56 pm

php errors

Post 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.
admin
Site Admin
Posts: 37994
Joined: Wed Sep 10, 2008 11:43 am

Re: php errors

Post by admin »

Are you sure you reloaded apache?
scj/admin/test.php

do you see your settings there ?
Don't forget to run script update
peter1234
Posts: 8
Joined: Sun Jun 21, 2015 8:56 pm

Re: php errors

Post 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
admin
Site Admin
Posts: 37994
Joined: Wed Sep 10, 2008 11:43 am

Re: php errors

Post by admin »

Version - yes
Does it show your settings for errors ?
Don't forget to run script update
peter1234
Posts: 8
Joined: Sun Jun 21, 2015 8:56 pm

Re: php errors

Post by peter1234 »

error reporting is at 0 and display errors is off
admin
Site Admin
Posts: 37994
Joined: Wed Sep 10, 2008 11:43 am

Re: php errors

Post 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
Don't forget to run script update
peter1234
Posts: 8
Joined: Sun Jun 21, 2015 8:56 pm

Re: php errors

Post by peter1234 »

pm sent
admin
Site Admin
Posts: 37994
Joined: Wed Sep 10, 2008 11:43 am

Re: php errors

Post by admin »

Ops what a waste of time was it )

Somebody added error reporting = 0 into your templates
Maybe it was you )
Don't forget to run script update
Post Reply