ERROR] Unable to load custom logic file: include/SugarSearchEngine/SugarSearchEngineQueueManager.php

After upgrading from 7.0.1 to 7.1.1, I get the following error message:

Sun Jun 15 23:52:07 2014 [10916][1][ERROR] Unable to load custom logic file: include/SugarSearchEngine/SugarSearchEngineQueueManager.php

This has been installed by the upgrade:
grep -r SugarSearchEngineQueueManager modules/ custom/
modules/UpgradeWizard/end.php:$hook_array[‘after_save’][] = array(1, ‘fts’, ‘include/SugarSearchEngine/SugarSearchEngineQueueManager.php’, ‘SugarSearchEngineQueueManager’, ‘populateIndexQueue’);
custom/application/Ext/LogicHooks/logichooks.ext.php:$hook_array[‘after_save’][] = array(1, ‘fts’, ‘include/SugarSearchEngine/SugarSearchEngineQueueManager.php’, ‘SugarSearchEngineQueueManager’, ‘populateIndexQueue’);
custom/Extension/application/Ext/LogicHooks/SugarFTSHooks.php:$hook_array[‘after_save’][] = array(1, ‘fts’, ‘include/SugarSearchEngine/SugarSearchEngineQueueManager.php’, ‘SugarSearchEngineQueueManager’, ‘populateIndexQueue’);

How do I fix this?

Hi Gilles,

After upgrading, did you perform a Quick Repair & Rebuild and re-set permissions.

Thanks,

Will.

Yes, several.

Also did rebuild roles, rebuild relationships.

I also did a “rebuild schedulers”, but that was a very bad idea as it destroyed all my schedulers. I had to use a copy to get them back.