![]() |
|
Possible Permission Errors on Setup - 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: Possible Permission Errors on Setup (/thread-8191.html) |
Possible Permission Errors on Setup - pittoja - 2011-02-01 I'm having some trouble right off the bat setting Zenphoto up. Here's my set up page: It seems to be permission errors but not knowing a lot about such things I'm not even sure where to start. Could anyone offer some suggestions please? Thanks Possible Permission Errors on Setup - sbillard - 2011-02-01 You have to set up permissions so that PHP scripts can read and write their files. Exactly what works depends on the server. For instance permissions of 0777 might work (but are pretty unsecure). However, some servers will not allow script execution from folders with such loose permissions. You can try 0755 (folders) and 0644 (files) and see how that goes. If not, you may need to consult your service provider. Possible Permission Errors on Setup - Jeroen van Zijp - 2011-02-26 I think I have the same problem. When I chmod 777 those folders (as asked) I then get a message saying: I think this is stupid anyway. A PHP-script shouldn't be messing with file permissions in the first place. Possible Permission Errors on Setup - acrylian - 2011-02-26 No, Zenphoto does this to "secure" its running (this is done for your convenience). Maybe you have to try "relaxed". Sadly some shared host do require the unsecure 0777 and do not work with strict or strict+. |