Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error while running aimeos:setup #489

Closed
godwnwaswa opened this issue May 28, 2023 · 1 comment
Closed

error while running aimeos:setup #489

godwnwaswa opened this issue May 28, 2023 · 1 comment

Comments

@godwnwaswa
Copy link

php artisan aimeos:setup

Exception

Extension "ai-laravel" exists twice in "/data/data/com.termux/files/home/projects/realdriss/vendor/aimeos/ai-laravel" and in "/data/data/com.termux/files/home/projects/realdriss/ext/ai-laravel"

at vendor/aimeos/aimeos-core/Bootstrap.php:403
399▕ if( isset( $this->extensions[$manifest['name']] ) )
400▕ {
401▕ $location2 = $this->extensions[$manifest['name']]['location'];
402▕ $msg = 'Extension "%1$s" exists twice in "%2$s" and in "%3$s"';
➜ 403▕ throw new \Exception( sprintf( $msg, $manifest['name'], $location, $location2 ) );
404▕ }
405▕
406▕ if( !isset( $manifest['depends'] ) || !is_array( $manifest['depends'] ) ) {
407▕ throw new \Exception( sprintf( 'Incorrect dependency configuration in manifest "%1$s"', $location ) );

  +15 vendor frames

16 artisan:35
Illuminate\Foundation\Console\Kernel::handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))

@aimeos
Copy link
Owner

aimeos commented May 28, 2023

Please read: #442 (comment)

@aimeos aimeos closed this as completed Aug 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants