R Robert9 Well-known member Jul 3, 2020 #1 I have installed a new addon; after some changes, i cant view the forum anymore. What can i do now: I have tried: delete the extensions in xf_class_extension rename the dir of the add-on What do i miss?
I have installed a new addon; after some changes, i cant view the forum anymore. What can i do now: I have tried: delete the extensions in xf_class_extension rename the dir of the add-on What do i miss?
Dnyan Well-known member Jul 3, 2020 #2 add this in your root/Public/Src/Config.php edit config.php file $config['enableListeners'] = false; if its already there change it to false, you will able to access admin panel, then remove that addon. If you have shell access, then do change directory to public folder and run below command to disable particular addon Code: php cmd.php xf-addon:disable Addon/Name to disable all addon Code: php cmd.php xf-addon:disable Upvote 0 Downvote
add this in your root/Public/Src/Config.php edit config.php file $config['enableListeners'] = false; if its already there change it to false, you will able to access admin panel, then remove that addon. If you have shell access, then do change directory to public folder and run below command to disable particular addon Code: php cmd.php xf-addon:disable Addon/Name to disable all addon Code: php cmd.php xf-addon:disable
Baby Community Well-known member Jul 3, 2020 #3 If you disable all addon, the forum will come. after the forum appears; delete addon that causes problems from plugins... Upvote 0 Downvote
If you disable all addon, the forum will come. after the forum appears; delete addon that causes problems from plugins...
Baby Community Well-known member Jul 3, 2020 #4 also after completing the deletion. Also delete the plugin from ftp forum files. Upvote 0 Downvote