View Gallery error

Nice job on the package. I agree with all the posts. I've been stuggling with Gallery 2.1 for a week now�??think it has quite a lot of nice gadgets, but to tell you the truth, I think you have a better eye for usability.

Anywho�??now that I buttered you up. : )
I've troubleshot many items and errors just by being a nerd and spending Friday night here. . . but I can only go so far.

I uploaded an album, don't see the thumbnail and then click View Gallery and get the following error:

"Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, tjh@rochester.rr.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log."

Comments

  • are you using mod-rewrite and does your server support mod-rewrite

    maybe this thread helps
    http://www.zenphoto.org/support/topic.php?id=215
  • Hi. I was able to get to the admin by loging in, not however by going to admin.php. This area worked great, and somehow miraculously I had made the thumbnails appear beautifully. Great interface. . . really.

    When I go to "View Album" or "View Gallery" I receive 404 errors or 505.

    I don't have Mod-Rewrite on, but left the "on" in the htaccess file. Should I turn that "off"??

    The begiining of my .htaccess file is as follows, including three lines my hosting service advised me to put in:

    # htaccess file for zenphoto
    # NOTE: Change the RewriteBase below to the absolute path to your zenphoto directory.
    <IfModule mod_rewrite.c>
    RewriteEngine On
    # !!! Change this to the absolute path !!!
    RewriteBase /zenphoto
    Action php-script /interpreters/php-script
    AddHandler php-script .php
    AddHandler php-script .php3

    - - - -
    When I used the advice at topic 215, deleted the .htaccess and added:
    $conf['mod_rewrite'] = false;
    define('SERVERPATH', '[full path]/zenphoto');
    define('WEBPATH', '/zenphoto');
    define('SERVERCACHE', SERVERPATH . "/cache");
    define('WEBCACHE', WEBPATH . "/cache");

    . . . I receive an error saying "Parse error: parse error, unexpected T_VARIABLE in /blablabla/blablabla/yada/www/html/zenphoto/zen/config.php on line 42

    LINE 42 is the line right after this addition.

    What is going on??? I've really tried everything. Could it be that I'm waiting for the hosting service to reboot my shared server not allowing any php additions to take effect on the memory usage? I'm at a loss.

    sorry for the long post. I have read all the forums and want to be clear.

    tanya
  • I've taken the suggested addition to the config file out, but still have mod-rewrite off and the htaccessfile on, and i can now get into the ADMIN section fine, upload pics and make albumsâ€???what a tease.

    I click View gallery and get "Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request."

    ?
    so confused on why it can see everything but the gallery.
    ouch�??i'm gonna cry.
Sign In or Register to comment.