View Single Post
  #1  
Old 17th January 2009, 18:17
Vald0 Vald0 is offline
Member
 
Join Date: Jan 2009
Default
Posts: 8
Question I Got Problem Again, Some Error messages
Quote:
PHP Error Message

Warning: fopen(cache/index/newestuser.txt) [function.fopen]: failed to open stream: Permission denied in /home/a5443470/public_html/index.php on line 130
On the line 130 reads: $fp = fopen($file2,"w");

Quote:
PHP Error Message

Warning: fputs(): supplied argument is not a valid stream resource in /home/a5443470/public_html/index.php on line 131
On the line 131 reads: fputs($fp, $OUTPUT);
Quote:
PHP Error Message

Warning: fclose(): supplied argument is not a valid stream resource in /home/a5443470/public_html/index.php on line 132
On the line 132 reads: fclose($fp);

Quote:
PHP Error Message

Warning: fopen(cache/index/stats.txt) [function.fopen]: failed to open stream: Permission denied in /home/a5443470/public_html/index.php on line 181
On the line 181 reads: $fh = fopen($file, "w");

Quote:
PHP Error Message

Warning: fwrite(): supplied argument is not a valid stream resource in /home/a5443470/public_html/index.php on line 182
On the line 182 reads: fwrite($fh,$stats2);

Quote:
PHP Error Message

Warning: fclose(): supplied argument is not a valid stream resource in /home/a5443470/public_html/index.php on line 183
On the line 182 reads: fclose($fh);

When i go to MyTracker.com/index.php in top of the side got these errors.

If you needs my tracker is http://digitalpirates.comze.com/index.php
There you will see the errors, Does anybody know how i can take them off?

Last edited by Vald0; 17th January 2009 at 18:36.
Reply With Quote