View Single Post
  #163  
Old 14th September 2009, 19:42
tekmobile tekmobile is offline
Senior Member
 
Join Date: Jul 2009
United Kingdom
Posts: 16
Default
I have this problem after installing everything ok but crashes on my index.php

Code:
Warning: fopen (cache / index / newestuser.txt) [function.fopen]: failed to open stream: Permission denied in / home/busi/public_html/t34324ent_/index.php on line 130
 
 Warning: fputs (): supplied argument is not a valid stream resource in / home/busi/public_html/t34324ent_/index.php on line 131
 
 Warning: fclose (): supplied argument is not a valid stream resource in / home/busi/public_html/t34324ent_/index.php on line 132
 
Warning: fopen (cache / index / stats.txt) [function.fopen]: failed to open stream: Permission denied in / home/busi/public_html/t34324ent_/index.php on line 181
 
 Warning: fwrite (): supplied argument is not a valid stream resource in / home/busi/public_html/t34324ent_/index.php on line 182
 
 Warning: fclose (): supplied argument is not a valid stream resource in / home/busi/public_html/t34324ent_/index.php on line 183
This wine server or script?

Code:
Warning: fopen (cache / index / newestuser.txt) [function.fopen]: failed to open stream: Permission denied
Try setting permissions chmod the newestuser.txt to 777 or better still chown it to the www-data user or whatever user your webserver runs as
Reply With Quote
The Following User Says Thank You to tekmobile For This Useful Post:
94busi94 (14th September 2009)