SuiteCRM 7.5.0 Scheduler

Hi all.

Fresh SuiteCRM user here. Iā€™ve opted to use it for our company after learning that SugarCRM is going to switch to full paid model.

I understood from the get go that what Iā€™m using is an Alpha release so Iā€™ve counted on bugs appearing. While I have been able to deal or work around most of them, theres one that has me beat. Going to the Schedulers page under Admin I get a PHP error:

PHP Fatal error:  Cannot redeclare pollMonitoredInboxesCustomAOP() (previously declared in /var/www/suitecrm/custom/modules/Schedulers/_AddJobsHere.php:43) in /var/www/suitecrm/custom/modules/Schedulers/Ext/ScheduledTasks/scheduledtasks.ext.php on line 240, referer: http://mysuitecrm/index.php?module=Administration&action=index

I went ahead and commented out the whole function in ā€œcustom/modules/Schedulers/Ext/ScheduledTasks/scheduledtasks.ext.phpā€ and fair enough, things started working. However, after some time the error returned and when I checked the scheduledtasks.ext.php file , it had been updated and the function was no longer commented out.

As I understand, the file gets updated from time to time so I am unable to make lasting changes to it. So what Iā€™m asking is - what would be a long term or even a permanent fix to this problem?

The Permanent solution is to remove the function from ā€˜custom/modules/Schedulers/_AddJobsHere.phpā€™

Hi rait,

I presume you have run a Quick Repair & Rebuild in Admin -> Repair?

Iā€™m running 7.5.0 Alpha and schedulers are ok.

Let me know if that helps, or if youā€™re still having issues.

Thanks,

Will.

Thanks for the swift replies.

Yes, I have run Quick Repair & Rebuild in Admin. As I understand thatā€™s kinda the ā€œclear all cachesā€ option. So I do that from time to time after Iā€™ve been making extensive adjustments to the layouts in the Studio.

So for now Iā€™ve edited the ā€˜custom/modules/Schedulers/_AddJobsHere.phpā€™ and commented out the function. Looks good so far.

Thanks again!