I have set the contract starting and ending date and also set the renewal reminder date but when the reminder time is reached I don’t get any notifications on the notification menu in the top right corner of the dashboard.
I have attached the renewal date and time set for the contract image bellow.
What are the possible settings I might have gone missing
Do I have to setup some cronjob for it to work or what is it exactly. Please let me know the procedure Thanks
Yes I guess my setup is done already from the admin/scheduler
Did this as per the guides given there
[i]To Setup Crontab
In order to run SuiteCRM Schedulers, edit your web server user’s crontab file with this command:
sudo crontab -e -u crmecsmedia
… and add the following line to the crontab file:
cd /home/crmecsmedia/public_html; php -f cron.php > /dev/null 2>&1[/i]
After doing this I am sending the emails but not working. Do i also need some repair and build or what
I can see different types of scheduler that already exist there . Which one is for the contract renewal reminder. cant see anything such that looks like associated to it. If not How can I add a new scheduler or is it not possible
@taragurung I would appreciate it if you would pay more attention to what I write, and answer my questions or instructions.
I am working in many threads simultaneously, it’s complicated, I get a lot of email notifications when people answer here. I don’t have time or patience to come here and tell you a THIRD time that you should be checking whether your cron jobs are running at all, any one of them, by looking at the “last run time” and checking timezone settings.
I have the same problem - none of my scheduled jobs are running, even after creating the relevant cron job as instructed. All of my jobs show status as “queued”.
I have tried used the Rebuild and Repair function on my Schedulers, but this has had no effect. Do you have anything else I can check @taragurung?
@blloyd can you please double-check what you say in your post #51732?
Do you still have that exact message in your logs, and do you really have that setting in your config.php? The two things contradict each other, that’s why I’m asking…
Also, the Apache log you posted in post #51776 is just a fragment: you’re not including the error message, you’re just including lines 12 and 13 of the stack trace. Apache log messages are structured like this:
OK, something I have done has caused logging to stop working - my sugarcrm.log if completely empty, and nothing new is being added to it. Any idea where I need to start looking to correct that particular problem?
I’ve disabled the social connectors, but the errors are still appearing in the log. My system does not have any customisations, which makes these errors all the more confusing.