Hi, i’m work with suiteCRM version 7.9.17 but i have problems on notification and alerts, the bell it does not activate to remember the scheduled calls among other things, i checked the log and find this error
PHP Fatal error: Cannot redeclare padNumbers() (previously declared in /home/sysgocom/public_html/tvg_crm/include/SugarFields/Fields/CronSchedule/SugarFieldCronSchedule.php:41) in /home/sysgocom/public_html/tvg_crm/include/SugarFields/Fields/CronSchedule/SugarFieldCronSchedule.php on line 41
but i don´’t now if maybei is this problem.
someone has had the same problem or could they tell me if I forgot to act something
Check the other jobs. Do they all have “last ran successfully” as never, or as a long time ago? If yes, then your problem is that cron.php is probably not running.
If the only job with problems is this one, then you should look for error messages in the logs (php_errors.log and suitecrm.log)
The “last ran successfully” as never in all,but I already added the cron.php to my cronjobs of my cpanel.
Also check suitecrm.log and error_log and show me this:
-suitecrm.log:
[442466][-none-][FATAL] cron.php: running as is not allowed in allowed_cron_users in config.php. Exiting.
The error does not show me the current username
-error_log
PHP Fatal error: Uncaught exception ‘Exception’ with message ‘cron.php running with user that is not in allowed_cron_users in config.php’ in /home/[user]/public_html/tvg_crm/include/utils.php:1762
Stack trace: #0 /home/[user]/public_html/tvg_crm/cron.php(65): sugar_die(‘cron.php runnin…’) #1 {main}
thrown in /home/[user]/public_html/tvg_crm/include/utils.php on line 1762
but already modify the config.php file in allowed_cron_users
@pgr - am having the same problem with notifications not working . I implemented this code and still no joy.
Is there something else I need to be aware of? (@Mac-Rae - I believe @pgr is no longer with you guys?)