cancel
Showing results for 
Search instead for 
Did you mean: 

SQL Error beim Erstellen neuer Kategorien

SQL Error beim Erstellen neuer Kategorien

Hallo,
wenn ich eine neue Kategorie oder Unterkategorie erstellen will bekomme ich folgenden SQL Fehler.

SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`DB123456`.`prefix_catalog_category_entity_varchar`, CONSTRAINT `FK_CAT_CTGR_ENTT_VCHR_ENTT_ID_CAT_CTGR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `catalog_category_entity` (`entity_id`)), query was: INSERT INTO `prefix_catalog_category_entity_varchar` (`entity_type_id`,`attribute_id`,`store_id`,`entity_id`,`value`) VALUES (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?) ON DUPLICATE KEY UPDATE `value` = VALUES(`value`)


Kann damit jemand etwas anfangen und mir weiterhelfen?
Magento 1.9.3.1 Community
Danke. Smiley Happy

1 REPLY 1

Re: SQL Error beim Erstellen neuer Kategorien