SuiteCRM 7.7.6

Hi,
We have setup SuiteCRM Ver. 7.7.6 on Bigrock Hosting. Till now everything is working as expected.
It has its feature of scheduling and we are trying to make use of it by adding crone job in Cpanel of bigrock.

In Admin - scheduler it says we need to add * * * * * cd /home/affluldf/public_html/crm; php -f cron.php > /dev/null 2>&1
to scheduler to work.
We have did so but its not working, So we approach Bigrock support and they advised to use crone job as follows -:
/usr/local/bin/php -f /home/affluldf/public_html/crm/cron.php
We tried this one as well but the scheduler is not working for us.

If anyone come across with same problem with hosting in Bigrock or any other shared hosting,
and was able to resolve this problem we need your help.

Thanks in advance…

On the second command, did you include the asterisks?

I mean, did you try

* * * * * /usr/local/bin/php -f /home/affluldf/public_html/crm/cron.php

Hi,
Thanks, I am receiving emails in interval of 5min as i set my crone as below-
*/15 * * * */usr/local/bin/php -f /home/affluldf/public_html/crm/cron.php

But it just a Email no Report or any attachment of Report.

How can we get report as Email attachment.

I’m sorry, I don’t completely understand what you wrote. It seems you’re cron jobs are now running, that’s good. You can double-check that in the “Admin / Schedulers” screen.

Then what exactly are you trying to achieve regarding “reports”? Where are you trying this, in the campaigns wizard?