Hey people,
I am trying search from last couple of hours. I’ve no idea what to do, hence i named topic like this .I’ve read many topic on same subject here on forum, but NO LUCK. No one knows the correct answer.
All i want is email reminders. We are setting some calls & we want an email to be send.
My enviorment:
Php info : http://crm-maylee.devidia.net/phpinfo.php
SuiteCRM : Version 7.0.1 - Sugar Version 6.5.16 (version de construction 1082)
What i did so far:
- Added following lines to the crontab of root user
* * * * * cd /var/www/crm; php -f cron.php > /dev/null 2>&1
- Restarted apache/MYSQL service.
- Configured the email reminder job to run as soon as possible (every minute)
- Configured & tested email. Its fine.
- Try to run this cmd directly in the CLI:
php -f /path/to/cron.php directly
Here is log from var/log/syslog
Oct 27 15:04:01 unicomm CRON[28187]: (root) CMD (cd /var/www/crm; php -f cron.php > /dev/null 2>&1)
Plus the scheduler log showing its running every minute.