XF 1.5 Tried installing some ad-ons, now my board crashed!

thomje114

Member
I tried installing some add-ons, and now I can't even access my board.

https://relixexperience.com/

And this is what my admin panel looks like:

1a6e39bf60ed2d3a50edab2069f08b7f.png

https://gyazo.com/1a6e39bf60ed2d3a50edab2069f08b7f


Please, any help?
 
Further you should be able to temporarily disable the add-ons via the library/config.php.
Simply add
Code:
$config['enableListeners'] = 0;
to the bottom of the file.
Then you can remove that add-on via the add/remove add-ons ACP option.
After doing that, you will want to comment out that line by adding a # in front of it and saving the config.php again.
 
Top Bottom