Forums

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

Home Forums Back End imgbrowz0r Re: imgbrowz0r

#73133
blue642
Member

I believe that you may have something wrong in the configuration of imgbrowz0r.

probably in these 2 lines.

Code:
// Directory settings. These are required. Without trailing slash. (required)
‘images_dir’ => ‘includes/imgbrowz0r/images’,
‘cache_dir’ => ‘includes/imgbrowz0r/cache’,

In my case, imgbrowz0r is located in an includes folder.

or in these lines…

Code:
// Url settings. These are required. Without trailing slash. (required)
// %PATH% is replaced with the directory location and page number
‘main_url’ => ‘http://domainofmysite.com/pictures.php?q=%PATH%’,
‘images_url’ => ‘http://domainofmysite.com/includes/imgbrowz0r/images’,
‘cache_url’ => ‘http://domainofmysite.com/includes/imgbrowz0r/cache’,