aimeos:setup error

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
User avatar
IvanIgniter
Posts: 58
Joined: 01 Dec 2021, 07:41

aimeos:setup error

Post by IvanIgniter » 19 Jan 2022, 08:40

I am using laravel 6.x, PHP 7.4, mysql 8, Docker desktop/Ubuntu and the Aimeos 2021

I have successfully installed and updated:
composer require aimeos/aimeos-core:~2021.10.4
composer require aimeos/aimeos-laravel:~2021.10.2
composer update
php artisan vendor:publish --all
php artisan migrate:fresh --seed
php artisan passport:install --force

But in this part I am having a trouble. Can you please help me how to solve this?
php artisan aimeos:setup --option=setup/default/demo:1
MicrosoftTeams-image (6).png
MicrosoftTeams-image (6).png (113.47 KiB) Viewed 996 times

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

Re: aimeos:setup error

Post by aimeos » 20 Jan 2022, 14:18

This is strange and should not happen because there's a pre-dependency to TablesCreateMShop setup task which creates the mshop_index_text table:
https://github.com/aimeos/aimeos-core/b ... rm.php#L24

Can you check what exactly happened and if the TablesCreateMShop setup task has run before?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
IvanIgniter
Posts: 58
Joined: 01 Dec 2021, 07:41

Re: aimeos:setup error

Post by IvanIgniter » 21 Jan 2022, 05:07

Yeah it just happen recently and I have no issue way back before. My fellow dev has no issue in this part.

What do u mean TablesCreateMShop setup task?
What should I do?

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

Re: aimeos:setup error

Post by aimeos » 22 Jan 2022, 11:04

Please have a look which setup tasks are executed in which order, especially if the TablesCreatePlatform setup task runs before the TablesCreateMShop one.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply