[solved] Permissions failing
Posted: Mon Jul 03, 2017 7:06 pm
I was on 1.8.1 and upgrading to 1.12.1, then later higher. I am on PHP7 now so I must upgrade because of so many issues. The problem I am running into while upgrading is, the install page keeps saying
Directory not writable! /home/xxxx/public_html/tmp/templates_c
Please correct by executing: chmod 777 or set writing permission for php process, exiting!
After untaring the files I chown -R www-data:www-data * and then chmod 750 tmp/templates_c
That didn't work. So i broke down and set 777 on it and it still gets the same error. It makes no sense to me. The folder is writable.
Any help is appreciated.
Directory not writable! /home/xxxx/public_html/tmp/templates_c
Please correct by executing: chmod 777 or set writing permission for php process, exiting!
After untaring the files I chown -R www-data:www-data * and then chmod 750 tmp/templates_c
That didn't work. So i broke down and set 777 on it and it still gets the same error. It makes no sense to me. The folder is writable.
Any help is appreciated.