View Single Post
  #20  
Old 31st May 2009, 13:03
Sithlord Sithlord is offline
Senior Member
 
Join Date: Aug 2008
Posts: 25
Default
very nice but i have some errors:
wen i am on the home page:
Code:
Warning:  fopen(C: mpp\htdocs\cache/index/newestuser.txt) [function.fopen]: failed to open stream: Invalid argument in C:\xampp\htdocs\index.php on line 45

Warning:  fputs(): supplied argument is not a valid stream resource in C:\xampp\htdocs\index.php on line 46

Warning:  fclose(): supplied argument is not a valid stream resource in C:\xampp\htdocs\index.php on line 47

Warning:  fopen(C: mpp\htdocs\cache/index/stats.txt) [function.fopen]: failed to open stream: Invalid argument in C:\xampp\htdocs\index.php on line 93

Warning:  fwrite(): supplied argument is not a valid stream resource in C:\xampp\htdocs\index.php on line 94

Warning:  fclose(): supplied argument is not a valid stream resource in C:\xampp\htdocs\index.php on line 95

Warning:  fopen(C: mpp\htdocs\cache/index/active.txt) [function.fopen]: failed to open stream: Invalid argument in C:\xampp\htdocs\index.php on line 122

Warning:  fputs(): supplied argument is not a valid stream resource in C:\xampp\htdocs\index.php on line 123

Warning:  fclose(): supplied argument is not a valid stream resource in C:\xampp\htdocs\index.php on line 124

Warning:  fopen(C: mpp\htdocs\cache/index/news.txt) [function.fopen]: failed to open stream: Invalid argument in C:\xampp\htdocs\index.php on line 192

Warning:  fputs(): supplied argument is not a valid stream resource in C:\xampp\htdocs\index.php on line 193

Warning:  fclose(): supplied argument is not a valid stream resource in C:\xampp\htdocs\index.php on line 194

Warning:  fopen(C: mpp\htdocs\cache/index/bd.txt) [function.fopen]: failed to open stream: Invalid argument in C:\xampp\htdocs\include\functions.php on line 1128

Warning:  fputs(): supplied argument is not a valid stream resource in C:\xampp\htdocs\include\functions.php on line 1130

Warning:  fclose(): supplied argument is not a valid stream resource in C:\xampp\htdocs\include\functions.php on line 1132
when I want to create an event:
Code:
Warning:  fopen(C: mpp\htdocs\cache/countdown.txt) [function.fopen]: failed to open stream: Invalid argument in C:\xampp\htdocs\countdown.php on line 34

Warning:  fwrite(): supplied argument is not a valid stream resource in C:\xampp\htdocs\countdown.php on line 35

Warning:  fclose(): supplied argument is not a valid stream resource in C:\xampp\htdocs\countdown.php on line 36

Warning:  Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\countdown.php:34) in C:\xampp\htdocs\include\functions.php on line 316
everithing else is working.
how can i fix it
Reply With Quote