A possible cause of this problem is that MySQL has been updated on the server where your CS-Cart is installed. The MySQL version is defined during the CS-Cart installation, and it is not redefined automatically for CS-Cart after MySQL update.
To redefine the MySQL version manually, complete the following steps:
$config['database_backend'] = 'mysqli';
$config['database_backend'] = 'mysql';
Questions & Feedback
Have any questions that weren't answered here? Need help with solving a problem in your online store? Want to report a bug in our software? Find out how to contact us.