J'avais installé Paheko sur mon Wampserver qui jusqu'à présent fonctionnait très bien et j'ai maintenant un problème pour y accéder. ça m'affiche ce message d'erreur PHP :
\__/ (xx) //||\\
Une erreur s'est produite PHP error Deprecated: Paheko\UserTemplate\CommonModifiers::date(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead in ...\include\lib\Paheko\UserTemplate/CommonModifiers.php:235
231 232 return @strftime($format, $ts->getTimestamp()); 233 } 234 235 static public function date($ts, string $format = null, string $locale = 'fr'): ?string 236 { 237 if (null === $format) { 238 $format = 'd/m/Y à H:i'; 239 }
in ...\include/init.php:114 → require_once (0 arg.)
C'est clair ! Il y a une erreur dans votre code : PHP error Deprecated: Paheko\UserTemplate\CommonModifiers::date(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead in ...\include\lib\Paheko\UserTemplate/CommonModifiers.php:235
Il faut le modifier ou revenir à une version PHP antérieure.