alain08270 Posted December 7, 2020 Share Posted December 7, 2020 (edited) Résolu Je suis revenu a la version antérieure Voilà mon écran après la mise à jour 1.7.6.9 => 1.7.7.0 class Validate extends ValidateCore { public static function isCustomerName($name) { if (preg_match(Tools::cleanNonUnicodeSupport('/www|http/ui'),$name)) { return false; } return preg_match(Tools::cleanNonUnicodeSupport('/^[^0-9!\[\]<>,;?=+()@#"°{}_$%:\/\\\*\^]*$/u'), $name); } Je n'ai aucun accès a ma console d'administration Quelqu'un peux m'aider? Edited December 14, 2020 by alain08270 (see edit history) Link to comment Share on other sites More sharing options...
doekia Posted December 7, 2020 Share Posted December 7, 2020 Supprimez votre override mal écrite sur Validate (override/classes/Validate.php) videz les cache Link to comment Share on other sites More sharing options...
alain08270 Posted December 7, 2020 Author Share Posted December 7, 2020 il y a 39 minutes, doekia a dit : Supprimez votre override mal écrite sur Validate (override/classes/Validate.php) videz les cache Merci je fais et je vous tiens au fait Link to comment Share on other sites More sharing options...
alain08270 Posted March 5, 2021 Author Share Posted March 5, 2021 Non résolu sujet CLOS Rien n'y a fait.😭 Merci tout de même Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now