I loaded a module for running processes (Process Manager from SierraCRM) and the module works but when I got to Admin > Scheduler to create a Scheduler, the Job drop-down doesn't have the runProcessManager option and there is some PHP code above the module (out of place, I might add) that says the following:
array(9) { [0]=> string(11) "refreshJobs" [1]=> string(20) "pollMonitoredInboxes" [2]=> string(20) "runMassEmailCampaign" [5]=> string(44) "pollMonitoredInboxesForBouncedCampaignEmails" [3]=> string(13) "pruneDatabase" [4]=> string(11) "trimTracker" [6]=> string(15) "processWorkflow" [7]=> string(12) "processQueue" [9]=> string(21) "updateTrackerSessions" } array(10) { [0]=> string(11) "refreshJobs" [1]=> string(20) "pollMonitoredInboxes" [2]=> string(20) "runMassEmailCampaign" [5]=> string(44) "pollMonitoredInboxesForBouncedCampaignEmails" [3]=> string(13) "pruneDatabase" [4]=> string(11) "trimTracker" [6]=> string(15) "processWorkflow" [7]=> string(12) "processQueue" [9]=> string(21) "updateTrackerSessions" [10]=> string(17) "runProcessManager" }
It looks like the runProcessManager is the number 10 in the list, but the drop-down is broken. The drop-down actually has a black field at the bottom of the list, but it is blank.


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks