After I have updated my forums, if I have plugins enabled I get a white error page that says an unexpected error has occured, please try again later.
The only way to get my forum to run is by adding the
Tag to my config. Once I do that the forum loads, however if I disable all plugins and then remove the line from the config, it just breaks again. Any idea what could be causing it? I'm guessing it's a plugin, but how can I find out which one? The error log shows errors for pretty much all my plugins...
The only way to get my forum to run is by adding the
Code:
$config['enableListeners'] = false;
Tag to my config. Once I do that the forum loads, however if I disable all plugins and then remove the line from the config, it just breaks again. Any idea what could be causing it? I'm guessing it's a plugin, but how can I find out which one? The error log shows errors for pretty much all my plugins...