Forum Moderators: coopster
I am receiving the following error message and not sure how to correct it:
"Warning: rmdir(/home/virtual/site26/fst/var/www/html/trap): <b>Permission denied</b> in /home/virtual/site26/fst/var/www/html/getout.php on line 60"
Thank you in advance for your assitance.
You will have problems if
- the process does not have sufficient rights
- you're in safe mode and the dir was not created by the php process
- the dir is not empty
things like that
Tom