On 12/22/2013 4:01 PM, EyeLand wrote:
I not see these warnings on site, thats warnings I extract from log
file, but my site not work fine and hosting support told me to correct
the php code on site.
2013/12/22 Ryan Wagner <infernal.buster@xxxxxxxxx>:
Did you tried turning off the E_NOTICE warning.
error_reporing(E_ALL || ~E_NOTICE);
On Sun, 22 Dec 2013 22:49:42 +0200, EyeLand <ournet.biz@xxxxxxxxx> wrote:
look there the code of these files:
2) there is index.php file:
https://gist.github.com/eyeland/8b471bf7ca9f6f3f76a7#file-index-php
3) there is _design.php file:
https://gist.github.com/eyeland/26f3b57fb3b8d271beef#file-_design-php
2013/12/22 Jim Giner <jim.giner@xxxxxxxxxxxxxxxxxx>:
On 12/22/2013 3:32 PM, EyeLand wrote:
<snip>
First - go to one of the files with an error, find the line # cited and
show
us the code that is there if you haven't figured it out by then.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
You didn't see them on site cause you didn't have error checking turned
on. Those messages are in your error_log file. If you turned on error
checking you would see them in your development environment.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php