I've finally managed to get ZP installed and the database connected. However, after image upload, they don't show up. No thumbnails, no images, and broken links.
I've verified permissions, and looked at the album folders in FTP. The images I've uploaded are there all right. But they won't show in the admin panel or the user
Also, the style sheet seems to be broken too. Somewhere my paths are all screwed up. It wasn't real clear to me where this thing needed to be installed.
Here's the photo page:
http://electrolund.com/zenphoto/index.php
Comments
Just for laughs I tried configuring the web path as follows but it didn't help.
RewriteBase /photos
BTW: The image does show up in the album folder and also in the database. There is nothing showing up in cache (and yes I have changed the permissions).
My gallery is at www.karebou.com/photos
I installed zenphoto into my own public_html folder, so that the address is "<domain>/~nat/zenphoto". Now, I'm not sure if it should be "/zenphoto" or "/~nat/zenphoto" in the .htaccess file.
Also, I'm not sure if htaccess-overrides are allowed in the particular folder. I added the following to the apache2.conf file, but it didn't work either.
"<Directory /home/nat/public_html>
AllowOverride All
</Directory>"