Hi Everyone,
I have a working deployment of Sugarcrm 4.5.1i that worked up to today, it suddenly started throwing the following error
Fatal error: Class 'LogicHook' not found in C:\<SUGAR_CRM_ROOT>\modules\Users\authentication\A uthenticationController.php on line 130
if i go to AutheticationController.php i have the following code snippet
//kbrill bug #13225
LogicHook::initialize();
$GLOBALS['logic_hook']->call_custom_logic('Users', 'login_failed');
$GLOBALS['log']->fatal('FAILED LOGIN:attempts[' .$_SESSION['loginAttempts'] .'] - '. $username);
please my question is does anyone know where LogicHook class is defined, because it is not seeing it suddenly, so i can check if the class or file is present and work around it appropriately.
Thanks
Nnamdi.


LinkBack URL
About LinkBacks




Reply With Quote

Bookmarks