D
D
Dmitry2014-09-29 15:23:03
Task Schedulers
Dmitry, 2014-09-29 15:23:03

How to properly set up CRON for SugarCRM?

Situation: SugarCRM 6.5, tasks in the scheduler are executed (running->done, everything is as it should be), but in fact they are not executed (so far I noticed that it does not access scripts by URL). CRON set up (the config is registered in /etc/crontab, as advised in the CRM), but the tasks are still not executed. Debian server.

*    *    *    *    *     root	cd /var/www/crm/data/www/crm.mrg.office; php -f cron.php > /dev/null 2>&1

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Igor, 2014-09-29
@merryjane

Perhaps there are not enough variables from the _SERVER array.
Try to either set them explicitly or make a wrapper over the php script called from the cron, which will define these variables.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question