Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Torrent Strike (http://www.bvlist.com/forumdisplay.php?f=21)
-   -   errors (http://www.bvlist.com/showthread.php?t=508)

klonoa2 24th June 2008 20:10

errors
 
help i keep getting these errors on the index.php on TSfullymodded version1 based on TBDEV:

Code:

Warning: fopen(cache/index/newestuser.txt) [function.fopen]: failed to open stream: Permission denied in /home/admin/domains/site name/public_html/index.php on line 130

Warning: fputs(): supplied argument is not a valid stream resource in /home/admin/domains/site name/public_html/index.php on line 131

Warning: fclose(): supplied argument is not a valid stream resource in /home/admin/domains/site name/public_html/index.php on line 132

Warning: fopen(cache/index/stats.txt) [function.fopen]: failed to open stream: Permission denied in /home/admin/domains/site name/public_html/index.php on line 181

Warning: fwrite(): supplied argument is not a valid stream resource in /home/admin/domains/site name/public_html/index.php on line 182

Warning: fclose(): supplied argument is not a valid stream resource in /home/admin/domains/site name/public_html/index.php on line 183

would like help to fix it

Neptune 24th June 2008 20:23

Re: errors
 
read the readme.txt

klonoa2 24th June 2008 21:04

Re: errors
 
i have read the readme.txt it doesn't help fix these errors

Code:

    $fp = fopen($file2,"w");
    fputs($fp, $OUTPUT);
    fclose($fp);

these are lines 130 to 132

Code:

$fh = fopen($file, "w");
fwrite($fh,$stats2);
fclose($fh);

these are lines 181 to 183

allroms 25th June 2008 13:57

Re: errors
 
you need to create newestuser.txt in cache/index/ and chmod it to 777 ;)

klonoa2 25th June 2008 14:24

Re: errors
 
thanks for the help guys thats fixed it


All times are GMT +2. The time now is 07:46.

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