Jump to content

Prestashop 1.6.0.7 / Bug Acces Fiche Client (BackOffice)


Recommended Posts

Bonjour à tous !

 

Depuis la mise a jour en Prestashop 1.6.0.7 j'ai un souci concernant l’accès a une fiche client

j'ai une erreur qui s'affiche quand je clique dessus :

 

 

 

[PrestaShopException]

Invalid date
at line 663 in file classes/Tools.php

657.
658.         if ($date == '0000-00-00 00:00:00' || $date == '0000-00-00')
659.             return '';
660.
661.         if (!Validate::isDate($date) || !Validate::isBool($full))
662.             throw new PrestaShopException('Invalid date');
663.
664.         $context = Context::getContext();
665.         $date_format = ($full ? $context->language->date_format_full : $context->language->date_format_lite);
666.         return date($date_format, $time);
667.     }

 

Es que ceci vous dit quelque chose ?

J'ai chercher dans toute la configuration je n'est pas trouver d'erreur de ce type

 

Merci

  • Like 1
Link to comment
Share on other sites

Bonjour à tous !

 

Depuis la mise a jour en Prestashop 1.6.0.7 j'ai un souci concernant l’accès a une fiche client

j'ai une erreur qui s'affiche quand je clique dessus :

 

 

Es que ceci vous dit quelque chose ?

J'ai chercher dans toute la configuration je n'est pas trouver d'erreur de ce type

 

Merci

 

I have the same issue now I have upgraded to the latest software. In the customers section if I click on their name this message then pops up. Seems to be on the customers that used the guest checkout rather than sign up for a full account.

 

Any help in stopping this would be much appreciated, I'm new to this and don't really know much about editing code!

 

Thanks

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