jimlongo Posted March 17, 2023 Share Posted March 17, 2023 (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 March 17, 2023 by jimlongo 0 Quote Link to comment Share on other sites More sharing options...
DennisHermannsen Posted March 17, 2023 Share Posted March 17, 2023 Did you remove the module from within WHMCS > Settings > Addon Modules? 0 Quote Link to comment Share on other sites More sharing options...
Kian Posted March 19, 2023 Share Posted March 19, 2023 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 Link to comment Share on other sites More sharing options...
jimlongo Posted March 20, 2023 Author Share Posted March 20, 2023 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 Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.