Hi there,
It appears I'm getting some similar errors as a few other people here and I would like to know how they got it to work, if in fact they did. It's driving me crazy at the moment as I've check my paths, database info, permissions, forum id, etc. over and over with no luck.
Thanks.
PHP Code:
Warning: main(sql-mysql.php) [function.main]: failed to create stream: No such file or directory in /home/ricochen/public_html/forums/gallery/include/sql.php on line 5
Warning: main() [function.main]: Failed opening 'sql-mysql.php' for inclusion (include_path='') in /home/ricochen/public_html/forums/gallery/include/sql.php on line 5
Warning: main(getuser-vbulletin.php) [function.main]: failed to create stream: No such file or directory in /home/ricochen/public_html/forums/gallery/include/getuser.php on line 6
Warning: main() [function.main]: Failed opening 'getuser-vbulletin.php' for inclusion (include_path='') in /home/ricochen/public_html/forums/gallery/include/getuser.php on line 6
Warning: main(thumb.php) [function.main]: failed to create stream: No such file or directory in /home/ricochen/public_html/forums/gallery/include/showthumbs.php on line 5
Warning: main() [function.main]: Failed opening 'thumb.php' for inclusion (include_path='') in /home/ricochen/public_html/forums/gallery/include/showthumbs.php on line 5
Fatal error: Call to undefined function: sqlconnect() in /home/ricochen/public_html/forums/gallery/index.php on line 10
My Config settings are as follows:
PHP Code:
//
// FORUM INTEGRATION
//
$cfgUserAuth = 'vbulletin'; // Match this with the forum you are using.
// Can be: 'vbulletin', 'phpbb', 'ip'
//
// IMPORTANT PATH SETTINGS
//
$cfgGalleryDirWeb = '/forums/gallery/'; // absolute web path to gallery files
$cfgImageDirWeb = '/forums/gallery/images/'; // absolute web path to image dir
$cfgImageDirLocal = '/home/ricochen/public_html/forums/gallery/images/'; //The local path to the image dir
$cfgThumbDirWeb = '/forums/gallery/thumbnails/'; // absolute web path to thumbnails dir
$cfgThumbDirLocal = '/home/ricochen/public_html/forums/gallery/thumbnails/'; // The local path to the thumbnails dir
// Put the forums usernumbers for the OakGallery Admins here (comma separated).
// Like this: '1,2,3,4' - NOT like this: '1, 2, 3' !!!
$cfgAdminList = '1,2';
$cfgForumDir = '/home/ricochen/public_html/forums/'; // The local path to the forum dir
$cfgGalleryDir = '/home/ricochen/public_html/forums/gallery/'; // The local path to the vGallery dir
Thanks for the nice looking script.
Ricoche