![]() |
|
Backup problem - 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: Backup problem (/thread-9998.html) |
Backup problem - miharix - 2012-05-21 Hi, Im just trying out the ZenPhoto and it seems ideal for what our school needs. But there is just a little problem. When I try to backup via FTP I get "Permission denied when I telnet to the server I saw that those folders are from the user "Apache". Great security but My user for the server ist't root. Any idea how to backup the files(without root access)? thanks for help Backup problem - acrylian - 2012-05-21 What server user is assigned if you upload via FTP is not Zenphoto related. This is a server configuration issue. You need to contact your host or your server admin if your school has such. Backup problem - miharix - 2012-05-21 Of course it cant manage local server users, Because I can access using my user to other folders that other php applications like Wordpress have created. All were uploaded the same way as Zenphoto to the server via FTP under same user. Backup problem - sbillard - 2012-05-21 If Zenphoto cannot access files then the user id that zenphoto is being run under does not have the permissions needed to make the access. Why that is is really not something we can know--it is a server thing. Backup problem - miharix - 2012-05-22 I thing there is a little misunderstanding where exactly my problem is. The steps in short I performed where:
Backup problem - sbillard - 2012-05-22 No, sounds exactly like there is a different user for running the scripts with different permissions than your FTP user. That should not necessarily be surprising. The user that apache runs scripts under must somehow be configured, so it is entirely possible to configure it differently from your FTP user. So, files created by Zenphoto are owned by the user assigned to run scripts. Files created by FTP are owned by your FTP user. None of this is under the control of Zenphoto. |