Vinai / groupscatalog2

Magento extension to enable you to hide categories and products from customers depending on their customer group. This is a Magento 1.6 and newer compatible version of the Netzarbeiter Customer Groups Catalog extension.
139 stars 60 forks source link

Catalogue gone after groupscatalog2 installed #42

Closed jcanaveral closed 11 years ago

jcanaveral commented 11 years ago

Hi, I have installed your extension however right after installation my catalogue is gone. tried to uninstall the extension following you instructions in magentoconnect then the entire site shows multiple errors. Is there any otherway to uninstall ? Thanks

Vinai commented 11 years ago

Quick Answer: please read instructions

  1. First, after the installation, you need to reindex the groupscatalog indexes. Then your catalog would be visible again.
  2. Second, after the uninstall, run the query DELETE FROM eav_attribute WHERE attribute_code = 'groupscatalog2_groups';
jcanaveral commented 11 years ago

Thanks for your reply. However either way can't get the site work. If extension installed categories menu show an error and completely gone from menu and if uninstalled like right now, I get all this Jorge Canaveral

There has been an error processing your request

Invalid backend model specified: groupscatalog/entity_attribute_backend_customergroups

Vinai commented 11 years ago

Given your error message you have installed the old version of this extension, Netzarbeiter_GroupsCatalog.
That extension does not support Magento 1.6 and younger. This github repository is for the completely rewritten, newer version of the extension called Netzarbeiter_GroupsCatalog2.

That said, run the following query to fix the issue:

DELETE FROM eav_attribute WHERE attribute_code = 'groupscatalog_hide_group';