XF 1.5 Forum errors out with plugins enabled after latest update.

dopy

Member
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

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...
 
Disable all add-ons in the ACP and then re-enable them one at a time until the problem reoccurs.

Viewing the page source when the error is displayed may show more details and there may be ACP error log entries.
 
Thanks Brogan, as I had stated, if I removed that line from my config, it would go blank again, even if every plugin was disabled. I have however figured out which plugin was causing the issue. It was DBTech currency shop :).
 
Top Bottom