XF 1.2 Error when logged in

LordsKing

Active member
Hello

I have an error when I logged into my forum : the user could not be found !
But when I add this to the config.php file :
Code:
$config['enableListeners'] = false;
The error doesn't appear, so I can log in !

Thanks
 
Disable all add-ons in the ACP, re-enable listeners, re-enable each add-on in turn until the problem returns.

That will tell you which add-on it is.
 
Top Bottom