ZenphotoCMS Forum
Stopdesign gallery issues (1.1) - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Stopdesign gallery issues (1.1) (/thread-1753.html)



Stopdesign gallery issues (1.1) - alyssey - 2007-11-04

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?




Stopdesign gallery issues (1.1) - sbillard - 2007-11-04

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.




Stopdesign gallery issues (1.1) - alyssey - 2007-11-04

Excellent! That worked! Thank you very much!