File Manager Permissions Error ( Other thread solution didn't work )
Permalink
When I attempt to upload an image file File Manager gives me this error message:
Upload Error:
Unable to copy file to storage directory. Please check permissions on your upload directory and ensure they can be written to by your web server.
I have checked the file permissions and everything is 0755. The PHP is not set to safe. I have other concrete5 installations on this hosting account and they are working fine. Any ideas?? i can do work arounds in the HTML of course, but I don't edit this one directly anymore, the project director does, so it kind of defeats the propose of using concrete5!
http://www.indianaprojectice.org...
Thanks,
Paul
Upload Error:
Unable to copy file to storage directory. Please check permissions on your upload directory and ensure they can be written to by your web server.
I have checked the file permissions and everything is 0755. The PHP is not set to safe. I have other concrete5 installations on this hosting account and they are working fine. Any ideas?? i can do work arounds in the HTML of course, but I don't edit this one directly anymore, the project director does, so it kind of defeats the propose of using concrete5!
http://www.indianaprojectice.org...
Thanks,
Paul
Did you try with 777 permissions ?
Yep still got the same error
Make sure that the owner of /files, /packages and /config is the same user as the PHP user.
Create a php file with the following content:
Then chown that user:
If this still doesn't work, you can find more info here:
http://redconservatory.com/blog/concrete-5-installation-issues-and-...
Hope this helps!
Create a php file with the following content:
Then chown that user:
If this still doesn't work, you can find more info here:
http://redconservatory.com/blog/concrete-5-installation-issues-and-...
Hope this helps!