Guten Abend,
ich versuche gerade Shopware zu installieren, habe die Dateien mittels GIT und Plesk kopiert. Die Systemvorraussetzungen sind allesamt grün, trotzdem bricht die Installation mit folgender Fehlermeldung ab:
Slim Application Error
The application could not run because of the following error:
Details
Type: Doctrine\DBAL\DBALException
Message: An exception occurred while executing ‚SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.label AS label_2, s0_.namespace AS namespace_3, s0_.source AS source_4, s0_.description AS description_5, s0_.active AS active_6, s0_.added AS added_7, s0_.installation_date AS installation_date_8, s0_.update_date AS update_date_9, s0_.refresh_date AS refresh_date_10, s0_.author AS author_11, s0_.copyright AS copyright_12, s0_.license AS license_13, s0_.version AS version_14, s0_.support AS support_15, s0_.changes AS changes_16, s0_.link AS link_17, s0_.update_version AS update_version_18, s0_.update_source AS update_source_19, s0_.capability_update AS capability_update_20, s0_.capability_install AS capability_install_21, s0_.capability_enable AS capability_enable_22, s0_.capability_secure_uninstall AS capability_secure_uninstall_23, s0_.translations AS translations_24 FROM s_core_plugins s0_ WHERE s0_.active = 1 AND s0_.installation_date IS NOT NULL‘: SQLSTATE[42S22]: Column not found: 1054 Unknown column ‚s0_.translations‘ in ‚field list‘
File: /var/www/vhosts/racemob.de/httpdocs/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php
Line: 119
Trace
#0 /var/www/vhosts/racemob.de/httpdocs/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(836): Doctrine\DBAL\DBALException::driverExceptionDuringQuery(Object(Doctrine\DBAL\Driver\PDOMySql\Driver), Object(PDOException), ‚SELECT s0_.id A…‘, Array)
#1 /var/www/vhosts/racemob.de/httpdocs/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php(50): Doctrine\DBAL\Connection->executeQuery(‚SELECT s0_.id A…‘, Array, Array, NULL)
#2 /var/www/vhosts/racemob.de/httpdocs/vendor/doctrine/orm/lib/Doctrine/ORM/Query.php(321): Doctrine\ORM\Query\Exec\SingleSelectExecutor->execute(Object(Doctrine\DBAL\Connection), Array, Array)
#3 /var/www/vhosts/racemob.de/httpdocs/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php(969): Doctrine\ORM\Query->_doExecute()
#4 /var/www/vhosts/racemob.de/httpdocs/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php(924): Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache(NULL, 1)
#5 /var/www/vhosts/racemob.de/httpdocs/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php(727): Doctrine\ORM\AbstractQuery->execute(NULL, 1)
#6 /var/www/vhosts/racemob.de/httpdocs/engine/Shopware/Components/Theme/Util.php(191): Doctrine\ORM\AbstractQuery->getResult(1)
#7 /var/www/vhosts/racemob.de/httpdocs/engine/Shopware/Components/Theme/Installer.php(231): Shopware\Components\Theme\Util->getActivePlugins()
#8 /var/www/vhosts/racemob.de/httpdocs/engine/Shopware/Components/Theme/Installer.php(145): Shopware\Components\Theme\Installer->synchronizePluginThemes()
#9 /var/www/vhosts/racemob.de/httpdocs/engine/Shopware/Components/Theme/Installer.php(116): Shopware\Components\Theme\Installer->synchronizeThemes()
#10 /var/www/vhosts/racemob.de/httpdocs/recovery/install/src/Service/ThemeService.php(61): Shopware\Components\Theme\Installer->synchronize()
#11 /var/www/vhosts/racemob.de/httpdocs/recovery/install/src/app.php(440): Shopware\Recovery\Install\Service\ThemeService->activateResponsiveTheme()
#12 [internal function]: {closure}()
#13 /var/www/vhosts/racemob.de/httpdocs/recovery/common/vendor/slim/slim/Slim/Route.php(462): call_user_func_array(Object(Closure), Array)
#14 /var/www/vhosts/racemob.de/httpdocs/recovery/common/vendor/slim/slim/Slim/Slim.php(1326): Slim\Route->dispatch()
#15 /var/www/vhosts/racemob.de/httpdocs/recovery/common/vendor/slim/slim/Slim/Middleware/Flash.php(85): Slim\Slim->call()
#16 /var/www/vhosts/racemob.de/httpdocs/recovery/common/vendor/slim/slim/Slim/Middleware/MethodOverride.php(92): Slim\Middleware\Flash->call()
#17 /var/www/vhosts/racemob.de/httpdocs/recovery/common/vendor/slim/slim/Slim/Middleware/PrettyExceptions.php(67): Slim\Middleware\MethodOverride->call()
#18 /var/www/vhosts/racemob.de/httpdocs/recovery/common/vendor/slim/slim/Slim/Slim.php(1271): Slim\Middleware\PrettyExceptions->call()
#19 /var/www/vhosts/racemob.de/httpdocs/recovery/install/index.php(74): Slim\Slim->run()
#20 {main}
Kann mir jedam erklären, wo der Fehler liegen könnte?
Vielen Dank für die Hilfe