[FIXED]OC 2.3.0.2 Fatal error: Class 'DB' not found in system/framework.php
Posted: Fri Oct 06, 2017 4:17 pm
Getting a strange error all of a sudden and cant track down what it relates to
Fatal error: Class 'DB' not found in system/framework.php on line 36
I am able to get a connection manually to the database, so unsure what this means? ive checked both config.php files and they are all correct.
Fatal error: Class 'DB' not found in system/framework.php on line 36
Code: Select all
if ($config->get('db_autostart')) {
$registry->set('db', new DB($config->get('db_type'), $config->get('db_hostname'), $config->get('db_username'), $config->get('db_password'), $config->get('db_database'), $config->get('db_port')));
}