Hi guys,
I just installed ZenPhoto 1.1 and I'm loving it so far, thank you ALL for the excellent work!
I just have one tiny issue... I am using the stopdesign theme at http://www.alyssey.net/photography/ but when I click on the Gallery button, I get the following error:
"Not Found
The requested URL /photographyindex.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request."
Can someone help me with this please?
This is a bug when mod_rewrite is not set. You can either set mod_rewrite to true in the admin opitons or you can modify line 1515 of template-functions.php to read as follows: $result .= WEBPATH."/index.php?p=$page"; (The slash is what is missing.) We will include this fix in the next SVN update.