Aimeos shop installation error

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
zaheer
Posts: 19
Joined: 12 Nov 2020, 10:22

Aimeos shop installation error

Post by zaheer » 12 Nov 2020, 10:34

I have just installed aimeo shop from https://github.com/aimeos for testing.
The version is 2020.10.3
PHP Version I am using is 7.2.10
The package successfully downloaded but when asked for Database credentials I got this error :
Please help how to fix this.
Attachments
error.jpg
error.jpg (179.09 KiB) Viewed 1206 times

User avatar
aimeos
Administrator
Posts: 7873
Joined: 01 Jan 1970, 00:00

Re: Aimeos shop installation error

Post by aimeos » 12 Nov 2020, 10:41

Which composer version do you use? You can check with:

Code: Select all

composer -V
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

zaheer
Posts: 19
Joined: 12 Nov 2020, 10:22

Re: Aimeos shop installation error

Post by zaheer » 12 Nov 2020, 11:18

Composer version is 2.0.3

User avatar
aimeos
Administrator
Posts: 7873
Joined: 01 Jan 1970, 00:00

Re: Aimeos shop installation error

Post by aimeos » 12 Nov 2020, 12:26

This is a bug in composer fixed by:
https://github.com/composer/composer/issues/9421

You need composer 2.0.6 by executing:

Code: Select all

composer self-update
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

zaheer
Posts: 19
Joined: 12 Nov 2020, 10:22

Re: Aimeos shop installation error

Post by zaheer » 13 Nov 2020, 05:53

Thanks. This fixed the issue and I was able to install.

Post Reply