Bonjour tout le monde,
J'ai installé php5-cli pour executer du php à partir de mon shell DEBIAN
1 2 3
| # aptitude update
# aptitude safe-upgrade
# aptitude install php5-cli |
J'ai édité le crontab pour créer des jobs auto
Avec ce code
30 11 * * * (php5 /var/www/dreamteam/jobs/save_events_to_db.php) >> /var/www/dreamteam/logs/cron.log
Je l'ai testé manuellement
php5 /var/www/dreamteam/jobs/save_events_to_db.php
Et il est OK
Mais j'ai un souci avec le crontab. J'ai alors checké le syslog DEBIAN
J'obtiens cette erreur
(CRON) error (grandchild #7705 failed with exit status 255)
Merci de m'aider
Partager