PDA

View Full Version : Permission Issues


NST Inc Designer
11-07-2007, 05:24 PM
I'm trying to modify the file pgm-more_information.php. I don't seem to have permissions to do this. Is this normal or is it a setting on my server. I tried to make a plugin to handle the mod but it throws a permissions error as well. When I try to CHMOD through FTP or Cpanel, it's a no go either.

lwyau
11-07-2007, 05:31 PM
It is most liikely due to your server not running phpsuexec. The owner of sohoadmin and subdirectories is "nobody" and you can't touch them unless the permissions are changed recursively to 777 (by your host), thus open them up for you to change.

NST Inc Designer
11-07-2007, 07:10 PM
Ok. If it's just my server I can have them sort it out. I just wanted to know as I'm going to make a plugin to work alongside one of my templates. If it was normal that pgm-more_information.php was not accessible (even by plugin) than I would have had to find another way to go about it.

lwyau
11-07-2007, 07:23 PM
No, plug-ins should have access to ALL directories from public_html on down.