Hello,
I installed zenphoto on OS X 10.4 (with apache 1.3.33 and PHP 5.0) and the default theme works, but I can't get any of the other themes to work (especially thinkdreams). When I click on Gallery view I can see the text and gallery image, but without any styles applied. And none of the links work. I get the following error:
Zenphoto error: Album does not exist.
and the url in the link bar is:
http://localhost/~Naveen/zenphoto/%3C?=getAlbumLinkURL();?%3E
I have mod_rewrite turned on. I hope someone has an idea - i've been banging my head against the wall for 2 hours now.
OK, to follow up... I did some investigation of the thinkdreams php and found that it uses the shortcut syntax for php echo, which only works when the "short_open_tag" configuration option is set (which apparently it isn't in the OS X version of php) - see http://us3.php.net/echo and http://us3.php.net/manual/en/ini.core.php#ini.short-open-tag for reference. So i just did a find and replace and now the theme works great!.