S _Speed Member Aug 2, 2015 #1 Hello, I think I installed Add-on incorrectly to make it to if I go anywhere on the ACP it's just a white screen, I was wondering if there is anyway to delete add-ons though the FTP because I can't delete it though the ACP. Last edited: Aug 3, 2015
Hello, I think I installed Add-on incorrectly to make it to if I go anywhere on the ACP it's just a white screen, I was wondering if there is anyway to delete add-ons though the FTP because I can't delete it though the ACP.
Jake Bunce Well-known member Aug 3, 2015 #2 Add this line to the library/config.php file to disable addons at the code level: Code: $config['enableListeners'] = 0; Upvote 0 Downvote
Add this line to the library/config.php file to disable addons at the code level: Code: $config['enableListeners'] = 0;
S _Speed Member Aug 3, 2015 #3 Jake Bunce said: Add this line to the library/config.php file to disable addons at the code level: Code: $config['enableListeners'] = 0; Click to expand... Thanks, worked Upvote 0 Downvote
Jake Bunce said: Add this line to the library/config.php file to disable addons at the code level: Code: $config['enableListeners'] = 0; Click to expand... Thanks, worked