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!
PHP Notice on out.php
Re: PHP Notice on out.php
I can't because cant see the home page of SCJ.admin wrote:Hi!
Did you try to run script update?
Which is the typical update URL?
Thanks
Re: PHP Notice on out.php
I think if your case that's gonna be
cd /path_to_scj/admin
env HTTP_HOST=yourdomain.com php update.php 51
cd /path_to_scj/admin
env HTTP_HOST=yourdomain.com php update.php 51
Don't forget to run script update
Re: PHP Notice on out.php
Thanks, i updated succesfully to .51 but still getting the same notices on error_log.
Best Regards
Best Regards
Re: PHP Notice on out.php
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
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
Re: PHP Notice on out.php
Good! 1 do the trick.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







