Total novice. No idea what I'm doing. My server appears to be using PHP Version 4.3.2. The root gb folder's permission is 777 but I've been unable to rewrite the permissions of kisgb.csv.php and user.prefs.php to 666, so for now they're both at 777. Don't know if that's actually a problem or not.
Anyway, whenever I try to sign the guestbook I get this error message:
Warning: fopen(kisgb.csv.php): failed to open stream: Permission denied in c:\hosting\blablabla\addtogb.php on line 220
Unable to access
And when I go into Admin and try to edit or delete the default message, I get this error message:
Warning: fopen(kisgb.csv.php): failed to open stream: Permission denied in c:\hosting\blablabla\updategb.php on line 109
Unable to access kisgb.csv.php
Also admin.php seems to be wide open, it never asks for a username or password, even after emptying my cache and cookies. I've set a unique username/password in user.prefs.php and $lock_admin_to_myIP = false;
Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
Posted:
Fri Aug 01, 2003 5:35 pm
It looks like you have given permissions access to the kisgb folder, but not all the files in the folder. Check the permissions on addtogb.php, for example. It should be 644, as all the files except kisgb.csv.php and user.prefs.php. They should be 666 or 777.
View next topic View previous topic
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum