You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe you will find useful the following SQL to remove & reinstall module.
drop function ECOMDEV_CLEAN_URL_KEY;
drop table ecomdev_urlrewrite_category_relation;
drop table ecomdev_urlrewrite_category_request_path;
drop table ecomdev_urlrewrite_category_url_key;
drop table ecomdev_urlrewrite_duplicate;
drop table ecomdev_urlrewrite_duplicate_aggregate;
drop table ecomdev_urlrewrite_duplicate_increment;
drop table ecomdev_urlrewrite_duplicate_key;
drop table ecomdev_urlrewrite_duplicate_updated;
drop table ecomdev_urlrewrite_product_relation;
drop table ecomdev_urlrewrite_product_request_path;
drop table ecomdev_urlrewrite_product_url_key;
drop table ecomdev_urlrewrite_rewrite;
drop table ecomdev_urlrewrite_root_category;
delete from core_resource where code = 'ecomdev_urlrewrite_setup' limit 1;
I had to reinstall module again, there was issue with stored procedure for different user. I have happend during migration to another db server.
The text was updated successfully, but these errors were encountered:
Maybe you will find useful the following SQL to remove & reinstall module.
I had to reinstall module again, there was issue with stored procedure for different user. I have happend during migration to another db server.
The text was updated successfully, but these errors were encountered: