Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Torrent Strike (http://www.bvlist.com/forumdisplay.php?f=21)
-   -   I Got Problem Again, Some Error messages (http://www.bvlist.com/showthread.php?t=1817)

Vald0 17th January 2009 18:17

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?

joeroberts 17th January 2009 18:34

you need to check chmod of cache folder should be 755 or 777

Vald0 17th January 2009 18:37

It Was 775 and i changed it 777 but it didn't help

joeroberts 17th January 2009 18:40

Quote:

Originally Posted by Vald0 (Post 8246)
It Was 775 and i changed it 777 but it didn't help

what did you chmod the file or folder??
they both need to be done
cache = 755
cache/index = 755
cache/index/newestuser.txt = 755

Vald0 17th January 2009 18:53

Oh, Many Thanks For You, Now it's working

joeroberts 17th January 2009 18:55

:ok: glad to help even though its not my source.
And I don't like it :coffee:


All times are GMT +2. The time now is 03:43.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.