Installed and upgraded to 5.0.5. Everything seems to be running well except for scheduled jobs (including receiving email). The scheduled jobs page shows the following notice:
Note: Add this line to the crontab file to run Espo Scheduled Jobs:
* * * * * cd /opt/bitnami/apps/espocrm/htdocs; /bitnami/lampstack-linux-x64/output/php/bin/php -f cron.php > /dev/null 2>&1
I am using PuTTY to setup the crontab, but can't get it to run automatically. If I change the directory and manually enter "php cron.php" then the script runs and Espo sends out the notices, retrieves emails, etc. as it should. But I can't get the crontab to run the script automatically.
I have found various versions of the what the syntax should be in the crontab on various espocrm and bitnami pages (for example - http://www.espocrm.com/blog/server-c...n-for-espocrm/ shows something different from what is given on https://www.espocrm.com/documentatio...configuration/). I've tried several syntax variations and can't get any of them to run automatically. The most recent attempt is "* * * * * cd /opt/bitnami/apps/espocrm/htdocs; /opt/bitnami/apps/espocrm/htdocs/php -f cron.php >/dev/null 2>&1"
I am doing this under a "root" user, on a bitnami install on a 1and1 Unix cloud server if that helps. Any suggestions are appreciated.
Note: Add this line to the crontab file to run Espo Scheduled Jobs:
* * * * * cd /opt/bitnami/apps/espocrm/htdocs; /bitnami/lampstack-linux-x64/output/php/bin/php -f cron.php > /dev/null 2>&1
I am using PuTTY to setup the crontab, but can't get it to run automatically. If I change the directory and manually enter "php cron.php" then the script runs and Espo sends out the notices, retrieves emails, etc. as it should. But I can't get the crontab to run the script automatically.
I have found various versions of the what the syntax should be in the crontab on various espocrm and bitnami pages (for example - http://www.espocrm.com/blog/server-c...n-for-espocrm/ shows something different from what is given on https://www.espocrm.com/documentatio...configuration/). I've tried several syntax variations and can't get any of them to run automatically. The most recent attempt is "* * * * * cd /opt/bitnami/apps/espocrm/htdocs; /opt/bitnami/apps/espocrm/htdocs/php -f cron.php >/dev/null 2>&1"
I am doing this under a "root" user, on a bitnami install on a 1and1 Unix cloud server if that helps. Any suggestions are appreciated.
Comment