Page 1 of 1

Error appears all through the store

Posted: Wed Apr 15, 2015 2:41 am
by wooowdeal
This error appears on top of each and every page of my store how do i fix it ?? :'(

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

Re: Error appears all through the store

Posted: Sun Apr 19, 2015 9:51 am
by fido-x
In your config.php and admin/config.php files, set the define for DB_DRIVER to mysqli instead of mysql, as follows:

Code: Select all

define('DB_DRIVER', 'mysqli');