Jump to content

Erreur fatale module cheque et virement


Recommended Posts

Bonjour

J'ai une erreur fatale pour les paiements par chèque ou virement pour un prestashop 1.7.3 .

Est ce quelqu'un a une idee ?

967.     * @param bool $htmlentities By default at true for parsing error message with htmlentities
968.     */
969.     public static function displayError($string = 'Fatal error', $htmlentities = true, Context $context = null)
970.     {
971.         if (defined('_PS_MODE_DEV_') && _PS_MODE_DEV_) {
972.             throw new PrestaShopException($string);
973.         } else if ('Fatal error' !== $string) {
974.             return $string;
975.         }
976. 
977.         return Context::getContext()->getTranslator()->trans('Fatal error', array(), 'Admin.Notifications.Error');
Link to comment
Share on other sites

chèque et virement marchent pour les nouveaux clients mais pas pour les anciens !!!
j'ai cherché dans la table client pour voir si y avait différence entre nouveau et ancien mais j'ai rien trouvé .

Le pire; c'est que lorsque l'ancien change sont mot de passe, ca marche !!!!

personne a une idée ?

Link to comment
Share on other sites

en debug j'ai cela :

[PrestaShopException]

Fatal error
at line 972 in file classes/Tools.php

967.     * @param bool $htmlentities By default at true for parsing error message with htmlentities
968.     */
969.     public static function displayError($string = 'Fatal error', $htmlentities = true, Context $context = null)
970.     {
971.         if (defined('_PS_MODE_DEV_') && _PS_MODE_DEV_) {
972.             throw new PrestaShopException($string);
973.         } else if ('Fatal error' !== $string) {
974.             return $string;
975.         }
976. 
977.         return Context::getContext()->getTranslator()->trans('Fatal error', array(), 'Admin.Notifications.Error');
Link to comment
Share on other sites

  • 1 month later...
  • 3 months later...
  • 4 months later...

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...