PHP Notice on out.php

Post Reply
beeking
Posts: 12
Joined: Mon Apr 28, 2014 4:10 pm

PHP Notice on out.php

Post by beeking »

Hello! The error_log file on my site grows constantly with this kind of notices:

[02-Oct-2015] PHP Notice: Undefined index: path in /home/domain/public_html/out.php on line 0

How can i fix this?

Thanks!
admin
Site Admin
Posts: 37994
Joined: Wed Sep 10, 2008 11:43 am

Re: PHP Notice on out.php

Post by admin »

Hi!
Did you try to run script update?
Don't forget to run script update
beeking
Posts: 12
Joined: Mon Apr 28, 2014 4:10 pm

Re: PHP Notice on out.php

Post by beeking »

admin wrote:Hi!
Did you try to run script update?
I can't because cant see the home page of SCJ. :(

Which is the typical update URL?

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

Re: PHP Notice on out.php

Post by admin »

I think if your case that's gonna be

cd /path_to_scj/admin
env HTTP_HOST=yourdomain.com php update.php 51
Don't forget to run script update
beeking
Posts: 12
Joined: Mon Apr 28, 2014 4:10 pm

Re: PHP Notice on out.php

Post by beeking »

Thanks, i updated succesfully to .51 but still getting the same notices on error_log.

Best Regards
admin
Site Admin
Posts: 37994
Joined: Wed Sep 10, 2008 11:43 am

Re: PHP Notice on out.php

Post by admin »

Then there are 2 options:

1. you can fix it right now and forget
- disable logging or add to common.php

error_reporting(E_ALL & ~E_NOTICE );


2. you can send me ftp access to I can check and fix it
Don't forget to run script update
beeking
Posts: 12
Joined: Mon Apr 28, 2014 4:10 pm

Re: PHP Notice on out.php

Post by beeking »

admin wrote:Then there are 2 options:

1. you can fix it right now and forget
- disable logging or add to common.php

error_reporting(E_ALL & ~E_NOTICE );


2. you can send me ftp access to I can check and fix it
Good! 1 do the trick.
admin
Site Admin
Posts: 37994
Joined: Wed Sep 10, 2008 11:43 am

Re: PHP Notice on out.php

Post by admin »

ok
Don't forget to run script update
Post Reply