In log I have such messages:
Thu Apr 9 12:44:42 2015 [22322][1][ERROR] Unable to load custom logic file: include/SugarSearchEngine/SugarSearchEngineQueueManager.php
I have no such file in my filesystem (I don’t use full searach)
In log I have such messages:
Thu Apr 9 12:44:42 2015 [22322][1][ERROR] Unable to load custom logic file: include/SugarSearchEngine/SugarSearchEngineQueueManager.php
I have no such file in my filesystem (I don’t use full searach)
This is a bug in SugarCRM CE as seen here https://web.sugarcrm.com/support/issues/9e6ee5fd-b723-5a32-ac37-504766feb863
To fix, simply comment out the line below in custom/Extension/application/Ext/LogicHooks/SugarFTSHooks.php and do a quick repair and rebuild.
$hook_array[‘after_save’][] = array(1, ‘fts’, ‘include/SugarSearchEngine/SugarSearchEngineQueueManager.php’, ‘SugarSearchEngineQueueManager’, ‘populateIndexQueue’);
[I’ve removed the file custom/Extension/application/Ext/LogicHooks/SugarFTSHooks.php completly.]
If you try to search string SugarFTSHooks, you will see, that this file is created in 2 scripts (end.php, silentUpgrade_step2.php). This is bug in Sugar, of course, but can be removed from Suite…
I’ve commented out the line and ran a Quick Rebuild as advised but the error message persists. Any other suggestions?
I performed the above and am no longer seeing error (it worked)… Thanks for the fix