Cron is required to be set up for SudoWorkspace if you want all features to works as expected.
Login to your cPanel and navigate to Cron jobs
Add the following settings :
wget -q -O- http://yourdomain.com/crm/cron/index
wget -q -O- http://yourdomain.com/crm/cron/index
Change the URL according to your base URL
Refer to cPanel cron job examples to get your cron URL.
For Plesk, use one of the following configurations:
If the first example is not working for you try this config:
If your server does not support wget command you try one of the following commands:
php /home/username/public_html/installation_folder/index.php cron/index >> /dev/null
php /home/username/public_html/installation_folder/index.php cron/index
If that doesn’t work, it probably means you don’t have the package php5-cli installed. On debian / ubuntu you can install this package as follows:
sudo apt-get install php5-cli
If you are not able to install packages, you can specify your path to php try the following command:
/usr/local/bin/php -f /home/username/public_html/installation_folder/index.php cron index
Replace username and installation_folder to fit your path.
If none of the commands are not working, you can use some free cron job service like https://www.easycron.com . Mostly the free cron job services have a limit to execute every 20 minutes but it will work well too with SudoWorkspace.
In order to test if your cron job config works fine after you configure it, you can create custom staff reminder.
From the main menu click Customers -> [Customer] -> Reminders tab and create a reminder for your user with the nearest date eq if your time is 09:50 add reminder for 09:51. Wait 5 minutes the cron job to run to notify you, you should receive a notification inside the CRM, the notification should be visible on the top right side bell.
If you received the notification, then this means that the cron job config is properly configured.