no thumbs and album links don't work

I'm trying to get Zen Photo up and running but I'm running into a bit of a problem. It's not creating any thumbnails and the album links aren't working.
Here's the link to my gallery: adamgrahamphoto.com/photos/.
My site runs with Wordpress and is hosted at Dreamhost. Just to get past a few quick solutions, I've set mod_rewrite to "false" and deleted the .htaccess file. My albums and cache folders are set to '777'. I've upgraded to PHP 5 and checked with my host to make sure GD2 is enabled.
(gd
GD Support enabled
GD Version bundled (2.0.28 compatible)
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.1.7
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled)

I set the webpath and server path and that seems to be okay too:
define('WEBPATH', '/photos');
define('SERVERPATH', '/home/agphoto777/adamgrahamphoto.com/photos');

Any thoughts?

Comments

  • Solved it by uploading the .htaccess file to the directory in which i installed zenphoto
  • It's finally working now, thank you. Since so many other people had their installation problems solved by getting rid of the .htaccess file and turning it off I hadn't checked with it on after solving my other problems. I put the .htacess file where it should be and turned mod_rewrite on and it solved the problem. Thanks again.
Sign In or Register to comment.