jimlongo 1 Posted Friday at 07:31 PM (edited) I'm developing a module, so of course very often uninstalling ... reinstalling ... wash ... rinse ... repeat cycles. I removed my modules directories in /`modules/addons` and `/modules/servers` I can't find anything in the database that stores any information. Still the module is visible in the Addons menu. I got so frustrated yesterday I reinstalled WHMCS. It's still there. TIA for any clues on where to find it? Of course if I try to follow that link I get Edited Friday at 08:10 PM by jimlongo 0 Quote Share this post Link to post Share on other sites
DennisHermannsen 109 Posted Friday at 10:41 PM Did you remove the module from within WHMCS > Settings > Addon Modules? 0 Quote Share this post Link to post Share on other sites
Kian 424 Posted Sunday at 04:45 AM In case it's bugged open tblconfiguration table and look for your module system name in value column for the following settings: AddonModulesHooks (comma separated list like this: module_one,module_two,another_module) ActiveAddonModules (still comma separated list) AddonModulesPerms (json array) 0 Quote Share this post Link to post Share on other sites
jimlongo 1 Posted Monday at 03:43 PM On 3/18/2023 at 10:45 PM, Kian said: In case it's bugged open tblconfiguration table and look for your module system name in value column for the following settings: AddonModulesHooks (comma separated list like this: module_one,module_two,another_module) ActiveAddonModules (still comma separated list) AddonModulesPerms (json array) Thanks, don't know how i missed that one. 0 Quote Share this post Link to post Share on other sites