Page 1 of 1

PHP Notice on out.php

Posted: Fri Oct 02, 2015 2:56 pm
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!

Re: PHP Notice on out.php

Posted: Fri Oct 02, 2015 2:58 pm
by admin
Hi!
Did you try to run script update?

Re: PHP Notice on out.php

Posted: Fri Oct 02, 2015 3:11 pm
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

Re: PHP Notice on out.php

Posted: Fri Oct 02, 2015 3:15 pm
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

Re: PHP Notice on out.php

Posted: Fri Oct 02, 2015 3:31 pm
by beeking
Thanks, i updated succesfully to .51 but still getting the same notices on error_log.

Best Regards

Re: PHP Notice on out.php

Posted: Fri Oct 02, 2015 3:55 pm
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

Re: PHP Notice on out.php

Posted: Fri Oct 02, 2015 4:44 pm
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.

Re: PHP Notice on out.php

Posted: Fri Oct 02, 2015 4:46 pm
by admin
ok