Quote:
Originally Posted by Drakah
Just installed fresh on 3.5.0 RC2. I have this error:
Warning: Smarty error: problem writing './survey/smarty/templates_c/Default^available_surveys.tpl.' in /survey/smarty/Smarty.class.php on line 589
..what to do?
Also, I did have a writing error for template_c, but in order for it to write I had to change the chmod to 777 /shrug.
|
No need for 777, follow the steps for 744:
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
|