Thread: logging
View Single Post
  #2  
Old 11-20-2012, 10:20 AM
webizen webizen is offline
LiteSpeed Staff
 
Join Date: Oct 2010
Posts: 2,338
Quote:
Originally Posted by bobykus View Post
...
and most annoying

2012-11-20 16:58:16.938 [STDERR] PHP Warning: feof() expects parameter 1 to be resource, boolean given in loadData.php on line 6
2012-11-20 16:58:16.938 [STDERR] PHP Warning: fgets() expects parameter 1 to be resource, boolean given in loadData.php on line 7
...

Why?
You should check the code to find out. likely they use a file handle that failed.
Reply With Quote