In SugarCRM, I have created a campaign, scheduled emails to be sent. Went to system shell, edited sudo cron to add the following command provided by SugarCRM:
* * * * cd /home/myhomedir/lampstack-1.2-3/apps/sugarcrm/htdocs; php -f cron.php > /dev/null 2>&1
However, when i monitor syslog, i get the following error message:
(CRON) error (grandchild #3133 failed with exit status 127)
So I open a shell prompt, go to the sugarcrm/htdocs directory, and type:
which php
System says php not installed, and prompts me to install php. Well, I know that php is installed as part of LAMPstack, so what gives?
Does anyone have this issue? I just want my cron job to execute.
Thanks
Faisal
System details:
- Ubuntu 10.10 64bit VMWare VM
- 1GB RAM, 100GB drive space
- LAMPstack with SugarCRM, updated 6.1.2
- Alfresco installed as well


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks