I am new to the backend stuff and I just want to make some front end changes to this site. And when trying to run the site I get this error
Fatal error: Uncaught Error: Class "DB" not found in C:\xampp\htdocs\servis\web\index.php:35 Stack trace: #0 {main} thrown in C:\xampp\htdocs\servis\web\index.php on line 35
The site is using Opencart 2.0.2.0 at least I think so...
The lines contain this code:
Code: Select all
$db = new DB(DB_DRIVER, DB_HOSTNAME, DB_USERNAME, DB_PASSWORD, DB_DATABASE);
$registry->set('db', $db);
For your help Thanks.
PS: I hope I'm posting this in the correct thread