View Single Post
  #240  
Old 12th January 2010, 02:42
autotron autotron is offline
Senior Member
 
Join Date: Apr 2008
Canada
Posts: 29
Default
Quote:
Originally Posted by borfasrebel View Post
Tbdev Codexv4 Pre-Coded Installer Problem !!

PHP Code:
Warningfopen(cache/newuser.txt) [function.fopen]: failed to open streamOperation not permitted in /home/dreamert/public_html/tracker/index.php on line 19

Warning
fwrite(): supplied argument is not a valid stream resource in /home/dreamert/public_html/tracker/index.php on line 20

Warning
fclose(): supplied argument is not a valid stream resource in /home/dreamert/public_html/tracker/index.php on line 21

Warning
fopen(cache/stats.txt) [function.fopen]: failed to open streamOperation not permitted in /home/dreamert/public_html/tracker/index.php on line 34

Warning
fwrite(): supplied argument is not a valid stream resource in /home/dreamert/public_html/tracker/index.php on line 35

Warning
fclose(): supplied argument is not a valid stream resource in /home/dreamert/public_html/tracker/index.php on line 36

Warning
fopen(cache/active.txt) [function.fopen]: failed to open streamOperation not permitted in /home/dreamert/public_html/tracker/index.php on line 67

Warning
fputs(): supplied argument is not a valid stream resource in /home/dreamert/public_html/tracker/index.php on line 68

Warning
fclose(): supplied argument is not a valid stream resource in /home/dreamert/public_html/tracker/index.php on line 69

Warning
Cannot modify header information headers already sent by (output started at /home/dreamert/public_html/tracker/index.php:19in /home/dreamert/public_html/tracker/include/bittorrent.php on line 750

Warning
Cannot modify header information headers already sent by (output started at /home/dreamert/public_html/tracker/index.php:19in /home/dreamert/public_html/tracker/include/bittorrent.php on line 751


Warning
Cannot modify header information headers already sent by (output started at /home/dreamert/public_html/tracker/index.php:19in /home/dreamert/public_html/tracker/include/bittorrent.php on line 753 
I GIVE CHMOD 7777 ON ALL FILES BUT DON'T WORK !
PLESE HELP ?
these files where all empty by default and some ftp clients will not copy empty files over, just create the files you have error with and place them in the correct directory ( cache/ ) you can create these with notepad and be sure to chmod them to 0777
Reply With Quote