MyBB Community Forums

Full Version: [D] SQLite2 installation error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I try to install MyBB ver 1403

i choose SQLite2 database

the installation file search the include file
MYBB_ROOT."inc/db_sqlite2.php";
and in this file the declaration of DB_SQLite2
		case "sqlite2":
			$db = new DB_SQLite2;
			break;

but the class declare in db_sqlite2.php is DB_SQLite

---

i rename the class in db_sqlite2.php with DB_SQLite2

cesa