Problem after installtion - thanks

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

error:
Got an error each time when I click the album icon
--------------------------------------------------------------------------------------------------------------------
Internet Explorer cannot open the site http://mydomain.com/gallery/beach-maui-hookipa/.
Operation aborted.
--------------------------------------------------------------------------------------------------------------------

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

Comments

  • BTW: This is a fresh install, just was looking for a gallery script today.
    zenphoto looks great - if I could get it working :(
  • 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

    # Catch-all - everything else gets handled in PHP for compatibility.
    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.
  • acrylian Administrator, Developer
    You can use Zenphoto without mod_rewrite. Just disable it in the options and delete the htaccess file.
  • 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.
  • fantastic ...

    Just getting used to it ... You guys did an outstanding product!!

    Love it ...

    Looking forward with what you are coming up in the future.

    PS: Yes, I found the donate button ;)
Sign In or Register to comment.