Undefined array key "password" doing Shopware install

Undefined array key password doing installation of Shopware using the web installer.

215 views
d

By. Jacob

Edited: 2022-12-23 11:41

Warning: Undefined array key "password"

I got this error when trying to install Shopware 6.4.11.1.

To solve the problem I had to install a later version, in my case 6.4.16.0 did not have this error.

You may be able to get around the issue by running the CLI installer instead. E.g:

php recovery/install/index.php

Always try to keep your system as up-to-date as possible.

Tell us what you think:

  1. Sometimes we may to manually clear cached Shopware files to fix namespace issues.
  2. How to obtain the currently selected API language from Shopware vue components.
  3. How to access file system paths from storefront twig files in Shopware.
  4. How to get or change the currently selected sales channel in an Shopware sw-sales-channel-switch component.
  5. In this tutorial you will learn how to work with Shopware entities in a generic way from PHP, without having to specifically inject the repository in your services.xml file.

More in: Shopware