JoelWebsites Posted October 9, 2015 Share Posted October 9, 2015 I am not able to uninstall my module from the admin panel.It is just loading and then the page is getting timed out.Can anyone tell me uninstall it directly from the database?Thanks Link to comment Share on other sites More sharing options...
selectshop.at Posted October 9, 2015 Share Posted October 9, 2015 Simply delete it from FTP /modules/your module. To make sure it is not available anymore on database you can delete the module line on table ps_modules (if it is still available there). Data the module added and also possible rows to the database you can delete only if you know what the module have added and where, this means to which table on database. 1 Link to comment Share on other sites More sharing options...
JoelWebsites Posted October 9, 2015 Author Share Posted October 9, 2015 There is a similar thread here https://www.prestashop.com/forums/topic/209392-uninstalling-module-from-database-ps152/ it says to delete it from delete from ps_module where id_module = '78';delete from ps_module_accesswhere id_module = '78';delete from ps_module_countrywhere id_module = '78';delete from ps_module_currencywhere id_module = '78';delete from ps_module_groupwhere id_module = '78';delete from ps_module_preferencewhere id_module = '78';delete from ps_module_shopwhere id_module = '78'; Thanks selectshop 1 Link to comment Share on other sites More sharing options...
JoelWebsites Posted October 9, 2015 Author Share Posted October 9, 2015 It seems that the issue was caused becase there are too many stores in my database so it was timing out.But now it has got uninstalled from the database .Just the normal uninstall from the admin panel. Link to comment Share on other sites More sharing options...
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