PHP version troubles with zenphoto?

I remember reading something relating to this a week ago when my gallery suddenly stopped working, but I can't seem to find it now. Something about php version problems with PHP 5.2.0 and the gallery not showing up, which is what my host now has. Nothing shows up, no images and even my gallery pages go to an error page now. I tried updating zen versions, this only made things worse to be honest. How can I go about fixing this? Because i love this program and would hate to have to stop using it. Thanks

Comments

  • trisweb Administrator
    Looks like your RewriteBase is just wrong -- open up .htaccess in the /portfolio/ folder and change it to `"/portfolio"`
  • thanks, although my folders don't have anything in them now, so i'm still having some sort of problem even though the front page for the gallery is working.
  • trisweb Administrator
    From a look at your source, it's dying at this statement:

    `<?php echo getGalleryIndexURL();?>`

    I will investigate now...
  • trisweb Administrator
    `/zen/classes.php` line 581 -- remove the `@` symbol in front of `array_search` and see what error message you get when visiting an album.

    Thanks!
  • trisweb Administrator
    If that does produce an error, to make it work, replace that line (`classes.php` line `581`) with:

    `$this->index = 1;`

    Also, the next version, 1.0.4, due out this week or early next week fixes this bug.
  • Fatal error: Nesting level too deep - recursive dependency? in /home/deadleav/public_html/portfolio/zen/classes.php on line 581

    not sure what that means.
  • ok, it works now, thanks so much for the help.
Sign In or Register to comment.