# Shopware 6.6.3 Update und Installation funktionieren nicht

**URL:** https://forum.shopware.com/t/shopware-6-6-3-update-und-installation-funktionieren-nicht/104255
**Category:** Allgemein
**Created:** [11. Juni 2024 um 10:33 UTC](https://forum.shopware.com/t/shopware-6-6-3-update-und-installation-funktionieren-nicht/104255 "2024-06-11T10:33:16Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![technik](https://avatars.discourse-cdn.com/v4/letter/t/3bc359/32.png) [@technik](https://forum.shopware.com/u/technik)
#### Post date: [11. Juni 2024 um 10:33 UTC](https://forum.shopware.com/t/shopware-6-6-3-update-und-installation-funktionieren-nicht/104255/1 "2024-06-11T10:33:16Z")

</div>

Ich wollte den Shop (Testshop) von 6.5.8.11 auf die neuste version Updaten da der Store nur mit der neusten Version funktioniert und ich Module installieren muss. Das Update funktioniert nicht und eine neu installation mit der Version 6.6.3 auch nicht und ich erhalten beim Update und Installation die Fehlermeldung:

Composer could not detect the root package (shopware/production) version, defaulting to ‚1.0.0‘. See [https://getcomposer.org/root-version](https://getcomposer.org/root-version)  
No composer.lock file present. Updating dependencies to latest instead of installing from lock file. See [https://getcomposer.org/install](https://getcomposer.org/install) for more information.  
Loading composer repositories with package information  
Updating dependencies  
Dependency resolution completed in 0.000 seconds  
Your requirements could not be resolved to an installable set of packages.

Problem 1  
- Root composer.json requires shopware/core 6.6.3.0 → satisfiable by shopware/core[v6.6.3.0].  
- shopware/core v6.6.3.0 requires ext-pdo\_mysql \* → it is missing from your system. Install or enable PHP’s pdo\_mysql extension.  
Problem 2  
- shopware/core v6.6.3.0 requires ext-pdo\_mysql \* → it is missing from your system. Install or enable PHP’s pdo\_mysql extension.  
- shopware/storefront v6.6.3.0 requires shopware/core v6.6.3.0 → satisfiable by shopware/core[v6.6.3.0].  
- Root composer.json requires shopware/storefront 6.6.3.0 → satisfiable by shopware/storefront[v6.6.3.0].

To enable extensions, verify that they are enabled in your .ini files:  
- /etc/php/8.2/cli/php.ini  
- /etc/php/8.2/cli/conf.d/10-opcache.ini  
- /etc/php/8.2/cli/conf.d/10-pdo.ini  
- /etc/php/8.2/cli/conf.d/15-xml.ini  
- /etc/php/8.2/cli/conf.d/20-calendar.ini  
- /etc/php/8.2/cli/conf.d/20-ctype.ini  
- /etc/php/8.2/cli/conf.d/20-curl.ini  
- /etc/php/8.2/cli/conf.d/20-dom.ini  
- /etc/php/8.2/cli/conf.d/20-exif.ini  
- /etc/php/8.2/cli/conf.d/20-ffi.ini  
- /etc/php/8.2/cli/conf.d/20-fileinfo.ini  
- /etc/php/8.2/cli/conf.d/20-ftp.ini  
- /etc/php/8.2/cli/conf.d/20-gd.ini  
- /etc/php/8.2/cli/conf.d/20-gettext.ini  
- /etc/php/8.2/cli/conf.d/20-iconv.ini  
- /etc/php/8.2/cli/conf.d/20-intl.ini  
- /etc/php/8.2/cli/conf.d/20-mbstring.ini  
- /etc/php/8.2/cli/conf.d/20-mcrypt.ini  
- /etc/php/8.2/cli/conf.d/20-odbc.ini  
- /etc/php/8.2/cli/conf.d/20-pdo\_odbc.ini  
- /etc/php/8.2/cli/conf.d/20-phar.ini  
- /etc/php/8.2/cli/conf.d/20-posix.ini  
- /etc/php/8.2/cli/conf.d/20-raphf.ini  
- /etc/php/8.2/cli/conf.d/20-readline.ini  
- /etc/php/8.2/cli/conf.d/20-shmop.ini  
- /etc/php/8.2/cli/conf.d/20-simplexml.ini  
- /etc/php/8.2/cli/conf.d/20-soap.ini  
- /etc/php/8.2/cli/conf.d/20-sockets.ini  
- /etc/php/8.2/cli/conf.d/20-sysvmsg.ini  
- /etc/php/8.2/cli/conf.d/20-sysvsem.ini  
- /etc/php/8.2/cli/conf.d/20-sysvshm.ini  
- /etc/php/8.2/cli/conf.d/20-tokenizer.ini  
- /etc/php/8.2/cli/conf.d/20-xdebug.ini  
- /etc/php/8.2/cli/conf.d/20-xmlreader.ini  
- /etc/php/8.2/cli/conf.d/20-xmlwriter.ini  
- /etc/php/8.2/cli/conf.d/20-xsl.ini  
- /etc/php/8.2/cli/conf.d/20-zip.ini  
- /etc/php/8.2/cli/conf.d/25-http.ini  
You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode.  
Alternatively, you can run Composer with `--ignore-platform-req=ext-pdo_mysql` to temporarily ignore these required extensions.

Ich habe schon nach der Fehlermedung gesucht aber keine Lösung gefunden. Wie komme ich jetzt an den Store um meine Module herunterzuladen und zu installieren mit der version 6.5.8.11 ? Oder wie lässt sich das Update oder Installation ausführen ?  
Danke  
Ralf

---

<div class="post-metadata">

### Author: ![Max\_Shop](https://avatars.discourse-cdn.com/v4/letter/m/58f4c7/32.png) [@Max\_Shop](https://forum.shopware.com/u/Max_Shop)
#### Post date: [11. Juni 2024 um 12:21 UTC](https://forum.shopware.com/t/shopware-6-6-3-update-und-installation-funktionieren-nicht/104255/2 "2024-06-11T12:21:55Z")

</div>

Sieht so aus, als sei deine PHP CLI Version anders konfiguriert als die für das Web.

Schau da mal nach, was alles aktiviert ist und auch ob composer global gefunden wird.

---

<div class="post-metadata">

### Author: ![Pseiko01](https://avatars.discourse-cdn.com/v4/letter/p/e9c0ed/32.png) [@Pseiko01](https://forum.shopware.com/u/Pseiko01)
#### Post date: [12. März 2026 um 08:56 UTC](https://forum.shopware.com/t/shopware-6-6-3-update-und-installation-funktionieren-nicht/104255/3 "2026-03-12T08:56:21Z")

</div>

Ich habe gerade das selbe Problem.

Wie und wo muss ich nachschauen?

---

<div class="post-metadata">

### Author: ![Max\_Shop](https://avatars.discourse-cdn.com/v4/letter/m/58f4c7/32.png) [@Max\_Shop](https://forum.shopware.com/u/Max_Shop)
#### Post date: [12. März 2026 um 08:59 UTC](https://forum.shopware.com/t/shopware-6-6-3-update-und-installation-funktionieren-nicht/104255/4 "2026-03-12T08:59:07Z")

</div>

Auf der CLI per `php -v`
