![]() |
|
ZP 1.2.8 : Did all the settings manually, no GO button... - 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: ZP 1.2.8 : Did all the settings manually, no GO button... (/thread-6452.html) |
ZP 1.2.8 : Did all the settings manually, no GO button... - ferentz - 2010-01-14 I have installed ZP 1.2.7 on my localhost (xamp), did some testing and a custom template, all worked fine. Now I'm trying to do the same stuff on the hosting server. After copying the files, the installation page gaved me a few errors (couldn't create files and couldn't change permissions on folders). I did all the settings by hand: changed permissions and created robots.txt and setup.php. Now all errors have gone leaving behind only warnings. The problem is that when I try to save the auto completed form with the database data, the script, after loading, brings me back to the setup page and no GO button appears (endless loop). What should I do to move forward? I've found this topic with a similar issue and have followed the advice to check out the error log. Unfortunately it beats me. I can't understand what are the errors meaning. http://www.zenphoto.org/support/topic.php?id=6131 Thanks for help! ZP 1.2.8 : Did all the settings manually, no GO button... - acrylian - 2010-01-14 Well, the first advice you get is to install the recent version... So what errors do you exactly get? They are all either explained on the setup, on our troubleshooting or installation requirements. ZP 1.2.8 : Did all the settings manually, no GO button... - ferentz - 2010-01-14 Sry, my mistake, 1.2.8 is the version I'm trying to install (Here's the actual text from the setup page right now) Welcome to Zenphoto! This page will set up Zenphoto on your web server.
You need to address the problems indicated above then run setup.php again. ZP 1.2.8 : Did all the settings manually, no GO button... - sbillard - 2010-01-14 Something on your site is preventing Setup from creating/updating files. Thus you have no Zenphoto really won't work if it cannot use the file system. ZP 1.2.8 : Did all the settings manually, no GO button... - ferentz - 2010-01-14 Most probably the missing .htacces file is the trouble maker. Trouble is that I don't have even the faintest idea how to create it... I'll search the forum too see if I can find any clue. ZP 1.2.8 : Did all the settings manually, no GO button... - acrylian - 2010-01-14 Setup would do that if it could access the file system. You have first to set the rights on the files manually using an ftp client as Zenphoto is apparently not allowed to do that for you. ZP 1.2.8 : Did all the settings manually, no GO button... - ferentz - 2010-01-14 All the uploaded files have the 644 rights. The folders have 755 and the required folders have 777. EDIT: I've forgot to mention one thing, maybe it matters. In zp-core there is a .htaccess file wich has the first line : RewriteBase /zenphoto Should I change it? ZP 1.2.8 : Did all the settings manually, no GO button... - ferentz - 2010-01-14 Doh! Everything was fine except the database data wasn't good. Username and database had an prefix added by the hosting server. I had to check in cpanel to see that. I want to thank you for your promt responses. Thank you very much! Cheers! ZP 1.2.8 : Did all the settings manually, no GO button... - soren4 - 2010-01-28 I appear to have the same issue without the Go button appearing on setup.php. I'm no stranger to installing zen photo, however, been working on trying to get zenphoto 1.2.8 installed all day with no success. I don't have a single error on setup.php. Only a couple notices that file permission are strict (0755) and that zenphoto didn't have to install a robots.txt file since it already existed. I put in the pertinent database info into the fields and hit save and it progresses to do it's thing and then nothing. No Go button. .htaccess file permissions file is set to 755, the zp-config.php file does get written with the database info, however, zenphoto does not create any tables in the MySQL database since there is no Go button. Any help would be greatly appreciated. Thanks ZP 1.2.8 : Did all the settings manually, no GO button... - sbillard - 2010-01-28 There are two cases where the Most common is when setup has identified errors in the installation that need correction. (These are the red error indications, not the orange warnings.) The other reason is if the script has encountered a script error. If the former, you need to correct what setup has indicated is wrong. If the latter you will need to find what the error is (normally found in the CGI log) and report it back to us. ZP 1.2.8 : Did all the settings manually, no GO button... - soren4 - 2010-01-28 Problem solved - after many hours of frustration I discovered when inputing the database details a single space was accidently inputed after "localhost" causing the issue. Doh! ZP 1.2.8 : Did all the settings manually, no GO button... - mrbiggs - 2010-01-28 Hi there. ZP 1.2.8 : Did all the settings manually, no GO button... - sbillard - 2010-01-28 Quote:What kinds of things would keep it from accessing the file system? The warnings are just warnings. They represent things you [b]MIGHT[/b] need t deal with. They may give you an indication of why some other thing does not work correctly. In your case, the creation of the Of course you can still do these things manually yourself. The template for the htaccess file is in the zp-core folder. ZP 1.2.8 : Did all the settings manually, no GO button... - mrbiggs - 2010-01-28 sbillard: That seems to be the one. The Apache default something something owns it. A suggestion? Maybe in your nice installation instructions you should have a little bit that talks about this. Maybe assumes that the installation won't work so seamlessly. I eventually made my way to the troubleshooting page which helped a little, but I still had to accidentally find the file called "htaccess" hidden in the zp-core folder, copied it, added the point to the name and moved it to the root. That was all guessing. The assumption that the .htaccess file will be automatically be created cost me, who knows zip about web hosts and SQL and permissions and scripts, three hours. I tried creating my own at one point which created as many problems as it solved, obviously. thanks ZP 1.2.8 : Did all the settings manually, no GO button... - sbillard - 2010-01-28 Setup most likely told you it did not create the .htaccess file. That would have been a warning since the file is not required to run zenphoto. The current development stream also provides a link to tell setup to create the file. Should that creation fail you will get an error telling you what to do. We really cannot anticipate all the variations of server setup that may be encountered. For instance, I have no way of knowing whether you should use 0755 or 0777 on your server. 0755 is preferable, but it may not work. IMHO if your service provider insists on doing things out of the ordinary, they should be providing you the support to overcome what they have done. Setup tries to tell you what it has found. Somone who knows the server configuration is necessary to figure out how to deal with that. |