Magento – Error Database Import

Today we had the import of a Magento database to a new database, the error message SQL command: — — Constraints der Tabelle 'catalog_eav_attribute’ — ALTER TABLE ‘catalog_eav_attribute’ ADD CONSTRAINT ‘FK_CATALOG_EAV_ATTRIBUTE_ID’ FOREIGN KEY ( ‘attribute_id’ ) REFERENCES ‘eav_attribute’ ( ‘attribute_id’ ) ON DELETE CASCADE ON UPDATE CASCADE ; MySQL MANDATORY: #1452 – Cannot add or update a child…

Magento – ERROR: unable to unpack downloader/pearlib/download/ .tgz

We wanted to at a Magento 1.4.1.1 Version install an extension through Magento Connect. Unfortunately, there was during the installation in the message window, that there was an error: “ERROR: unable to unpack downloader/pearlib/download/[our extension].tgz” After a little research it was found, that it had to do with the outdated version of Tar.php. This was quickly…