Quote:
Originally Posted by subnet_rx
the only chmod instructions I see are making survey.php 744, which I have done that.
|
No, it's for the entire survey directory.
Quote:
* If you get permission errors, change file permissions for the survey directory and its contents to 744, and the owner/group to apache:apache (or, some servers are setup to nobody:nobody):
cd /path/to/main/forum
chown -R apache:apache survey
chmod -R 744 survey
|