-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mage_Core_Exception #35
Comments
Weird! It seems that Line 11 in da78d7f
As a quick fix, remove the line and run the setup scripts. Afterwards, add the attribute to each attribute set manually. |
Thanks for the fix, that worked. I do not know of somebody changing the general attribute group, but the database has a long history and I noticed that there are several duplicates of system attribute groups in the table... For your info, I just installed another module which is adding an attribute to all attribute sets without any issues like this:
|
It may be a good idea to add the attribute like this. I will reopen this, so that I can check this in more detail at some time. Thanks for the report! |
Hi Simon,
the module installs without any errors and seems to work, but if I run the setup script manually via n98-magerun I am getting the following error:
Error in file: "/htdocs/app/code/community/CustomGento/ConfigurableTierPrices/sql/customgento_configurabletierprices_setup/upgrade-2.0.0-2.1.0.php" - SQLSTATE[2300
0]: Integrity constraint violation: 1062 Duplicate entry '9-General' for key 'UNQ_EAV_ATTRIBUTE_GROUP_ATTRIBUTE_SET_ID_ATTRIBUTE_GROUP_NAME', query was: INSERT INTO
eav_attribute_group
(a ttribute_set_id
,attribute_group_name
,default_id
,sort_order
) VALUES (?, ?, ?, ?)The same error appears, if I try to clear the cache via Magento admin.
Any ideas?
The text was updated successfully, but these errors were encountered: