Hallo,
nutze Shopware 5.2.27 oder auch 3.5.2 bei beiden das gleiche Problem
Ich möchte eine Migration durchführen
POST http://example.com/backend/SwagMigration/checkForm 500 Internal Server Error
"NetworkError: 500 Internal Server Error - http://example.combackend/SwagMigration/checkForm"checkForm
TypeError: o.result is undefined
Weiß nicht woran es liegt, DB Zugangsdaten stimmen etc.
Nachtrag:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'presta_raetz.s_core_snippets' doesn't exist' in /srv/www/example.com/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:91
Stack trace:
#0 /srv/www/example.com/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php(91): PDOStatement->execute(Array)
#1 /srv/www/example.com/engine/Library/Zend/Db/Statement/Pdo.php(228): Doctrine\DBAL\Driver\PDOStatement->execute(Array)
#2 /srv/www/example.com/engine/Library/Zend/Db/Statement.php(303): Zend_Db_Statement_Pdo->_execute(Array)
#3 /srv/www/example.com/engine/Library/Zend/Db/Adapter/Abstract.php(480): Zend_Db_Statement->execute(Array)
#4 /srv/www/example.com/engine/Library/Zend/Db/Adapter/Pdo/Abstract.php(238): Zend_Db_Adapter_Abstract->query('DESCRIBE `s_cor...', Array)
#5 /srv/www/example.com/engine/Library/Enlight/Components/Db/Adapter/Pdo/Mysql.php(96): Zend_Db_Adapter_Pdo_Abstract->query('DESCRIB in /srv/www/example.com/engine/Library/Zend/Db/Statement/Pdo.php on line 234
Das ist doch quatsch das er versucht in eine nicht Shopwareshop eine Shopware-Tabelle zu finden oder?