Jump to content

Recommended Posts

Prestashop version ? (your error message must be more longer that this...)

 

A lot of cases possible:

if (!Validate::isEmail($email) || ($passwd != null && !Validate::isPasswd($passwd)))
         die(Tools::displayError());
...

if (!Validate::isEmail($email))
	die (Tools::displayError());
...

if (!Validate::isUnsignedId($id_employee) || !Validate::isPasswd($passwd, 8))
	die (Tools::displayError());

Link to comment
Share on other sites

The cpanel login details are : url -*************

Login: *********

PW: ***********

 

Maybe this might make it easier to locate the problem. Anxiously awaiting assistance. Thanks.

Please delete this post immediatly, some hackers can destroy all your server !

Only by MP !!!!

Edited by Eolia (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...