I’m facing a bug with the suitecrm scheduler (v 7.11.10), i’m running a url task and it’s not all executed by suitecrm. But when I try via crontab it’s executed like a charm.
I’d like to know what is breaking the execution ? And if I can modify this timeout 'cause i’m doing a big data import and I’d like to make it with suitecrm and not the server crontab.
I presume that you’ve edited the crontab for your webserver correctly?:
and followed through the guidance at the end of the page:
Checked Admin->Schedulers
Checked suitecrm.log
Checked the syslog
Checked the web error log
Other things that can cause issues are:
selinux on RH/CentOS/Fedora type systems - Does this apply to you?
Permissions on files - Having run the cron.php as a user different to the web user, it is possible for files to be inaccessible to the web user - a particular problem if you ran it as root! Try running as the correct user that is used by the web server.