03-03-2015, 07:18 PM
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:
if that is the case, go to the coreBOS main directory and do this:
that will return something like /usr/bin/php
that will give you something like /var/www/corebos
make sure the file has the same permissions as the others
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
TSolucio