Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other ImgBrowz0r

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #267621
    drinkingwine
    Participant

    I know this is really really old code but its pretty cool and I’d like to get it to work.
    I’m using the latest level of code (.3.7, july 2010) and the sample index.php. The code is running on Debian Linux with apache2.

    I’ve only edited the image_dir, cache_dir, main_url, images_url, cache_url, and thumbs_per_page.

    ‘images_dir’ => dirname(FILE).’/views/pics/people’,
    ‘cache_dir’ => dirname(FILE).’/cache’,
    ‘main_url’ => ‘example.php?q=%PATH%’,
    ‘images_url’ => ‘views/pics/people’,
    ‘cache_url’ => ‘cache’,

    // Thumbnail settings (optional)
    ‘thumbs_per_page’ => 8, // Amount of thumbnails per page

    PROBLEM:
    Everything works except only one page is created in cache.
    cache directory has subdirectory “0” and the php file with 8 images.

    Any help would be great.

    Also, after I get this to work any suggestions on another path with some other technology to perform the same task (ie: dynamic build of image gallery)?

    Thanks

    ralph porter
    [email protected]

Viewing 1 post (of 1 total)
  • The forum ‘Other’ is closed to new topics and replies.