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
mysqli::escape(), which doesn't exist, nor doesmysql::escape(). - user1864610