Page 1 of 1

Opencart 2.0.2.0 Issues

Posted: Fri Jul 19, 2019 7:18 pm
by Steve_Regal
Good morning - I am running opencast 2.0.2.0 and journal 2 theme - Asked my host provider to look at database permissions and since I have had a few issues. They say they did not change anything so it might be a coincidence - however I have the following:

Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/regalautosport/public_html/shop/system/library/db/mysql.php on line 7

Warning: session_start(): Cannot find save handler 'memcache' - session startup failed in /home/regalautosport/public_html/shop/system/library/session.php on line 12

Warning: Cannot modify header information - headers already sent by (output started at /home/regalautosport/public_html/shop/system/library/db/mysql.php:7) in /home/regalautosport/public_html/shop/system/library/currency.php on line 45

Also I can no longer access the admin area of my website - www.regalautosport.com/shop

Any assistance would be greatly appreciated

Re: Opencart 2.0.2.0 Issues

Posted: Fri Jul 19, 2019 7:21 pm
by xxvirusxx
Edit config files and change this:

Code: Select all

define('DB_DRIVER', 'mysql');
to this

Code: Select all

define('DB_DRIVER', 'mysqli');

Re: Opencart 2.0.2.0 Issues

Posted: Fri Jul 19, 2019 8:24 pm
by Steve_Regal
Thanks for the quick reply, was this in relation to all of the issues? I have changed the code in both config.php files but it does not appear to have changed anything