BlackbitDigitalCommerce / pimcore-data-director

Import Bundle for Pimcore
16 stars 3 forks source link

Fresh install error #84

Open betterapp opened 1 year ago

betterapp commented 1 year ago

Fresh Pimcore 6.9 Fresh DataPort 3.3 install

When I click on install button I get error

Failed to install: PDOException: SQLSTATE[42000]: Syntax error or access violation: 1091 Can't DROP 'fk_importstatus_dataport'; check that column/key exists in /var/www/xyz/www/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:125

BlackbitDevs commented 1 year ago

Please update to latest >= 3.3.5 - some MySQL versions (and vendor-specific variants) had problems setting up a foreign key when there is only an index which covers the foreign key column with a prefix. Please notify me if you still have problems.