I was able to run zp on my other hosting provider, netfirms but it didn't have mod_rewrite.
So I decided to try godaddy, and now it won't even come up. I did the same steps as my previous host but I keep on getting
Error: The 'albums' directory cannot be found or is not readable.
Even when I try to access the admin page. Both Album and Cache have 777 rights.
From reading through the post is seems that the paths aren't being resolved correctly. I'm just wondering is anyone one gotten zp to work on godaddy.
Any help is appreciated.
Comments
Thanks.
BeamMeUp4@aol.com
define('SERVERPATH', '/home/content/U/S/E/USERNAME/html/zenphoto');
define('WEBPATH', '/zenphoto');
define('SERVERCACHE', SERVERPATH . "/cache");
define('WEBCACHE', WEBPATH . "/cache");
Not the three dirs with a single letter. This is just the first three letters of your username. Also, I'm assuming you are installing into a dir called zenphoto in your home directory. Adjust as required.
But on the other hand I did go with dreamhost. For a lot cheaper with the code I used. The good thing is that zenphoto is up and running.
Hardcoding the variables as above worked first time, so thanks for that!...
Except that now the paths to the images are incorrect (it's not including the "albums" directory in the img tag) and the images are not displaying on the pages....
Any ideas now?
Thanks in advance ;-)
gareth