Here are the errors I get when trying to access the gallery.
Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /home/inlinep/public_html/gallery/include/getuser-vbulletin.php on line 13
Warning: main(./global.php) [function.main]: failed to create stream: No such file or directory in /home/inlinep/public_html/gallery/include/getuser-vbulletin.php on line 14
Here are the paths to my directories.
/// Absolute web path to gallery files
$cfgGalleryDirWeb = '/gallery/';
/// Absolute web path to image dir
$cfgImageDirWeb = '/gallery/images/';
/// The local path to the image dir
$cfgImageDirLocal = '/public_html/gallery/images/';
/// Absolute web path to thumbnails dir
$cfgThumbDirWeb = '/gallery/thumbnails/';
/// The local path to the thumbnails dir
$cfgThumbDirLocal = '/public_html/gallery/thumbnails/';
/// The local path to the forum dir
$cfgForumDir = '/public_html/forums/';
/// The local path to the vGallery dir
$cfgGalleryDir = '/public_html/gallery/';
|