While the system is working fine my error logs show some issues...
Quote:
[Mon Aug 2 16:25:53 2004] [error] PHP Warning: fopen(./includes/weather/db/4029.php): failed to open stream: Permission denied in /usr/local/www/data-dist/forecast.php on line 305
[Mon Aug 2 16:25:53 2004] [error] PHP Warning: fputs(): supplied argument is not a valid stream resource in /usr/local/www/data-dist/forecast.php on line 306
[Mon Aug 2 16:25:53 2004] [error] PHP Warning: fclose(): supplied argument is not a valid stream resource in /usr/local/www/data-dist/forecast.php on line 307
[Mon Aug 2 16:26:24 2004] [error] PHP Warning: fopen(./includes/weather/db/7887.php): failed to open stream: Permission denied in /usr/local/www/data-dist/forecast.php on line 305
[Mon Aug 2 16:26:24 2004] [error] PHP Warning: fputs(): supplied argument is not a valid stream resource in /usr/local/www/data-dist/forecast.php on line 306
[Mon Aug 2 16:26:24 2004] [error] PHP Warning: fclose(): supplied argument is not a valid stream resource in /usr/local/www/data-dist/forecast.php on line 307
|
The files it is trying to call do not exist and thus I'm not sure how users are selecting those locations? What can I do to avoid this from happening?