We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm doing a reinstallation of openmage on an existing DB.
If I reinstall your module through composer OpenMage gives me an error:
here is the log:
a:5:{i:0;s:474:"Errore nel file: "/var/www/teloporto/app/code/community/Fballiano/FullCatalogTranslate/sql/fballiano_fullcatalogtranslate_setup/install-0.1.0.php" - SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '10-252' for key 'eav_entity_attribute.UNQ_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_SET_ID_ATTRIBUTE_ID', query was: INSERT INTO eav_entity_attribute (entity_type_id, attribute_set_id, attribute_group_id, attribute_id, sort_order) VALUES (?, ?, ?, ?, ?)";i:1;s:1259:"#0 /var/www/teloporto/app/code/core/Mage/Core/Model/Resource/Setup.php(628): Mage::exception() #1 /var/www/teloporto/app/code/core/Mage/Core/Model/Resource/Setup.php(408): Mage_Core_Model_Resource_Setup->_modifyResourceDb() #2 /var/www/teloporto/app/code/core/Mage/Core/Model/Resource/Setup.php(314): Mage_Core_Model_Resource_Setup->_installResourceDb() #3 /var/www/teloporto/app/code/core/Mage/Core/Model/Resource/Setup.php(223): Mage_Core_Model_Resource_Setup->applyUpdates() #4 /var/www/teloporto/app/code/core/Mage/Adminhtml/controllers/CacheController.php(71): Mage_Core_Model_Resource_Setup::applyAllUpdates() #5 /var/www/teloporto/app/code/core/Mage/Core/Controller/Varien/Action.php(421): Mage_Adminhtml_CacheController->flushSystemAction() #6 /var/www/teloporto/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(255): Mage_Core_Controller_Varien_Action->dispatch() #7 /var/www/teloporto/app/code/core/Mage/Core/Controller/Varien/Front.php(181): Mage_Core_Controller_Varien_Router_Standard->match() #8 /var/www/teloporto/app/code/core/Mage/Core/Model/App.php(358): Mage_Core_Controller_Varien_Front->dispatch() #9 /var/www/teloporto/app/Mage.php(743): Mage_Core_Model_App->run() #10 /var/www/teloporto/index.php(56): Mage::run() #11 {main}";s:3:"url";s:72:"/index.php/admin/cache/flushSystem/key/a0108789329e4baaebf80ccdabf92ee5/";s:11:"script_name";s:10:"/index.php";s:4:"skin";s:8:"italiano";}
eav_entity_attribute
entity_type_id
attribute_set_id
attribute_group_id
attribute_id
sort_order
How can I solve this problem?
Thank you
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm doing a reinstallation of openmage on an existing DB.
If I reinstall your module through composer OpenMage gives me an error:
here is the log:
a:5:{i:0;s:474:"Errore nel file: "/var/www/teloporto/app/code/community/Fballiano/FullCatalogTranslate/sql/fballiano_fullcatalogtranslate_setup/install-0.1.0.php" - SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '10-252' for key 'eav_entity_attribute.UNQ_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_SET_ID_ATTRIBUTE_ID', query was: INSERT INTO
eav_entity_attribute
(entity_type_id
,attribute_set_id
,attribute_group_id
,attribute_id
,sort_order
) VALUES (?, ?, ?, ?, ?)";i:1;s:1259:"#0 /var/www/teloporto/app/code/core/Mage/Core/Model/Resource/Setup.php(628): Mage::exception()#1 /var/www/teloporto/app/code/core/Mage/Core/Model/Resource/Setup.php(408): Mage_Core_Model_Resource_Setup->_modifyResourceDb()
#2 /var/www/teloporto/app/code/core/Mage/Core/Model/Resource/Setup.php(314): Mage_Core_Model_Resource_Setup->_installResourceDb()
#3 /var/www/teloporto/app/code/core/Mage/Core/Model/Resource/Setup.php(223): Mage_Core_Model_Resource_Setup->applyUpdates()
#4 /var/www/teloporto/app/code/core/Mage/Adminhtml/controllers/CacheController.php(71): Mage_Core_Model_Resource_Setup::applyAllUpdates()
#5 /var/www/teloporto/app/code/core/Mage/Core/Controller/Varien/Action.php(421): Mage_Adminhtml_CacheController->flushSystemAction()
#6 /var/www/teloporto/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(255): Mage_Core_Controller_Varien_Action->dispatch()
#7 /var/www/teloporto/app/code/core/Mage/Core/Controller/Varien/Front.php(181): Mage_Core_Controller_Varien_Router_Standard->match()
#8 /var/www/teloporto/app/code/core/Mage/Core/Model/App.php(358): Mage_Core_Controller_Varien_Front->dispatch()
#9 /var/www/teloporto/app/Mage.php(743): Mage_Core_Model_App->run()
#10 /var/www/teloporto/index.php(56): Mage::run()
#11 {main}";s:3:"url";s:72:"/index.php/admin/cache/flushSystem/key/a0108789329e4baaebf80ccdabf92ee5/";s:11:"script_name";s:10:"/index.php";s:4:"skin";s:8:"italiano";}
How can I solve this problem?
Thank you
The text was updated successfully, but these errors were encountered: