XF 2.3 possible to disable/uninstall an addon indirectly?

🔥Iggy🔥

Well-known member
Licensed customer
hello,
ok so heres the deal, i was testing some 2.2 addons that could possible be compatible with 2.3 even tho not stated...
ozzys tabbed addon list broke the addon page so there is no display of any addons and i cant disable, uninstall etc....

i disabled template mods and listeners but nothing.....
i deleted the files for the addon, like maybe that can get the list back at least. that made things worse, but that was on a separate test stage so whatever....

confused how that didnt work, is it something i need to clear somewhere else or? way to disable remotely etc....

regards
 
Add this line to config.php ( in folder /src )

Code:
 $config['enableListeners'] = false;

This disables all addons which is probably the best thing to do in this case
 
Try this add to config.php in folder /src

Code:
 $config['enableListeners'] = false;

This disables all addons which is probably the best thing to do in this case

hello,
ok so

i disabled template mods and listeners but nothing.....

confused how that didnt work, is it something i need to clear somewhere else or? way to disable remotely etc....

regards
 
Back
Top Bottom