Jump to content

jai un client qui me fait planter presta


Recommended Posts

un client a un bug quand je le sélectionne en Back office voici le DEBUG

il est clair qu'il y'a un problème de date mais comment le résoudre?

Merci 1000x

greg

 

[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.     }
Link to comment
Share on other sites

Sur votre serveur FTP :

à la racine vous avez tout un tas de dossier et fichiers

admin

cache

classe

etc...

vous rentrez dans le dossier caches

vous rentrez dans le sous dossier SMARTY

et là vous trouverez 2 dossiers CACHE et COMPILE

vous supprimez tout ce qu'il y à l'intérieur à l’exception de L'INDEX.PHP

Faites cette opération dans ces 2 dossiers, supprimez le cache de votre ou vos navigateurs et rechargez votre page

Link to comment
Share on other sites

bon idem le dossier cache est vide mais jai pas encore vidé compile je fais now
 
En fait je ne trouve pas compile !!!??
 

[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.     }
Edited by ghostfr (see edit history)
Link to comment
Share on other sites

En fait dans CACHE il y avait smarty et dans smarty il y avait cache et compile??

 

bon j'avais fais une boulette mais comme j'avais déplacé les autres dossier je les ai remis

 

 

 

 

bon idem le dossier cache est vide mais jai pas encore vidé compile je fais now
 
En fait je ne trouve pas compile !!!??
 

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

 

Link to comment
Share on other sites

maintenant smarty est vide le dossier index.php était avant dans le dossier cache et je ne lai pas touché

mais dans le dossier Cache racine (pas celui de Smarty) il y'a bien autres caches : /cache/cachefs

/Shopmc/cache/class_index.php
/Shopmc/cache/index.php
//www/Shopmc/cache/purifier
/www/Shopmc/cache/push
www/Shopmc/cache/sandbox
//www/Shopmc/cache/smarty

/www/Shopmc/cache/tcpdf 

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