Reputation: 1079
I have an OpenCart installation with vqmod.
Recently moved to a server with a newer version of PHP which says mysql is deprecated.
So I edited config.php to make OpenCart use mysqli instead of mysql.
Unfortunately, now getting the error
Fatal error: Call to undefined method mysqli::escape() in /home/shop/vqmod/vqcache/vq2-system_library_db.php on line 20
Upvotes: 3
Views: 6626
Reputation: 1312
Use this library mysqliz: http://www.opencart.com/index.php?route=extension/extension/info&extension_id=13041
Edit your config.php to make OpenCart use mysqliz instead of mysqli.
Upvotes: 3