Durvien wrote:got a problem installing this. I put in my path /oggyhouse.com/html/phpBB3/ and contacted the web hosting which said it was simply /phpBB3. Completely uninstalled, reinstalled but I keep getting this error:
Fatal error: Class 'sql_db' not found in /chroot/home/oggyhous/oggyhouse.com/html/roster/addons/phpBB_login/inc/login.php on line 114
Line 114 is:
if (! $this->database = new sql_db($dbhost, $dbuser, $dbpasswd, $dbname, false) )
Do I need to set something to writeable or is there a way to change that to put my actual db in there since it can't seem to find it?
I'm not sure if this is because you are using phpBB 3 or if this is just a path error. I tested and developed this addon using phpBB 2 and the function calls from their files.
What do you have in roster/addons/phpBB_login/inc/login.php on line 30?
Looking at your error, I think it should be /chroot/home/oggyhous/oggyhouse.com/html/phpbb3
Try that and let me know if you still get the error.