tcs, I installed the original bible addon just as your instructions state and then followed the instructions in the non-vbadvanced addon. However, when I goto
http://www.hidingplace.com/forums/bible.php the following error:
Code:
Fatal error: Cannot instantiate non-existent class: adodb_hidingplace_com in /path/to/my/bible/adodb/adodb.inc.php on line 424
That section of the adodb.inc.php file says:
Code:
423: $cls = 'ADODB_'.$ADODB_Database;
424: $obj = new $cls();
425: if ($errorfn) {
426: $obj->raiseErrorFn = $errorfn;
427: }
428: return $obj;
429: }
Ideas?