outeredge / magento-structured-data-module

Magento Structured Data Module by outer/edge
MIT License
46 stars 13 forks source link

Cannot uninstall module #60

Closed hirosalc closed 7 months ago

hirosalc commented 8 months ago

Hi,

I have tried uninstalling this module as it seems it's causing that anytime I update and save changes in a product, it loads for a minute or more and causes server timeouts.

This is the error I get after uninstalling it:

Screenshot 2023-11-29 at 9 29 49 AM

Please help

davidwindell commented 7 months ago

@hirosalc are you sure that's our module as we don't have any Observers that would affect admin actions?

Regarding the removal error, you need to use composer to remove the module with composer remove and not just delete it otherwise you'll get autoload errors.