KDawg08 Posted January 19, 2010 Posted January 19, 2010 I've not editted ANYTHING in my v1 game yet, and i do own a VPS so maybe someone can help me with this? Warning: fopen(admin.news) [function.fopen]: failed to open stream: Permission denied in /home/bung723/public_html/isc2/admin.php on line 1063 Warning: fwrite(): supplied argument is not a valid stream resource in /home/bung723/public_html/isc2/admin.php on line 1064 Warning: fclose(): supplied argument is not a valid stream resource in /home/bung723/public_html/isc2/admin.php on line 1065 $l=fopen("admin.news","w"); fwrite($l,stripslashes($_POST['newspaper'])); fclose($l); that's lines 1063-1065 here is a few lines before and after included function adnewspaper_submit() { global $ir,$c,$h,$userid; $l=fopen("admin.news","w"); fwrite($l,stripslashes($_POST['newspaper'])); fclose($l); print "Admin News updated!"; } $h->endpage(); ?> Anyone know how i can fix this? IDK If this is a game issue or a server issue. Either way I have access to fix it.. Quote
AlabamaHit Posted January 19, 2010 Posted January 19, 2010 The file itself must have permission to be written. I think 0777. But not 100% sure. Quote
KDawg08 Posted January 19, 2010 Author Posted January 19, 2010 I tried that and it made no difference. Quote
iR00T Posted January 20, 2010 Posted January 20, 2010 Try chmodded your whole public_html to 0755. If that don't work Try the file it self. If all else fails. Try removing fclose(); If that still don't work. I have a few more attempts to fix it Add me on msn: [email protected] Quote
KDawg08 Posted January 20, 2010 Author Posted January 20, 2010 I found out that I didn't CHMod the right file... I have 2 instances of the same game (ONE is locked for script testing purposes) and then the one i WILL be using that has WORKING mods in it etc... I chmod'd the wrong admin.news file. haha. Thanks though :) Quote
Djkanna Posted January 25, 2010 Posted January 25, 2010 Don't worry we all have those days too ("Idiocy hit me for a day") -- Some more than others (Djkanna for example :P) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.