Jump to content

erreur override classes mail.php


Recommended Posts

Bonsoir,

 

J'ai ce message d'erreur :angry: quelqu'un peut m"aider

 

Fatal error: Call to undefined method MySQL::escape() in C:\wamp\www\prestashop\override\classes\Mail.php on line 47

 

voici les lignes concernées

 

`from`='" . Db::getInstance()->escape($from) . "',
`to`='" . Db::getInstance()->escape($to) . ' ' . Db::getInstance()->escape($to_name) . "',
subject='" . Db::getInstance()->escape($subject) . "',

message='" . Db::getInstance()->escape($data, true) . "',
date_add=NOW()

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...