04-15-2018, 06:49 AM
(This post was last modified: 04-15-2018, 07:35 AM by construmet4.)
Cuando ejecuto el php no me envía el correo electrónico y me sale esto
[root@serverwebcentos7 corebos]# php vtigercron.php
[INFO]: Workflow - not ready to run as the time to run again is not completed
[INFO]: RecurringInvoice - not ready to run as the time to run again is not completed
[INFO]: SendReminder - not ready to run as the time to run again is not completed
[INFO]: ScheduleReports - not ready to run as the time to run again is not completed
[INFO]: MailScanner - not ready to run as the time to run again is not completed
[INFO]: Calendar4You - GoogleSync Insert - not ready to run as the time to run again is not completed
[INFO]: UpdateExchangeRate - not ready to run as the time to run again is not completed
[INFO]: cronWatcherService - not ready to run as the time to run again is not completed
[INFO]: StorageSpaceUsage - not ready to run as the time to run again is not completed
Parece que estos mensajes lo único que indica es que no hay ningún error en la ejecución del php, pero sigue sin enviar el correo electrónico programado en las workflow, tampoco sé dónde ver dónde almacena la información del envío del correo para que cuando se ejecute el fichero vtigercron.php envie todo lo que está pendiente de enviar.
Ha configurado en crontab con la siguiente línea para que se ejecute el php cada cinco min
*/5 * * * * admin /home/admin/public_html/corebos/./vtigercron.php
Alguna idea de lo que hay que mirar para ver por qué no envía el correo?
[root@serverwebcentos7 corebos]# php vtigercron.php
[INFO]: Workflow - not ready to run as the time to run again is not completed
[INFO]: RecurringInvoice - not ready to run as the time to run again is not completed
[INFO]: SendReminder - not ready to run as the time to run again is not completed
[INFO]: ScheduleReports - not ready to run as the time to run again is not completed
[INFO]: MailScanner - not ready to run as the time to run again is not completed
[INFO]: Calendar4You - GoogleSync Insert - not ready to run as the time to run again is not completed
[INFO]: UpdateExchangeRate - not ready to run as the time to run again is not completed
[INFO]: cronWatcherService - not ready to run as the time to run again is not completed
[INFO]: StorageSpaceUsage - not ready to run as the time to run again is not completed
Parece que estos mensajes lo único que indica es que no hay ningún error en la ejecución del php, pero sigue sin enviar el correo electrónico programado en las workflow, tampoco sé dónde ver dónde almacena la información del envío del correo para que cuando se ejecute el fichero vtigercron.php envie todo lo que está pendiente de enviar.
Ha configurado en crontab con la siguiente línea para que se ejecute el php cada cinco min
*/5 * * * * admin /home/admin/public_html/corebos/./vtigercron.php
Alguna idea de lo que hay que mirar para ver por qué no envía el correo?