![]() |
|
Lost - Need your help! - 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: Lost - Need your help! (/thread-792.html) |
Lost - Need your help! - mickoc - 2006-09-09 Ok, seem to have a similar problem to a lot of people here, my host (mosso.com) is v. strange about server paths so it may be particular to my host but here goes.. Here are the steps i've taken so far..
PS. The package did not include an albums directory am i supposed to create it myself? Any help greatly appreciated! Here's my config files: zp-config.php .htaccess htaccess file for zenphotoNOTE: Change the RewriteBase below to the absolute path to your zenphoto directory.RewriteEngine On !!! Change this to the web path (eg: http://www.example.com/photos --> /photos) !!!RewriteBase /zp/ RewriteCond %{REQUEST_FILENAME} -f [NC,OR] RewriteRule ^admin/?$ zen/admin.php [R,L] RewriteRule ^page/([0-9]+)/?$ index.php?page=$1 [L,QSA] [/list] Lost - Need your help! - Ilione - 2006-09-09 Mine had an albums dir... it would be in your zp folder - did you ensure that your ftp software uploaded everything? sometimes mine disconnects and i have to go over again. Perhaps it's there and you haven't set it writeable (chmod 777) yet? This needs to be done for both the albums and cache folders. Also regarding your setup url... Don't forget, if your gallery is in zp your setup will be domain-name.com/zp/zen/setup.php You may not need to use the RewriteBase, I suggest trying to get it working without first. Hope something there helps x Lost - Need your help! - Ilione - 2006-09-09 In fact, have only installed the zen directory into a new one called zp? You need the whole lot in a dir called zp and zen will be a subfolder :o) x Lost - Need your help! - mickoc - 2006-09-09 Ok, i've reinstalled, now have the albums and cache dir chmodded to 777. When i go to mydomain.com/zp/zen/setup.php Lost - Need your help! - Ilione - 2006-09-09 have you logged in with the username and password from your config? :o) Lost - Need your help! - Ilione - 2006-09-09 admin and blastbeat by the looks of things (though you might want to change that now!) Hope it all works after that :o) x Lost - Need your help! - mickoc - 2006-09-09 Sorry me being a dumbass, just copped that i need to enter my username / pwd frm the config file.. Cheers for the help! Lost - Need your help! - Ilione - 2006-09-09 My pleasure, I suck at the coding stuff but I've installed plenty of times so can always lend a hand on that score hehe :o) x |