| Author | Message |
| Post Title: Random Block problems after upgrade to gallery 1.5.2 | |
kungfoo
Joined: Jan 30, 2006 Posts: 75
|
Posted: Mon Jan 30, 2006 8:27 pm
Since upgrading to 1.5.2 yesterday, the link attached to the random photo displayed is not pointing to the appropriate location. It is not using the path to the nuke website/modules.php?... its using the path to the base gallery install, then tacking on modules.php?etc...
I have gallery at the root of my web. Then I have a symbolic link at nuke/modules/gallery -> gallery. This has always worked in the past. Thanks for any help in advance! J ---- Give us your Gallery/webserver information to get a faster answer. Get this information from the PHP diagnostic (in the configuration wizard). Gallery URL (optional but very useful): http://www.buffaloh3.com/gallery or http://www.buffaloh3.com/bh3/modules.php?name=gallery phpNuke: 7.7 w/ chatserv patch 3.1 Gallery version:1.5.2 Apache version:1.3.33 PHP version (don't just say PHP 4, please): 4.3.11 Graphics Toolkit:IM Operating system:some linux flavor Web browser/version (if applicable):IE & Firefox The CONFIG lines from the top of your block file(s): $GALLERY_BASEDIR = "/home2/buffaloh/public_html/bh3/modules/gallery/"; $GALLERY_MODULENAME = "gallery"; define(CACHE_EXPIRED, 10); define(ALBUM_DIRECTORY,"/home2/buffaloh/public_html/bh3/modules/gallery/albums/"); $selector = "RANDOM"; $auto_rate = 5; $number_of_pix = 1; $horozontal = 0; $scaleTo = 0; $scroll = 0; |