![]() |
|
What to Double Check When You Get An Error. - 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: What to Double Check When You Get An Error. (/thread-981.html) |
What to Double Check When You Get An Error. - thinkdreams - 2006-12-15 There's been a lot of posts in the last day or so where people are missing a step or two during the zenphoto setup process. This may help those in need. First thing, you need to ensure your host or ISP has not enabled PHP Safe Mode. If so (quoted from Tristan, the developer of Zenphoto): [list=1]
[list] If you've done all this, and something still doesn't work, write back and let us know. What to Double Check When You Get An Error. - trisweb - 2006-12-15 Stuck! What to Double Check When You Get An Error. - thinkdreams - 2006-12-27 Also, when contacting the forum if the above steps don't work, please provide a location for phpinfo() output so we can help troubleshoot your configuration on your ISP, and also a zp_config.php copy. Make sure if you do post your zp_config file, that you blank out your username and password first! What to Double Check When You Get An Error. - barista - 2007-01-07 Make sure your host/ISP isn't playing with the server. What to Double Check When You Get An Error. - hansn - 2007-01-07 Hello, Also: when you are a newbee with Zenphoto, nowhere the admin and username What to Double Check When You Get An Error. - ashgrove - 2007-01-11 I'd sure appreciate it, trisweb, if you would check out my installation at: http://www.ashgrovevisualarts.com/zenphoto/ and perhaps give me a clue as to the screenful of twisty little error messages, all alike, I'm getting. It started when I upgraded to 1.0.6. Lee Eschen What to Double Check When You Get An Error. - jfa - 2007-01-13 MySQL Error: Could not select the databaseThis one was working me over like a two dollar ho. MAKE SURE you have the right server path, even if your not on Dreamhost. I use ICDSoft and I had to change the following line... $conf['mysql_host'] = "localhost" to $conf['mysql_host'] = "localhost:/tmp/mysql5.sock" I found the correct host address in my CP database manager under MySQL Host, as opposed to the local host. Error: The 'albums' directory cannot be found or is not readable.My setup wasn't creating the 'album' and 'cache' directories for some reason. I simply added them manually through my control panel and that fixed it. Make sure the permissions on those directories are set to 777 (or 775 in my case). Those were the two big errors I had on install. Hope someone this info will help someone else out since the wiki's still down. What to Double Check When You Get An Error. - darrellm - 2007-01-14 I'm getting this error: http://www.darrellmankin.org/zenphoto What to Double Check When You Get An Error. - ashgrove - 2007-01-14 As a followup to my post above, ZenPhoto 1.0.3 is running properly on the same server, and with the same server settings, at: http://www.leeschen.net/zenphoto The above install was working on ZP-1.0.3 and broke when I uploaded ZP-1.0.6. Someone else mentions a problem when moving to PHP5. Could that be part of the problem. Is there something in ZP-1.0.6 that uses a PHP4 syntax, something that won't work in PHP5? Lee What to Double Check When You Get An Error. - trisweb - 2007-02-04 @ashgrove, sorry for the late response but that's a result of you not merging the new zp-config.php file for the new version. You need the block of settings for kses, the new html tag cleaning library. Pop those in there and it should work fine. What to Double Check When You Get An Error. - thinkdreams - 2007-02-05 Since the FAQ is up, I'll de-sticky this post. The FAQ is located here: http://www.zenphoto.org/trac/wiki/faq |