Dears,
I would love to use zenphoto, but actually I can't get it working.
Installation, all smooth
After uploading some pics in admin .. new folder beach-maui-hookipa
Did all again now with Firefox Browser..
which signals errors
a bunch of css issues which I don't care.
but also
1.)
selectObj has no properties
function updateThumbPreview(selectObj) {
var thumb = selectObj.options[selectObj.selectedIndex].style.backgroundImage;
selectObj.style.backgroundImage = thumb;
}
2.)
element has no properties
while (element.tagName != "BODY") {
Maybe somebody has an idea what is going on .... did the htaccess (amended /gallery) put it into root dir
Thanks
ok, got it working, playing with the htaccess
was able to remove a lot stuff from the main application which seems to do the trick.
of course there is another application running on the server.
I got so far that it is back all working except all my 404 handlings
I'm seeing this, which graps all 404 from that page
RewriteRule ^(.*)/?$ index.php?album=$1 [L,QSA]
Does anybody have an idea how to change that ....
I have very basic htaccess knowledge
P.S. Would love to have zenphoto version without mod rewrites....I don't care about SE's indexing the gallery.
You can run Zenphoto without mod rewrites by turning off the option in the admin pages. Options tab, Gallery Configuration subtab. Just uncheck the mod rewrite checkbox. After you have done that you should be able to just remove the .htaccess file from your gallelry folder.