bmacnaughton Posted March 2, 2015 Posted March 2, 2015 I modified an existing module to experiment with creating an Inputfield module. While core modules are good examples, I shouldn't have copied the "permanent => true" part in getModuleInfo. Can I just delete that record in the modules table in the DB or are there dependencies I need to clean up?
ryan Posted March 2, 2015 Posted March 2, 2015 You should be able to set permanent=false in your module info, and then in your admin do a Modules > Refresh. But if that doesn't do it, you could always update the 'flags' column for that module to be 0 (in the modules table), and then after a Modules > Refresh it should definitely let you uninstall/remove it. 2 1
bmacnaughton Posted March 2, 2015 Author Posted March 2, 2015 I was able to delete after changing the permanent value in the module and refreshing. Thanks.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now