![]() |
|
Unable to upload file - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Unable to upload file (/thread-13702.html) |
Unable to upload file - Dynamics99 - 2022-02-22 Hi, I have been runnning into a Post 500 error on using the upload page. I am using https://blueimp.github.io/jQuery-File-Upload/ version which had been working fine. When I enabled Content-Security-Policy it stopped working so I disabled that. Now I run into an internal server error: {30144:Tue, 22 Feb 2022 15:46:54 GMT} Zenphoto v1.5.9
{30144:Tue, 22 Feb 2022 15:46:54 GMT}
{30144:Tue, 22 Feb 2022 15:46:54 GMT}
Notes: Im thinking it's a permission issue? Zenphoto is installed into a folder called portal. So portal has 755 as permission. The zp-core should also have 755 as permission right? Unable to upload file - acrylian - 2022-02-22 755 should be working (see https://www.zenphoto.org/news/permissions-for-zenphoto-files-and-folders/). That's for sure a permissions issue. Either your albums folder respectively the actual album has wrong permissions. Also it could be an issue with reading from the temp folder PHP uploads files first before actually moving them. Enabling the Content-Security-Policy things is a very sensitive and complicated matter that indeed can break things easily. |