Home › Forums › Back End › imgbrowz0r › Re: imgbrowz0r
March 29, 2010 at 8:57 am
#73133
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’,
‘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’,
// %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’,