Jump to content

How to absolutely remowe uninstalled modules from the list?


Recommended Posts

Are you using Prestashop 1.5. ?

 

If yes and you deinstalled, than deleted the modul and it is still available as link on the navigation on back-office of your shop, you need to delete the module directly into database.

 

Which Prestashop version are you using ?

Link to comment
Share on other sites

So you need to remove it manually.

 

Delete it on your FTP and also on your database table ps_module - search there for the respective module and set column "active" for it to 0.

 

Or delete the complete line in the table ps_module, but remember the ID which the ID has, you need also to delete the ID in the database tables

  • ps_module_access,
  • ps_module_country,
  • ps_module_currency
  • ps_module_group
  • ps_module_preference
  • ps_module_group
  • ps_hook_module

If you don't know how to delete it via phpMyAdmin, please ask your provider or other person knowing how to manage databases to dot it for you.

 

If the module hooks as an own tab on your back office, you also need to remove it from ps_tab and ps_tab_lang.

 

This is the only way to remove a module completely and clean if it is not allowing you to delete it from back office.

Link to comment
Share on other sites

  • 1 month later...

Nothing helps. These modules can't be found in database and in ftp, but they are displayed in backoffice as uninstalled.

 

I think it needs to be edited some admin template files to hide these modules (because there are advertisements from ADDONS, that can't be remowed)

Link to comment
Share on other sites

  • 2 years later...

I have been struggling with the same issue.

 

Uninstalling the Paypal USA module and deleting it. Message confirms deletion but module still shows up in module list and from drop down box the only available option is to make it a "favorite".

 

Tried to reinstall and uninstall/delete hoping that would do the trick.

 

Deleted in database and all related tables and STILL is there.

Link to comment
Share on other sites

×
×
  • Create New...