![]() |
|
Set-up problems addressed but still unable to proceed - 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: Set-up problems addressed but still unable to proceed (/thread-2122.html) |
Set-up problems addressed but still unable to proceed - matonik - 2008-01-26 I ran the zenphoto set-up and after having addressed all apparent issues as they appeared, I finally came to this screen shot: PHP version 4.1.0 or greater Which would indicate that everyting is correct, but the phrase: here is the url: Can anyone help me out on this and indicate how I can proceed further? Many thanks Set-up problems addressed but still unable to proceed - acrylian - 2008-01-26 Please always tell which version you are using. Is it a nightly or 1.1.3? If 1.1.3 please try the nightly build, it's quite stable. Set-up problems addressed but still unable to proceed - sbillard - 2008-01-26 No images are showing on the setup page, so we really don't know what issues setup has found. It puts check marks or x's in front of each line. I looked at the htlm of the setup page so I can tell you that the problem is that your PHP does not have GD support--which may also explain the lack of images? Set-up problems addressed but still unable to proceed - radex7 - 2008-01-26 Check permissions for zp-core>>>images folder and make sure that those images are there... Set-up problems addressed but still unable to proceed - sbillard - 2008-01-26 With the nightly build, all references to an album will go to setup.php until it has been run. Saves me having to ask "Did you run setup.php? :} (It will also simplify the installation instructions for release 1.1.4.) Set-up problems addressed but still unable to proceed - matonik - 2008-01-27 Hello and thank-you for your help. here is the end result: I have seen that other installations have the zp-core folder. I don't have this folder and my set-up file is located in the 'zen-photo%20nightly%20built' folder (made by me arbitrarly at the moment of server upload). It wasn't renamed nor redirected somewhere else. I interpret 'running set-up' as going to the above-mentioned web address, are there any other ways to run set-up? As far GD support in my PHP is concerned, do you mean that the server does not offer this support? Is it mandaotry in order to make zen-photo work? Are there ways to avoid this problem or to fix it? Sorry for not knowing much about this. Many thanks, hoping to be able to make this work. Set-up problems addressed but still unable to proceed - acrylian - 2008-01-27 The GD lib is image processing extenstion for PHP that is indeed mandatory to be installed on your server. Without GD zenphoto is not able to generate thumbnails and sized images and therefor would not be of much use for you. You apparently did something wrong installing zenphoto. The zp-core folders needs to be within your zenphoto folder. albums Just upload that into a folder called "zenphoto" or what you like. Set-up problems addressed but still unable to proceed - sbillard - 2008-01-27 Your new link took me to a page not found error. However, Unless you have got the GD support problem fixed, you won't be able to run zenphoto. GD is mandatory. You need to talk to your ISP about enabling GD support in the PHP they provide. Set-up problems addressed but still unable to proceed - radex7 - 2008-01-27 Quick way to find out about your php setting is to create a phpinfo.php file with the following code: ` PHP Test ` Upload it to your server, call it with the browser and it will tell you everything you need to know about your settings. I am not sure whether server admins can ban this from executing - but it is worth trying. Good luck. |