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
{{ message }}
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.
Uninstallation of Version 9.2.1 in Magento 1.9.3.7 before Update: (worked for me).
In admin:
First, deactivated in system>userdefined grids>list, show 100, mark all (77 grids in my case), deactivate,
logout, login, renew cache
Second, delete in system>userdefined grids>list, show 100, mark all (77 grids in my case), delete,
logout, login, renew cache,
logout
In mySQL: delete all rows in all 8 tables starting with customgrid_
In mySQL: delete (DROP) with deactivated "check of FOREIGN KEY" all 8 tables (9 tables in WIP Version) starting with customgrid_
In mySQL: delete the customgrid_setup row in the table core_resource
In filesystem: delete all parts of the extension, thats all folder called "BL" or "bl" and the file "BL_CustomGrid.xml"
In filesystem: delete all in var/cache
In filesystem: delete all in var/session
Ready.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Uninstallation of Version 9.2.1 in Magento 1.9.3.7 before Update: (worked for me).
In admin:
First, deactivated in system>userdefined grids>list, show 100, mark all (77 grids in my case), deactivate,
logout, login, renew cache
Second, delete in system>userdefined grids>list, show 100, mark all (77 grids in my case), delete,
logout, login, renew cache,
logout
In mySQL: delete all rows in all 8 tables starting with customgrid_
In mySQL: delete (DROP) with deactivated "check of FOREIGN KEY" all 8 tables (9 tables in WIP Version) starting with customgrid_
In mySQL: delete the customgrid_setup row in the table core_resource
In filesystem: delete all parts of the extension, thats all folder called "BL" or "bl" and the file "BL_CustomGrid.xml"
In filesystem: delete all in var/cache
In filesystem: delete all in var/session
Ready.
The text was updated successfully, but these errors were encountered: