Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Corebox Events vs Workflow Custom Function
#14
You have to configure your server to call the vtigercron.php script every 5-6 minutes

How you accomplish this varies depending on your server. Since you say that you can launch it manually, I understand that you can access the command line and are executing something like:

Code:
php vtigercron.php

if that is the case, go to the coreBOS main directory and do this:

Code:
whereis php

that will return something like /usr/bin/php

Code:
pwd

that will give you something like /var/www/corebos

Code:
cd /etc/cron.d
echo */5 * * * * root cd /var/www/corebos; /usr/bin/php vtigercron.php" > corebos

make sure the file has the same permissions as the others
Joe
TSolucio
Reply


Messages In This Thread
Re: Corebox Events vs Workflow Custom Function - joebordes - 03-03-2015, 07:18 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)