
Originally Posted by
bpados looks like from other posts as well from my own experience that schelduler in the open source version is a joke and just never worked. you can tweak it all you want but it will just never work. you can search the forums install sugar on win or linux the open source release will remain crippled.
Can anyone confirm that he/she has sugarcrm scheduler working the way they want it to work?
I can. I wrote the mess
.
Unfortunately, control over low-level system configurations is way out of the power of PHP/Apache to control. We've gotten the Scheduler and the cron.php working with 99% of the systems we've had to address. Our support team is at 100%.
The biggest hurdle is getting the php CLI binary to actually use the same compiled code that PHP/Apache is using - this is usually cured by passing the "-c" argument when calling php. I.e., if my php.ini file is in /usr/lib/php:
Code:
php -c /usr/lib/php/php.ini -f cron.php
HTH,
Bookmarks