I seem to be having problems with a db_sql error during installation.
The first wall I've reached was step 3 of install.php. It fails with the error, "Fatal error: Cannot instantiate non-existent class: db_sql in /path/to/forums/admin/install.php on line 102." Line 100 calls include("db_mysql.php") (after interpolation) but it looks like db_mysql.php contains db_sql_vb but not db_sql.
Am I missing something?
Also, should I be changing my include_path at all for installation?
I'm trying to install the latest development version of vbulletin (1.1.1 + the patched files).
Thanks!
The first wall I've reached was step 3 of install.php. It fails with the error, "Fatal error: Cannot instantiate non-existent class: db_sql in /path/to/forums/admin/install.php on line 102." Line 100 calls include("db_mysql.php") (after interpolation) but it looks like db_mysql.php contains db_sql_vb but not db_sql.
Am I missing something?
Also, should I be changing my include_path at all for installation?
I'm trying to install the latest development version of vbulletin (1.1.1 + the patched files).
Thanks!
Comment