Hi!
Just installed zenphoto 1.0.3 and all went well except for a small glitch.....I can't see the photos?
I get this error in the apache error_log:
File does not exist: "/srv/www/htdocs/zenphoto/maja, referer: <Myserver>/zenphoto/"
the folder maja is located under "/srv/www/htdocs/zenphoto/albums/maja"
Any ideas?
Comments
Still didn't work with rewrite after I enabled it though. :-(
http://claesson.homeip.net/zenphoto/
Works great with rewrite turned off.
Had to change the apache configuration.
LoadModule rewrite_module modules/mod_rewrite.so in \xampp\apache\conf\httpd.conf
has the # removed.
Gallery works fine if modrewrite is set to false but when set to true no images display, however with the stopdesign theme if I view it the gallery with rewrite off and the images get cached then when I turn it on they display, but links to albums don't.
http://fatalcure.org/Photos/
Thanks in advaced.
Dave.
I added
"Options FollowSymLinks"
to my Directory configuration.
Make sure that you don't have any
"AllowOverride None" set somewhere for that Directory.
Added:
<Directory "E:\Server\xampp\htdocs\Photos">
Options Indexes FollowSymLinks
</Directory>
Now, http://www.fatalcure.org/photos/ comes up with:
Zenphoto error: Album does not exist.
However, links to my galleries now work, ie http://www.fatalcure.org/photos/rave
http://www.fatalcure.org/photos/sandsculptures
Any ideas?
[Sat Jun 03 08:05:24 2006] [warn] RewriteCond: NoCase option for non-regex pattern '-f' is not supported and will be ignored.
[Sat Jun 03 08:05:24 2006] [warn] RewriteCond: NoCase option for non-regex pattern '-d' is not supported and will be ignored.
http://www.fatalcure.org/photos/index.php
actually works, but /photos comes up with that
Zenphoto error: Album does not exist.
error,
http://fatalcure.org/gallery/
but since the upgrade it comes up with the error I mentioned above, I might just stick with the previous version for now.
Zenphoto error: Album does not exist.
using xampp and noticed that the url was being rewritten to which is probably a configuration problem somewhere and the quick fix for me was to just do this:
`
# new fix for index.php passed as a param
RewriteRule index\.php$ index.php [L,QSA]
# put above this line
RewriteRule ^([^/]+)/?$ index.php?album=$1 [L,QSA]
`
If anyone knows where the root problem of this might be I would appreciate it but for now I hope this helps others. I imagine it's one of the settings from the httpd.conf.