Bonjour,
Je viens faire appel à votre aide pour une erreur très génante car la création d’articles ou la modification bug.
La voici et merci d’avance pour votre aide
warning : strtotime() : It is not safe to rely on the system’s timezone settings. You are required to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected ‘Europe/Berlin’ for ‘CET/1.0/no DST’ instead in /var/www/clients/client2/web16/web/modules/node/node.module on line 814.
warning : strtotime() : It is not safe to rely on the system’s timezone settings. You are required to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected ‘Europe/Berlin’ for ‘CET/1.0/no DST’ instead in /var/www/clients/client2/web16/web/modules/node/node.module on line 866.
- Vous devez vous identifier ou créer un compte pour écrire des commentaires

Bonjour,
Si jamais quelqu’un à le même soucis que moi j’ai trouvé la solution !
Dommage que la communauté de drupal soit si innexistante, enfin tempis.
La solution, ajoutez :
date_default_timezone_set(‘europe/paris’) ;
En haut du fichier bootstrap.inc qui se trouve dans le dossier «includes».
Ou de-commentez la ligne dans le php.ini
Bonne journée
TriiXx
38