#685 - Local installation issues
Hi guys,
I am experiencing an issue, while trying to install SugarChimp locally (MAMP) with SuiteCRM. I believe the problem comes from crontab, since the SugarChimp Health Status keeps saying "Has not ran yet". I tried to things in the crontab : * * * * * /usr/bin/curl --silent --compressed http://localhost:8888/cron.php * * * * * "PATH"/suitecrm; php -f cron.php > /dev/null 2>&1
Do you know how to set up the cron file properly when running SugarChimp locally?
thanks is advance,
Antoine
10 years ago
I think the second one is closest to what you want. You need to replace "PATH" with the path to your SuiteCRM instance. For example, if SuiteCRM lives at /var/www/suitecrm then it should be in the crontab like this:
Give that a try and let me know how it goes. If you go to your schedulers, there should be a few listed that come with SuiteCRM by default and they run every minute. After you setup the crontab and after a minute passes check those schedulers to see if it says they ran or not. Thanks!
10 years ago
Also, if your testing SuiteCRM locally that is fine, but for SugarChimp to work 100%, your instance will need to be accessible from the web. If it's not, changes that are made from the MailChimp side will not be updated in SuiteCRM.
10 years ago
Hi!
Thank you for the quick reply. It is indeed just about testing for now. Ok, so I changed the cron file for :
But the SugarChimp scheduler keeps displaying: "Last Successful Run: Never", even if it active.
Can you help?
Thanks again!
10 years ago
Sorry, with: * * * * * cd /Users/classementrsf/Desktop/suitecrm; php -f cron.php > /dev/null 2>&1
10 years ago
Before worrying about the SugarChimp scheduler, I would make sure the default Sugar schedulers are running first. If you go to Admin > Schedulers, click on one that "Runs as often as possible". Does it show that any of them have run recently?
If no, you may want to check your file permissions and sugar logs to make sure there are no errors.
If yes, then go back to Admin > Schedulers and click on the SugarChimp scheduler to see if it shows activity.
10 years ago
Hi there, just wanted to follow up. Any luck getting the scheduler to run?
10 years ago
Closing the case due to lack of response. Let me know if you weren't able to get this resolved. Thanks!