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?