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