在我的网站上找到opencart错误

时间:2016-05-03 04:15:08

标签: php html css opencart

我已将网站从一台服务器转换为另一台服务器。一切都很好。当我试图打开我的身边时,我发现了这条错误消息

不推荐使用:mysql_connect():不推荐使用mysql扩展,将来会删除它:在第6行的/home/haratistore/public_html/system/database/mysql.php中使用mysqli或PDO

我的网域是http://haratistore.com/ 请告诉我......我可以解决这种类型的错误

2 个答案:

答案 0 :(得分:0)

<强>更新

打开opencart/config.phpopencart/admin/config.php

mysql更改为mysqli

e.g。

//define('DB_DRIVER', 'mysql');
define('DB_DRIVER', 'mysqli');

答案 1 :(得分:0)

我认为你的Opencart版本是旧的1.5.X所以这里有两个选项:

1)您应该将OpenCart升级到2.x.x

2)我为旧版OpenCart PDO开发了一个类,您必须在opencart&gt;中上传。 “系统”&gt;数据库

Opencart-PDO