Also I'm still getting strange permission issues. All folders are currently set to 755 but anytime it needs to write a file I get an error. As an example, I get this when trying to view a players game logs:
Quote:
Warning: fopen(./cache/player_429_sim_stats_Season.html) [function.fopen]: failed to open stream: Permission denied in /home/.../blb/utilities/ootpsqlou/playerStats.php on line 995
Warning: fwrite(): supplied argument is not a valid stream resource in /home/.../blb/utilities/ootpsqlou/playerStats.php on line 996
Warning: fclose(): supplied argument is not a valid stream resource in /home/.../blb/utilities/ootpsqlou/playerStats.php on line 997
|
If I set the permissions to 777 it works but I obviously don't want to leave them at 777. Is there something wrong in my configuration that would be causing this?