![]() |
|
Zenphoto setup issues - 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: Zenphoto setup issues (/thread-9198.html) |
Zenphoto setup issues - xaero - 2011-11-01 While going though the setup process for zenphoto, I encountered a few issues, which I will attempt to detail below.
System Information: Server version: Apache/2.2.16 (Debian) PHP 5.3.3-7+squeeze3 with Suhosin-Patch (cli) (built: Jun 28 2011 08:24:40) If any other information is required, please do not hesitate to ask. Zenphoto setup issues - sbillard - 2011-11-01 1: It cannot be (and is not) both. And Setup will not set it unless you provide the detailed files so it can detect the proper setting. All is described in the warning. Of course if you know the answer you can just select the correct characterset. 2: Setup will properly create a default .htaccess file if you click the link it provides. (Of course, the server needs to have allwed Zenphoto to write to this folder. If you file security does not allow this you have to make the file yourself.) If you need something different from the default then you had better be knowledgeable enought to make the changes. 3: Again, setup will create this file if it does not exist. It there is a file there it will be left alone. 4,5,6: File and folder permissions have to do with how you upload the Zenphoto files and the workings of your server file system. Setup just reports what it finds. If it tells you the permissions are not what it expects then your server has reported them that way. Setup will properly set the file permissions on all the folders/files provided a) your server allows PHP scripts to do this and b) you have choosen the correct value for your server. The answer of what is correct depends on the server and only you and the server know that. Note that we do no testing with servers other than Apache with a standard PHP. Other configurations may work or they may give you the problems that you are reporting. Sorry, but we simply do not have the knowledge of these other environments to be of any help. Zenphoto setup issues - acrylian - 2011-11-02 A few additions: 3: An rather strict example file is also located in /zp-core/robots.txt. Visit for example http://www.robotstxt.org/ to learn how to adjust to your needs. Btw, the server credentials look correct (even the suoshin patch should not a problem as my server uses that as well.) Zenphoto works fine ony standard shared host environments. I can assure that for at lest three of them over here in Germany). Zenphoto setup issues - xaero - 2011-11-02 Thank you for your feedback. A majority of what I reported was merely a cursory observation on the behavior of setup.php. The critical stop though, was not answered. That being #5 A screenshot of the error can be seen here: http://69.116.99.164:2500/~chris/images/screenshots/screenshot.117.png and an "ls -lash" of the zenphoto dir is here: http://69.116.99.164:2500/~chris/images/screenshots/screenshot.118.png Zenphoto setup issues - sbillard - 2011-11-02 Well, that really was answered, if not directly, by the comment (4,5,6) that the server needs to be setup so that Zenphoto can write to the folders. And really, what part of "you must create the /albums/ folder" did you not understand? Basically, your server is not setup so well. And as said, that is not something we can help you with. Zenphoto setup issues - xaero - 2011-11-02 Ya ... umm ... the host is set up correctly ... the zenphoto directory is owned by www-data, everything (for the sake of this test) is 0777, recursively. It still says /albums/ is the wrong permission or not created ... My question is this, is it the albums directory in $HOME/www/$DOMAIN/gallery/zenphoto/albums or is it expecting an albums directory in my root, hence the /albums/ structure? Zenphoto setup issues - acrylian - 2011-11-02 The /albums folder is in the root of the Zenphoto install. If that is also the root of your website depends on where you installed Zenphoto. The structure is the one you get in the archive... Zenphoto setup issues - sbillard - 2011-11-02 Your install seems to be wanting the albums folder to be in the root of the server. That is allowed if you have set the "external" selection in zp-config.php. If you have not intended this please check your zp-config file. If it is correct then most likely something in your server configuration is "hiding" the folder structure. |