[GH-ISSUE #1793] Upgrade fail (v6.12.1 to v7.0.6) #991

Closed
opened 2026-02-26 02:34:51 +03:00 by kerem · 12 comments
Owner

Originally created by @kazukyakayashi on GitHub (Jul 16, 2024).
Original GitHub issue: https://github.com/koel/koel/issues/1793

Describe the bug
Hello, when I try to launch the koel upgrade it tells me :

php artisan koel:init --no-assets

In aws.php line 28:
                                                    
  Class "Aws\Laravel\AwsServiceProvider" not found  

Laravel log (storage/logs/laravel.log)

[2024-07-16 08:48:40] laravel.ERROR: Class "Aws\Laravel\AwsServiceProvider" not found {"exception":"[object] (Error(code: 0): Class \"Aws\\Laravel\\AwsServiceProvider\" not found at /home/debian/koel/config/aws.php:28)
[stacktrace]
#0 /home/debian/koel/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/LoadConfiguration.php(70): require()
#1 /home/debian/koel/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/LoadConfiguration.php(39): Illuminate\\Foundation\\Bootstrap\\LoadConfiguration->loadConfigurationFiles()
#2 /home/debian/koel/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(263): Illuminate\\Foundation\\Bootstrap\\LoadConfiguration->bootstrap()
#3 /home/debian/koel/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(447): Illuminate\\Foundation\\Application->bootstrapWith()
#4 /home/debian/koel/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(199): Illuminate\\Foundation\\Console\\Kernel->bootstrap()
#5 /home/debian/koel/artisan(33): Illuminate\\Foundation\\Console\\Kernel->handle()
#6 {main}
"}

Environment

  • Koel version 6.12.1
  • OS : Debian Bullseye
  • PHP version 8.3
  • Node version 18.20.4
Originally created by @kazukyakayashi on GitHub (Jul 16, 2024). Original GitHub issue: https://github.com/koel/koel/issues/1793 **Describe the bug** Hello, when I try to launch the koel upgrade it tells me : ``` php artisan koel:init --no-assets In aws.php line 28: Class "Aws\Laravel\AwsServiceProvider" not found ``` Laravel log (storage/logs/laravel.log) ``` [2024-07-16 08:48:40] laravel.ERROR: Class "Aws\Laravel\AwsServiceProvider" not found {"exception":"[object] (Error(code: 0): Class \"Aws\\Laravel\\AwsServiceProvider\" not found at /home/debian/koel/config/aws.php:28) [stacktrace] #0 /home/debian/koel/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/LoadConfiguration.php(70): require() #1 /home/debian/koel/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/LoadConfiguration.php(39): Illuminate\\Foundation\\Bootstrap\\LoadConfiguration->loadConfigurationFiles() #2 /home/debian/koel/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(263): Illuminate\\Foundation\\Bootstrap\\LoadConfiguration->bootstrap() #3 /home/debian/koel/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(447): Illuminate\\Foundation\\Application->bootstrapWith() #4 /home/debian/koel/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(199): Illuminate\\Foundation\\Console\\Kernel->bootstrap() #5 /home/debian/koel/artisan(33): Illuminate\\Foundation\\Console\\Kernel->handle() #6 {main} "} ``` **Environment** - Koel version 6.12.1 - OS : Debian Bullseye - PHP version 8.3 - Node version 18.20.4
kerem closed this issue 2026-02-26 02:34:51 +03:00
Author
Owner

@phanan commented on GitHub (Jul 16, 2024):

Try running composer install.

<!-- gh-comment-id:2230659197 --> @phanan commented on GitHub (Jul 16, 2024): Try running `composer install`.
Author
Owner

@kazukyakayashi commented on GitHub (Jul 16, 2024):

composer install
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Your lock file does not contain a compatible set of packages. Please run composer update.

  Problem 1
    - Root composer.json requires PHP extension ext-gd * but it is missing from your system. Install or enable PHP's gd extension.
  Problem 2
    - azjezz/psl is locked to version 2.9.1 and an update of this package was not requested.
    - azjezz/psl 2.9.1 requires ext-intl * -> it is missing from your system. Install or enable PHP's intl extension.
  Problem 3
    - teamtnt/tntsearch is locked to version v4.1.0 and an update of this package was not requested.
    - teamtnt/tntsearch v4.1.0 requires ext-pdo_sqlite * -> it is missing from your system. Install or enable PHP's pdo_sqlite extension.
  Problem 4
    - azjezz/psl 2.9.1 requires ext-intl * -> it is missing from your system. Install or enable PHP's intl extension.
    - veewee/xml 2.14.0 requires azjezz/psl ^2.0.3 -> satisfiable by azjezz/psl[2.9.1].
    - veewee/xml is locked to version 2.14.0 and an update of this package was not requested.

To enable extensions, verify that they are enabled in your .ini files:
    - /etc/php/8.3/cli/php.ini
    - /etc/php/8.3/cli/conf.d/10-opcache.ini
    - /etc/php/8.3/cli/conf.d/10-pdo.ini
    - /etc/php/8.3/cli/conf.d/15-xml.ini
    - /etc/php/8.3/cli/conf.d/20-bcmath.ini
    - /etc/php/8.3/cli/conf.d/20-calendar.ini
    - /etc/php/8.3/cli/conf.d/20-ctype.ini
    - /etc/php/8.3/cli/conf.d/20-curl.ini
    - /etc/php/8.3/cli/conf.d/20-dom.ini
    - /etc/php/8.3/cli/conf.d/20-exif.ini
    - /etc/php/8.3/cli/conf.d/20-ffi.ini
    - /etc/php/8.3/cli/conf.d/20-fileinfo.ini
    - /etc/php/8.3/cli/conf.d/20-ftp.ini
    - /etc/php/8.3/cli/conf.d/20-gettext.ini
    - /etc/php/8.3/cli/conf.d/20-iconv.ini
    - /etc/php/8.3/cli/conf.d/20-mbstring.ini
    - /etc/php/8.3/cli/conf.d/20-pdo_pgsql.ini
    - /etc/php/8.3/cli/conf.d/20-pgsql.ini
    - /etc/php/8.3/cli/conf.d/20-phar.ini
    - /etc/php/8.3/cli/conf.d/20-posix.ini
    - /etc/php/8.3/cli/conf.d/20-readline.ini
    - /etc/php/8.3/cli/conf.d/20-shmop.ini
    - /etc/php/8.3/cli/conf.d/20-simplexml.ini
    - /etc/php/8.3/cli/conf.d/20-sockets.ini
    - /etc/php/8.3/cli/conf.d/20-sysvmsg.ini
    - /etc/php/8.3/cli/conf.d/20-sysvsem.ini
    - /etc/php/8.3/cli/conf.d/20-sysvshm.ini
    - /etc/php/8.3/cli/conf.d/20-tokenizer.ini
    - /etc/php/8.3/cli/conf.d/20-xmlreader.ini
    - /etc/php/8.3/cli/conf.d/20-xmlwriter.ini
    - /etc/php/8.3/cli/conf.d/20-xsl.ini
    - /etc/php/8.3/cli/conf.d/20-zip.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-gd --ignore-platform-req=ext-intl --ignore-platform-req=ext-pdo_sqlite --ignore-platform-req=ext-intl` to temporarily ignore these required extensions.

and If i run :

composer update
> @php artisan clear-compiled

In aws.php line 28:
                                                    
  Class "Aws\Laravel\AwsServiceProvider" not found  
                                                    

Script @php artisan clear-compiled handling the pre-update-cmd event returned with error code 1
<!-- gh-comment-id:2230767491 --> @kazukyakayashi commented on GitHub (Jul 16, 2024): ``` composer install Installing dependencies from lock file (including require-dev) Verifying lock file contents can be installed on current platform. Your lock file does not contain a compatible set of packages. Please run composer update. Problem 1 - Root composer.json requires PHP extension ext-gd * but it is missing from your system. Install or enable PHP's gd extension. Problem 2 - azjezz/psl is locked to version 2.9.1 and an update of this package was not requested. - azjezz/psl 2.9.1 requires ext-intl * -> it is missing from your system. Install or enable PHP's intl extension. Problem 3 - teamtnt/tntsearch is locked to version v4.1.0 and an update of this package was not requested. - teamtnt/tntsearch v4.1.0 requires ext-pdo_sqlite * -> it is missing from your system. Install or enable PHP's pdo_sqlite extension. Problem 4 - azjezz/psl 2.9.1 requires ext-intl * -> it is missing from your system. Install or enable PHP's intl extension. - veewee/xml 2.14.0 requires azjezz/psl ^2.0.3 -> satisfiable by azjezz/psl[2.9.1]. - veewee/xml is locked to version 2.14.0 and an update of this package was not requested. To enable extensions, verify that they are enabled in your .ini files: - /etc/php/8.3/cli/php.ini - /etc/php/8.3/cli/conf.d/10-opcache.ini - /etc/php/8.3/cli/conf.d/10-pdo.ini - /etc/php/8.3/cli/conf.d/15-xml.ini - /etc/php/8.3/cli/conf.d/20-bcmath.ini - /etc/php/8.3/cli/conf.d/20-calendar.ini - /etc/php/8.3/cli/conf.d/20-ctype.ini - /etc/php/8.3/cli/conf.d/20-curl.ini - /etc/php/8.3/cli/conf.d/20-dom.ini - /etc/php/8.3/cli/conf.d/20-exif.ini - /etc/php/8.3/cli/conf.d/20-ffi.ini - /etc/php/8.3/cli/conf.d/20-fileinfo.ini - /etc/php/8.3/cli/conf.d/20-ftp.ini - /etc/php/8.3/cli/conf.d/20-gettext.ini - /etc/php/8.3/cli/conf.d/20-iconv.ini - /etc/php/8.3/cli/conf.d/20-mbstring.ini - /etc/php/8.3/cli/conf.d/20-pdo_pgsql.ini - /etc/php/8.3/cli/conf.d/20-pgsql.ini - /etc/php/8.3/cli/conf.d/20-phar.ini - /etc/php/8.3/cli/conf.d/20-posix.ini - /etc/php/8.3/cli/conf.d/20-readline.ini - /etc/php/8.3/cli/conf.d/20-shmop.ini - /etc/php/8.3/cli/conf.d/20-simplexml.ini - /etc/php/8.3/cli/conf.d/20-sockets.ini - /etc/php/8.3/cli/conf.d/20-sysvmsg.ini - /etc/php/8.3/cli/conf.d/20-sysvsem.ini - /etc/php/8.3/cli/conf.d/20-sysvshm.ini - /etc/php/8.3/cli/conf.d/20-tokenizer.ini - /etc/php/8.3/cli/conf.d/20-xmlreader.ini - /etc/php/8.3/cli/conf.d/20-xmlwriter.ini - /etc/php/8.3/cli/conf.d/20-xsl.ini - /etc/php/8.3/cli/conf.d/20-zip.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-gd --ignore-platform-req=ext-intl --ignore-platform-req=ext-pdo_sqlite --ignore-platform-req=ext-intl` to temporarily ignore these required extensions. ``` and If i run : ``` composer update > @php artisan clear-compiled In aws.php line 28: Class "Aws\Laravel\AwsServiceProvider" not found Script @php artisan clear-compiled handling the pre-update-cmd event returned with error code 1 ```
Author
Owner

@phanan commented on GitHub (Jul 16, 2024):

I'm not sure how you end up here. The error clearly indicates that ext-gd
is missing from your system, but ext-gd has always been required, so how
did you even get v6 working? Same with ext-intl etc.

Am Di., 16. Juli 2024 um 14:29 Uhr schrieb Kazuky Akayashi <
@.***>:

composer install
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Your lock file does not contain a compatible set of packages. Please run composer update.

Problem 1
- Root composer.json requires PHP extension ext-gd * but it is missing from your system. Install or enable PHP's gd extension.
Problem 2
- azjezz/psl is locked to version 2.9.1 and an update of this package was not requested.
- azjezz/psl 2.9.1 requires ext-intl * -> it is missing from your system. Install or enable PHP's intl extension.
Problem 3
- teamtnt/tntsearch is locked to version v4.1.0 and an update of this package was not requested.
- teamtnt/tntsearch v4.1.0 requires ext-pdo_sqlite * -> it is missing from your system. Install or enable PHP's pdo_sqlite extension.
Problem 4
- azjezz/psl 2.9.1 requires ext-intl * -> it is missing from your system. Install or enable PHP's intl extension.
- veewee/xml 2.14.0 requires azjezz/psl ^2.0.3 -> satisfiable by azjezz/psl[2.9.1].
- veewee/xml is locked to version 2.14.0 and an update of this package was not requested.

To enable extensions, verify that they are enabled in your .ini files:
- /etc/php/8.3/cli/php.ini
- /etc/php/8.3/cli/conf.d/10-opcache.ini
- /etc/php/8.3/cli/conf.d/10-pdo.ini
- /etc/php/8.3/cli/conf.d/15-xml.ini
- /etc/php/8.3/cli/conf.d/20-bcmath.ini
- /etc/php/8.3/cli/conf.d/20-calendar.ini
- /etc/php/8.3/cli/conf.d/20-ctype.ini
- /etc/php/8.3/cli/conf.d/20-curl.ini
- /etc/php/8.3/cli/conf.d/20-dom.ini
- /etc/php/8.3/cli/conf.d/20-exif.ini
- /etc/php/8.3/cli/conf.d/20-ffi.ini
- /etc/php/8.3/cli/conf.d/20-fileinfo.ini
- /etc/php/8.3/cli/conf.d/20-ftp.ini
- /etc/php/8.3/cli/conf.d/20-gettext.ini
- /etc/php/8.3/cli/conf.d/20-iconv.ini
- /etc/php/8.3/cli/conf.d/20-mbstring.ini
- /etc/php/8.3/cli/conf.d/20-pdo_pgsql.ini
- /etc/php/8.3/cli/conf.d/20-pgsql.ini
- /etc/php/8.3/cli/conf.d/20-phar.ini
- /etc/php/8.3/cli/conf.d/20-posix.ini
- /etc/php/8.3/cli/conf.d/20-readline.ini
- /etc/php/8.3/cli/conf.d/20-shmop.ini
- /etc/php/8.3/cli/conf.d/20-simplexml.ini
- /etc/php/8.3/cli/conf.d/20-sockets.ini
- /etc/php/8.3/cli/conf.d/20-sysvmsg.ini
- /etc/php/8.3/cli/conf.d/20-sysvsem.ini
- /etc/php/8.3/cli/conf.d/20-sysvshm.ini
- /etc/php/8.3/cli/conf.d/20-tokenizer.ini
- /etc/php/8.3/cli/conf.d/20-xmlreader.ini
- /etc/php/8.3/cli/conf.d/20-xmlwriter.ini
- /etc/php/8.3/cli/conf.d/20-xsl.ini
- /etc/php/8.3/cli/conf.d/20-zip.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-gd --ignore-platform-req=ext-intl --ignore-platform-req=ext-pdo_sqlite --ignore-platform-req=ext-intl to temporarily ignore these required extensions.

and If i run :

composer update

@php artisan clear-compiled

In aws.php line 28:

Class "Aws\Laravel\AwsServiceProvider" not found

Script @php artisan clear-compiled handling the pre-update-cmd event returned with error code 1


Reply to this email directly, view it on GitHub
https://github.com/koel/koel/issues/1793#issuecomment-2230767491, or
unsubscribe
https://github.com/notifications/unsubscribe-auth/AB5O3UTU6Y4ZT3TAECI5MPLZMUG23AVCNFSM6AAAAABK6CUJAKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZQG43DONBZGE
.
You are receiving this because you commented.Message ID:
@.***>

<!-- gh-comment-id:2230775878 --> @phanan commented on GitHub (Jul 16, 2024): I'm not sure how you end up here. The error clearly indicates that ext-gd is missing from your system, but ext-gd has always been required, so how did you even get v6 working? Same with ext-intl etc. Am Di., 16. Juli 2024 um 14:29 Uhr schrieb Kazuky Akayashi < ***@***.***>: > composer install > Installing dependencies from lock file (including require-dev) > Verifying lock file contents can be installed on current platform. > Your lock file does not contain a compatible set of packages. Please run composer update. > > Problem 1 > - Root composer.json requires PHP extension ext-gd * but it is missing from your system. Install or enable PHP's gd extension. > Problem 2 > - azjezz/psl is locked to version 2.9.1 and an update of this package was not requested. > - azjezz/psl 2.9.1 requires ext-intl * -> it is missing from your system. Install or enable PHP's intl extension. > Problem 3 > - teamtnt/tntsearch is locked to version v4.1.0 and an update of this package was not requested. > - teamtnt/tntsearch v4.1.0 requires ext-pdo_sqlite * -> it is missing from your system. Install or enable PHP's pdo_sqlite extension. > Problem 4 > - azjezz/psl 2.9.1 requires ext-intl * -> it is missing from your system. Install or enable PHP's intl extension. > - veewee/xml 2.14.0 requires azjezz/psl ^2.0.3 -> satisfiable by azjezz/psl[2.9.1]. > - veewee/xml is locked to version 2.14.0 and an update of this package was not requested. > > To enable extensions, verify that they are enabled in your .ini files: > - /etc/php/8.3/cli/php.ini > - /etc/php/8.3/cli/conf.d/10-opcache.ini > - /etc/php/8.3/cli/conf.d/10-pdo.ini > - /etc/php/8.3/cli/conf.d/15-xml.ini > - /etc/php/8.3/cli/conf.d/20-bcmath.ini > - /etc/php/8.3/cli/conf.d/20-calendar.ini > - /etc/php/8.3/cli/conf.d/20-ctype.ini > - /etc/php/8.3/cli/conf.d/20-curl.ini > - /etc/php/8.3/cli/conf.d/20-dom.ini > - /etc/php/8.3/cli/conf.d/20-exif.ini > - /etc/php/8.3/cli/conf.d/20-ffi.ini > - /etc/php/8.3/cli/conf.d/20-fileinfo.ini > - /etc/php/8.3/cli/conf.d/20-ftp.ini > - /etc/php/8.3/cli/conf.d/20-gettext.ini > - /etc/php/8.3/cli/conf.d/20-iconv.ini > - /etc/php/8.3/cli/conf.d/20-mbstring.ini > - /etc/php/8.3/cli/conf.d/20-pdo_pgsql.ini > - /etc/php/8.3/cli/conf.d/20-pgsql.ini > - /etc/php/8.3/cli/conf.d/20-phar.ini > - /etc/php/8.3/cli/conf.d/20-posix.ini > - /etc/php/8.3/cli/conf.d/20-readline.ini > - /etc/php/8.3/cli/conf.d/20-shmop.ini > - /etc/php/8.3/cli/conf.d/20-simplexml.ini > - /etc/php/8.3/cli/conf.d/20-sockets.ini > - /etc/php/8.3/cli/conf.d/20-sysvmsg.ini > - /etc/php/8.3/cli/conf.d/20-sysvsem.ini > - /etc/php/8.3/cli/conf.d/20-sysvshm.ini > - /etc/php/8.3/cli/conf.d/20-tokenizer.ini > - /etc/php/8.3/cli/conf.d/20-xmlreader.ini > - /etc/php/8.3/cli/conf.d/20-xmlwriter.ini > - /etc/php/8.3/cli/conf.d/20-xsl.ini > - /etc/php/8.3/cli/conf.d/20-zip.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-gd --ignore-platform-req=ext-intl --ignore-platform-req=ext-pdo_sqlite --ignore-platform-req=ext-intl` to temporarily ignore these required extensions. > > and If i run : > > composer update > > @php artisan clear-compiled > > In aws.php line 28: > > Class "Aws\Laravel\AwsServiceProvider" not found > > > Script @php artisan clear-compiled handling the pre-update-cmd event returned with error code 1 > > — > Reply to this email directly, view it on GitHub > <https://github.com/koel/koel/issues/1793#issuecomment-2230767491>, or > unsubscribe > <https://github.com/notifications/unsubscribe-auth/AB5O3UTU6Y4ZT3TAECI5MPLZMUG23AVCNFSM6AAAAABK6CUJAKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZQG43DONBZGE> > . > You are receiving this because you commented.Message ID: > ***@***.***> >
Author
Owner

@kazukyakayashi commented on GitHub (Jul 16, 2024):

I've upgraded to php8.3, so the extensions were missing, but that doesn't solve the problem. At the end of the install, I get the same error with In aws.php line 28: Class "Aws\Laravel\AwsServiceProvider" not found

composer install
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Package operations: 41 installs, 0 updates, 0 removals
  - Downloading squizlabs/php_codesniffer (3.9.1)
  - Downloading sebastian/version (4.0.1)
  - Downloading sebastian/type (4.0.0)
  - Downloading sebastian/recursion-context (5.0.0)
  - Downloading sebastian/object-reflector (3.0.0)
  - Downloading sebastian/object-enumerator (5.0.0)
  - Downloading sebastian/global-state (6.0.2)
  - Downloading sebastian/exporter (5.1.2)
  - Downloading sebastian/environment (6.1.0)
  - Downloading sebastian/diff (5.1.1)
  - Downloading sebastian/comparator (5.0.1)
  - Downloading sebastian/code-unit (2.0.0)
  - Downloading sebastian/cli-parser (2.0.1)
  - Downloading phpunit/php-timer (6.0.0)
  - Downloading phpunit/php-text-template (3.0.1)
  - Downloading phpunit/php-invoker (4.0.0)
  - Downloading phpunit/php-file-iterator (4.1.0)
  - Downloading theseer/tokenizer (1.2.3)
  - Downloading nikic/php-parser (v5.0.2)
  - Downloading sebastian/lines-of-code (2.0.2)
  - Downloading sebastian/complexity (3.2.0)
  - Downloading sebastian/code-unit-reverse-lookup (3.0.0)
  - Downloading phpunit/php-code-coverage (10.1.14)
  - Downloading phar-io/manifest (2.0.4)
  - Downloading myclabs/deep-copy (1.11.1)
  - Downloading phpunit/phpunit (10.5.19)
  - Downloading dms/phpunit-arraysubset-asserts (v0.5.0)
  - Downloading fakerphp/faker (v1.23.1)
  - Downloading phpmyadmin/sql-parser (5.9.0)
  - Downloading larastan/larastan (v2.9.5)
  - Downloading psy/psysh (v0.12.3)
  - Downloading laravel/tinker (v2.9.0)
  - Downloading php-mock/php-mock (2.5.0)
  - Downloading php-mock/php-mock-integration (2.3.0)
  - Downloading mockery/mockery (1.6.11)
  - Downloading php-mock/php-mock-mockery (1.4.1)
  - Downloading phpstan/phpdoc-parser (1.28.0)
  - Installing squizlabs/php_codesniffer (3.9.1): Extracting archive
    Skipped installation of bin bin/phpcbf for package squizlabs/php_codesniffer: name conflicts with an existing file
    Skipped installation of bin bin/phpcs for package squizlabs/php_codesniffer: name conflicts with an existing file
  - Installing dealerdirect/phpcodesniffer-composer-installer (v0.7.2): Extracting archive
  - Installing sebastian/version (4.0.1): Extracting archive
  - Installing sebastian/type (4.0.0): Extracting archive
  - Installing sebastian/recursion-context (5.0.0): Extracting archive
  - Installing sebastian/object-reflector (3.0.0): Extracting archive
  - Installing sebastian/object-enumerator (5.0.0): Extracting archive
  - Installing sebastian/global-state (6.0.2): Extracting archive
  - Installing sebastian/exporter (5.1.2): Extracting archive
  - Installing sebastian/environment (6.1.0): Extracting archive
  - Installing sebastian/diff (5.1.1): Extracting archive
  - Installing sebastian/comparator (5.0.1): Extracting archive
  - Installing sebastian/code-unit (2.0.0): Extracting archive
  - Installing sebastian/cli-parser (2.0.1): Extracting archive
  - Installing phpunit/php-timer (6.0.0): Extracting archive
  - Installing phpunit/php-text-template (3.0.1): Extracting archive
  - Installing phpunit/php-invoker (4.0.0): Extracting archive
  - Installing phpunit/php-file-iterator (4.1.0): Extracting archive
  - Installing theseer/tokenizer (1.2.3): Extracting archive
  - Installing nikic/php-parser (v5.0.2): Extracting archive
  - Installing sebastian/lines-of-code (2.0.2): Extracting archive
  - Installing sebastian/complexity (3.2.0): Extracting archive
  - Installing sebastian/code-unit-reverse-lookup (3.0.0): Extracting archive
  - Installing phpunit/php-code-coverage (10.1.14): Extracting archive
  - Installing phar-io/version (3.2.1): Extracting archive
  - Installing phar-io/manifest (2.0.4): Extracting archive
  - Installing myclabs/deep-copy (1.11.1): Extracting archive
  - Installing phpunit/phpunit (10.5.19): Extracting archive
  - Installing dms/phpunit-arraysubset-asserts (v0.5.0): Extracting archive
  - Installing fakerphp/faker (v1.23.1): Extracting archive
  - Installing hamcrest/hamcrest-php (v2.0.1): Extracting archive
  - Installing phpmyadmin/sql-parser (5.9.0): Extracting archive
  - Installing larastan/larastan (v2.9.5): Extracting archive
  - Installing psy/psysh (v0.12.3): Extracting archive
  - Installing laravel/tinker (v2.9.0): Extracting archive
  - Installing php-mock/php-mock (2.5.0): Extracting archive
  - Installing php-mock/php-mock-integration (2.3.0): Extracting archive
  - Installing mockery/mockery (1.6.11): Extracting archive
  - Installing php-mock/php-mock-mockery (1.4.1): Extracting archive
  - Installing phpstan/phpdoc-parser (1.28.0): Extracting archive
  - Installing slevomat/coding-standard (7.2.1): Extracting archive
 19/39 [=============>--------------]  48%    Skipped installation of bin bin/php-parse for package nikic/php-parser: name conflicts with an existing file
 24/39 [=================>----------]  61%    Skipped installation of bin phpunit for package phpunit/phpunit: name conflicts with an existing file
    Skipped installation of bin bin/psysh for package psy/psysh: name conflicts with an existing file
 33/39 [=======================>----]  84%    Skipped installation of bin bin/highlight-query for package phpmyadmin/sql-parser: name conflicts with an existing file
    Skipped installation of bin bin/lint-query for package phpmyadmin/sql-parser: name conflicts with an existing file
    Skipped installation of bin bin/tokenize-query for package phpmyadmin/sql-parser: name conflicts with an existing file
Generating optimized autoload files
Class Jackiedo\DotenvEditor\Contracts\DotenvReader located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Contracts/DotenvReader.php does not comply with psr-4 autoloading standard. Skipping.
Class Jackiedo\DotenvEditor\Contracts\DotenvFormatter located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Contracts/DotenvFormatter.php does not comply with psr-4 autoloading standard. Skipping.
Class Jackiedo\DotenvEditor\Contracts\DotenvWriter located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Contracts/DotenvWriter.php does not comply with psr-4 autoloading standard. Skipping.
Class Jackiedo\DotenvEditor\DotenvReader located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/DotenvReader.php does not comply with psr-4 autoloading standard. Skipping.
Class Jackiedo\DotenvEditor\DotenvFormatter located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/DotenvFormatter.php does not comply with psr-4 autoloading standard. Skipping.
Class Jackiedo\DotenvEditor\Facades\DotenvEditor located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Facades/DotenvEditor.php does not comply with psr-4 autoloading standard. Skipping.
Class Jackiedo\DotenvEditor\DotenvEditorServiceProvider located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/DotenvEditorServiceProvider.php does not comply with psr-4 autoloading standard. Skipping.
Class Jackiedo\DotenvEditor\DotenvWriter located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/DotenvWriter.php does not comply with psr-4 autoloading standard. Skipping.
Class Jackiedo\DotenvEditor\Exceptions\KeyNotFoundException located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Exceptions/KeyNotFoundException.php does not comply with psr-4 autoloading standard. Skipping.
Class Jackiedo\DotenvEditor\Exceptions\UnableWriteToFileException located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Exceptions/UnableWriteToFileException.php does not comply with psr-4 autoloading standard. Skipping.
Class Jackiedo\DotenvEditor\Exceptions\UnableReadFileException located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Exceptions/UnableReadFileException.php does not comply with psr-4 autoloading standard. Skipping.
Class Jackiedo\DotenvEditor\Exceptions\InvalidValueException located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Exceptions/InvalidValueException.php does not comply with psr-4 autoloading standard. Skipping.
Class Jackiedo\DotenvEditor\Exceptions\NoBackupAvailableException located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Exceptions/NoBackupAvailableException.php does not comply with psr-4 autoloading standard. Skipping.
Class Jackiedo\DotenvEditor\Exceptions\FileNotFoundException located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Exceptions/FileNotFoundException.php does not comply with psr-4 autoloading standard. Skipping.
Class Jackiedo\DotenvEditor\DotenvEditor located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/DotenvEditor.php does not comply with psr-4 autoloading standard. Skipping.
Class Jackiedo\DotenvEditor\Console\Commands\DotenvGetBackupsCommand located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Console/Commands/DotenvGetBackupsCommand.php does not comply with psr-4 autoloading standard. Skipping.
Class Jackiedo\DotenvEditor\Console\Commands\DotenvGetKeysCommand located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Console/Commands/DotenvGetKeysCommand.php does not comply with psr-4 autoloading standard. Skipping.
Class Jackiedo\DotenvEditor\Console\Commands\DotenvBackupCommand located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Console/Commands/DotenvBackupCommand.php does not comply with psr-4 autoloading standard. Skipping.
Class Jackiedo\DotenvEditor\Console\Commands\DotenvSetKeyCommand located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Console/Commands/DotenvSetKeyCommand.php does not comply with psr-4 autoloading standard. Skipping.
Class Jackiedo\DotenvEditor\Console\Commands\DotenvRestoreCommand located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Console/Commands/DotenvRestoreCommand.php does not comply with psr-4 autoloading standard. Skipping.
Class Jackiedo\DotenvEditor\Console\Commands\DotenvDeleteKeyCommand located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Console/Commands/DotenvDeleteKeyCommand.php does not comply with psr-4 autoloading standard. Skipping.
Class Jackiedo\DotenvEditor\Console\Traits\CreateCommandInstanceTrait located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Console/Traits/CreateCommandInstanceTrait.php does not comply with psr-4 autoloading standard. Skipping.
Warning: Ambiguous class resolution, "League\Flysystem\Local\LocalFilesystemAdapter" was found 2x: in "/home/debian/koel/vendor/league/flysystem-local/LocalFilesystemAdapter.php" and "/home/debian/koel/vendor/league/flysystem/src/Local/LocalFilesystemAdapter.php", the first will be used.
Warning: Ambiguous class resolution, "League\Flysystem\Local\FallbackMimeTypeDetector" was found 2x: in "/home/debian/koel/vendor/league/flysystem-local/FallbackMimeTypeDetector.php" and "/home/debian/koel/vendor/league/flysystem/src/Local/FallbackMimeTypeDetector.php", the first will be used.
Warning: Ambiguous class resolution, "Illuminate\Support\HigherOrderWhenProxy" was found 2x: in "/home/debian/koel/vendor/laravel/framework/src/Illuminate/Collections/HigherOrderWhenProxy.php" and "/home/debian/koel/vendor/laravel/framework/src/Illuminate/Conditionable/HigherOrderWhenProxy.php", the first will be used.
Warning: Ambiguous class resolution, "Illuminate\Support\Traits\Conditionable" was found 2x: in "/home/debian/koel/vendor/laravel/framework/src/Illuminate/Conditionable/Traits/Conditionable.php" and "/home/debian/koel/vendor/laravel/framework/src/Illuminate/Support/Traits/Conditionable.php", the first will be used.
Warning: Ambiguous class resolution, "Carbon\Doctrine\DateTimeType" was found 2x: in "/home/debian/koel/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/DateTimeType.php" and "/home/debian/koel/vendor/nesbot/carbon/src/Carbon/Doctrine/DateTimeType.php", the first will be used.
Warning: Ambiguous class resolution, "Carbon\Doctrine\CarbonTypeConverter" was found 2x: in "/home/debian/koel/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/CarbonTypeConverter.php" and "/home/debian/koel/vendor/nesbot/carbon/src/Carbon/Doctrine/CarbonTypeConverter.php", the first will be used.
Warning: Ambiguous class resolution, "Carbon\Doctrine\CarbonImmutableType" was found 2x: in "/home/debian/koel/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/CarbonImmutableType.php" and "/home/debian/koel/vendor/nesbot/carbon/src/Carbon/Doctrine/CarbonImmutableType.php", the first will be used.
Warning: Ambiguous class resolution, "Carbon\Doctrine\DateTimeDefaultPrecision" was found 2x: in "/home/debian/koel/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/DateTimeDefaultPrecision.php" and "/home/debian/koel/vendor/nesbot/carbon/src/Carbon/Doctrine/DateTimeDefaultPrecision.php", the first will be used.
Warning: Ambiguous class resolution, "Carbon\Doctrine\DateTimeImmutableType" was found 2x: in "/home/debian/koel/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/DateTimeImmutableType.php" and "/home/debian/koel/vendor/nesbot/carbon/src/Carbon/Doctrine/DateTimeImmutableType.php", the first will be used.
Warning: Ambiguous class resolution, "Carbon\Doctrine\CarbonDoctrineType" was found 2x: in "/home/debian/koel/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/CarbonDoctrineType.php" and "/home/debian/koel/vendor/nesbot/carbon/src/Carbon/Doctrine/CarbonDoctrineType.php", the first will be used.
Warning: Ambiguous class resolution, "Carbon\Doctrine\CarbonType" was found 2x: in "/home/debian/koel/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/CarbonType.php" and "/home/debian/koel/vendor/nesbot/carbon/src/Carbon/Doctrine/CarbonType.php", the first will be used.
> Illuminate\Foundation\ComposerScripts::postAutoloadDump
> @php artisan package:discover

In aws.php line 28:
                                                    
  Class "Aws\Laravel\AwsServiceProvider" not found  
                                                    

Script @php artisan package:discover handling the post-autoload-dump event returned with error code 1
<!-- gh-comment-id:2230817023 --> @kazukyakayashi commented on GitHub (Jul 16, 2024): I've upgraded to php8.3, so the extensions were missing, but that doesn't solve the problem. At the end of the install, I get the same error with `In aws.php line 28: Class "Aws\Laravel\AwsServiceProvider" not found ` ``` composer install Installing dependencies from lock file (including require-dev) Verifying lock file contents can be installed on current platform. Package operations: 41 installs, 0 updates, 0 removals - Downloading squizlabs/php_codesniffer (3.9.1) - Downloading sebastian/version (4.0.1) - Downloading sebastian/type (4.0.0) - Downloading sebastian/recursion-context (5.0.0) - Downloading sebastian/object-reflector (3.0.0) - Downloading sebastian/object-enumerator (5.0.0) - Downloading sebastian/global-state (6.0.2) - Downloading sebastian/exporter (5.1.2) - Downloading sebastian/environment (6.1.0) - Downloading sebastian/diff (5.1.1) - Downloading sebastian/comparator (5.0.1) - Downloading sebastian/code-unit (2.0.0) - Downloading sebastian/cli-parser (2.0.1) - Downloading phpunit/php-timer (6.0.0) - Downloading phpunit/php-text-template (3.0.1) - Downloading phpunit/php-invoker (4.0.0) - Downloading phpunit/php-file-iterator (4.1.0) - Downloading theseer/tokenizer (1.2.3) - Downloading nikic/php-parser (v5.0.2) - Downloading sebastian/lines-of-code (2.0.2) - Downloading sebastian/complexity (3.2.0) - Downloading sebastian/code-unit-reverse-lookup (3.0.0) - Downloading phpunit/php-code-coverage (10.1.14) - Downloading phar-io/manifest (2.0.4) - Downloading myclabs/deep-copy (1.11.1) - Downloading phpunit/phpunit (10.5.19) - Downloading dms/phpunit-arraysubset-asserts (v0.5.0) - Downloading fakerphp/faker (v1.23.1) - Downloading phpmyadmin/sql-parser (5.9.0) - Downloading larastan/larastan (v2.9.5) - Downloading psy/psysh (v0.12.3) - Downloading laravel/tinker (v2.9.0) - Downloading php-mock/php-mock (2.5.0) - Downloading php-mock/php-mock-integration (2.3.0) - Downloading mockery/mockery (1.6.11) - Downloading php-mock/php-mock-mockery (1.4.1) - Downloading phpstan/phpdoc-parser (1.28.0) - Installing squizlabs/php_codesniffer (3.9.1): Extracting archive Skipped installation of bin bin/phpcbf for package squizlabs/php_codesniffer: name conflicts with an existing file Skipped installation of bin bin/phpcs for package squizlabs/php_codesniffer: name conflicts with an existing file - Installing dealerdirect/phpcodesniffer-composer-installer (v0.7.2): Extracting archive - Installing sebastian/version (4.0.1): Extracting archive - Installing sebastian/type (4.0.0): Extracting archive - Installing sebastian/recursion-context (5.0.0): Extracting archive - Installing sebastian/object-reflector (3.0.0): Extracting archive - Installing sebastian/object-enumerator (5.0.0): Extracting archive - Installing sebastian/global-state (6.0.2): Extracting archive - Installing sebastian/exporter (5.1.2): Extracting archive - Installing sebastian/environment (6.1.0): Extracting archive - Installing sebastian/diff (5.1.1): Extracting archive - Installing sebastian/comparator (5.0.1): Extracting archive - Installing sebastian/code-unit (2.0.0): Extracting archive - Installing sebastian/cli-parser (2.0.1): Extracting archive - Installing phpunit/php-timer (6.0.0): Extracting archive - Installing phpunit/php-text-template (3.0.1): Extracting archive - Installing phpunit/php-invoker (4.0.0): Extracting archive - Installing phpunit/php-file-iterator (4.1.0): Extracting archive - Installing theseer/tokenizer (1.2.3): Extracting archive - Installing nikic/php-parser (v5.0.2): Extracting archive - Installing sebastian/lines-of-code (2.0.2): Extracting archive - Installing sebastian/complexity (3.2.0): Extracting archive - Installing sebastian/code-unit-reverse-lookup (3.0.0): Extracting archive - Installing phpunit/php-code-coverage (10.1.14): Extracting archive - Installing phar-io/version (3.2.1): Extracting archive - Installing phar-io/manifest (2.0.4): Extracting archive - Installing myclabs/deep-copy (1.11.1): Extracting archive - Installing phpunit/phpunit (10.5.19): Extracting archive - Installing dms/phpunit-arraysubset-asserts (v0.5.0): Extracting archive - Installing fakerphp/faker (v1.23.1): Extracting archive - Installing hamcrest/hamcrest-php (v2.0.1): Extracting archive - Installing phpmyadmin/sql-parser (5.9.0): Extracting archive - Installing larastan/larastan (v2.9.5): Extracting archive - Installing psy/psysh (v0.12.3): Extracting archive - Installing laravel/tinker (v2.9.0): Extracting archive - Installing php-mock/php-mock (2.5.0): Extracting archive - Installing php-mock/php-mock-integration (2.3.0): Extracting archive - Installing mockery/mockery (1.6.11): Extracting archive - Installing php-mock/php-mock-mockery (1.4.1): Extracting archive - Installing phpstan/phpdoc-parser (1.28.0): Extracting archive - Installing slevomat/coding-standard (7.2.1): Extracting archive 19/39 [=============>--------------] 48% Skipped installation of bin bin/php-parse for package nikic/php-parser: name conflicts with an existing file 24/39 [=================>----------] 61% Skipped installation of bin phpunit for package phpunit/phpunit: name conflicts with an existing file Skipped installation of bin bin/psysh for package psy/psysh: name conflicts with an existing file 33/39 [=======================>----] 84% Skipped installation of bin bin/highlight-query for package phpmyadmin/sql-parser: name conflicts with an existing file Skipped installation of bin bin/lint-query for package phpmyadmin/sql-parser: name conflicts with an existing file Skipped installation of bin bin/tokenize-query for package phpmyadmin/sql-parser: name conflicts with an existing file Generating optimized autoload files Class Jackiedo\DotenvEditor\Contracts\DotenvReader located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Contracts/DotenvReader.php does not comply with psr-4 autoloading standard. Skipping. Class Jackiedo\DotenvEditor\Contracts\DotenvFormatter located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Contracts/DotenvFormatter.php does not comply with psr-4 autoloading standard. Skipping. Class Jackiedo\DotenvEditor\Contracts\DotenvWriter located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Contracts/DotenvWriter.php does not comply with psr-4 autoloading standard. Skipping. Class Jackiedo\DotenvEditor\DotenvReader located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/DotenvReader.php does not comply with psr-4 autoloading standard. Skipping. Class Jackiedo\DotenvEditor\DotenvFormatter located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/DotenvFormatter.php does not comply with psr-4 autoloading standard. Skipping. Class Jackiedo\DotenvEditor\Facades\DotenvEditor located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Facades/DotenvEditor.php does not comply with psr-4 autoloading standard. Skipping. Class Jackiedo\DotenvEditor\DotenvEditorServiceProvider located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/DotenvEditorServiceProvider.php does not comply with psr-4 autoloading standard. Skipping. Class Jackiedo\DotenvEditor\DotenvWriter located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/DotenvWriter.php does not comply with psr-4 autoloading standard. Skipping. Class Jackiedo\DotenvEditor\Exceptions\KeyNotFoundException located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Exceptions/KeyNotFoundException.php does not comply with psr-4 autoloading standard. Skipping. Class Jackiedo\DotenvEditor\Exceptions\UnableWriteToFileException located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Exceptions/UnableWriteToFileException.php does not comply with psr-4 autoloading standard. Skipping. Class Jackiedo\DotenvEditor\Exceptions\UnableReadFileException located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Exceptions/UnableReadFileException.php does not comply with psr-4 autoloading standard. Skipping. Class Jackiedo\DotenvEditor\Exceptions\InvalidValueException located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Exceptions/InvalidValueException.php does not comply with psr-4 autoloading standard. Skipping. Class Jackiedo\DotenvEditor\Exceptions\NoBackupAvailableException located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Exceptions/NoBackupAvailableException.php does not comply with psr-4 autoloading standard. Skipping. Class Jackiedo\DotenvEditor\Exceptions\FileNotFoundException located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Exceptions/FileNotFoundException.php does not comply with psr-4 autoloading standard. Skipping. Class Jackiedo\DotenvEditor\DotenvEditor located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/DotenvEditor.php does not comply with psr-4 autoloading standard. Skipping. Class Jackiedo\DotenvEditor\Console\Commands\DotenvGetBackupsCommand located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Console/Commands/DotenvGetBackupsCommand.php does not comply with psr-4 autoloading standard. Skipping. Class Jackiedo\DotenvEditor\Console\Commands\DotenvGetKeysCommand located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Console/Commands/DotenvGetKeysCommand.php does not comply with psr-4 autoloading standard. Skipping. Class Jackiedo\DotenvEditor\Console\Commands\DotenvBackupCommand located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Console/Commands/DotenvBackupCommand.php does not comply with psr-4 autoloading standard. Skipping. Class Jackiedo\DotenvEditor\Console\Commands\DotenvSetKeyCommand located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Console/Commands/DotenvSetKeyCommand.php does not comply with psr-4 autoloading standard. Skipping. Class Jackiedo\DotenvEditor\Console\Commands\DotenvRestoreCommand located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Console/Commands/DotenvRestoreCommand.php does not comply with psr-4 autoloading standard. Skipping. Class Jackiedo\DotenvEditor\Console\Commands\DotenvDeleteKeyCommand located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Console/Commands/DotenvDeleteKeyCommand.php does not comply with psr-4 autoloading standard. Skipping. Class Jackiedo\DotenvEditor\Console\Traits\CreateCommandInstanceTrait located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Console/Traits/CreateCommandInstanceTrait.php does not comply with psr-4 autoloading standard. Skipping. Warning: Ambiguous class resolution, "League\Flysystem\Local\LocalFilesystemAdapter" was found 2x: in "/home/debian/koel/vendor/league/flysystem-local/LocalFilesystemAdapter.php" and "/home/debian/koel/vendor/league/flysystem/src/Local/LocalFilesystemAdapter.php", the first will be used. Warning: Ambiguous class resolution, "League\Flysystem\Local\FallbackMimeTypeDetector" was found 2x: in "/home/debian/koel/vendor/league/flysystem-local/FallbackMimeTypeDetector.php" and "/home/debian/koel/vendor/league/flysystem/src/Local/FallbackMimeTypeDetector.php", the first will be used. Warning: Ambiguous class resolution, "Illuminate\Support\HigherOrderWhenProxy" was found 2x: in "/home/debian/koel/vendor/laravel/framework/src/Illuminate/Collections/HigherOrderWhenProxy.php" and "/home/debian/koel/vendor/laravel/framework/src/Illuminate/Conditionable/HigherOrderWhenProxy.php", the first will be used. Warning: Ambiguous class resolution, "Illuminate\Support\Traits\Conditionable" was found 2x: in "/home/debian/koel/vendor/laravel/framework/src/Illuminate/Conditionable/Traits/Conditionable.php" and "/home/debian/koel/vendor/laravel/framework/src/Illuminate/Support/Traits/Conditionable.php", the first will be used. Warning: Ambiguous class resolution, "Carbon\Doctrine\DateTimeType" was found 2x: in "/home/debian/koel/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/DateTimeType.php" and "/home/debian/koel/vendor/nesbot/carbon/src/Carbon/Doctrine/DateTimeType.php", the first will be used. Warning: Ambiguous class resolution, "Carbon\Doctrine\CarbonTypeConverter" was found 2x: in "/home/debian/koel/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/CarbonTypeConverter.php" and "/home/debian/koel/vendor/nesbot/carbon/src/Carbon/Doctrine/CarbonTypeConverter.php", the first will be used. Warning: Ambiguous class resolution, "Carbon\Doctrine\CarbonImmutableType" was found 2x: in "/home/debian/koel/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/CarbonImmutableType.php" and "/home/debian/koel/vendor/nesbot/carbon/src/Carbon/Doctrine/CarbonImmutableType.php", the first will be used. Warning: Ambiguous class resolution, "Carbon\Doctrine\DateTimeDefaultPrecision" was found 2x: in "/home/debian/koel/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/DateTimeDefaultPrecision.php" and "/home/debian/koel/vendor/nesbot/carbon/src/Carbon/Doctrine/DateTimeDefaultPrecision.php", the first will be used. Warning: Ambiguous class resolution, "Carbon\Doctrine\DateTimeImmutableType" was found 2x: in "/home/debian/koel/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/DateTimeImmutableType.php" and "/home/debian/koel/vendor/nesbot/carbon/src/Carbon/Doctrine/DateTimeImmutableType.php", the first will be used. Warning: Ambiguous class resolution, "Carbon\Doctrine\CarbonDoctrineType" was found 2x: in "/home/debian/koel/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/CarbonDoctrineType.php" and "/home/debian/koel/vendor/nesbot/carbon/src/Carbon/Doctrine/CarbonDoctrineType.php", the first will be used. Warning: Ambiguous class resolution, "Carbon\Doctrine\CarbonType" was found 2x: in "/home/debian/koel/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/CarbonType.php" and "/home/debian/koel/vendor/nesbot/carbon/src/Carbon/Doctrine/CarbonType.php", the first will be used. > Illuminate\Foundation\ComposerScripts::postAutoloadDump > @php artisan package:discover In aws.php line 28: Class "Aws\Laravel\AwsServiceProvider" not found Script @php artisan package:discover handling the post-autoload-dump event returned with error code 1 ```
Author
Owner

@phanan commented on GitHub (Jul 16, 2024):

Your log shows quite a few problems which doesn't even have to do
with Aws\Laravel\AwsServiceProvider. Please try on a clean plate.

Am Di., 16. Juli 2024 um 14:53 Uhr schrieb Kazuky Akayashi <
@.***>:

I've upgraded to php8.3, so the extensions were missing, but that doesn't
solve the problem. At the end of the install, I get the same error with In
aws.php line 28: Class "Aws\Laravel\AwsServiceProvider" not found

composer install
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Package operations: 41 installs, 0 updates, 0 removals

  • Downloading squizlabs/php_codesniffer (3.9.1)
  • Downloading sebastian/version (4.0.1)
  • Downloading sebastian/type (4.0.0)
  • Downloading sebastian/recursion-context (5.0.0)
  • Downloading sebastian/object-reflector (3.0.0)
  • Downloading sebastian/object-enumerator (5.0.0)
  • Downloading sebastian/global-state (6.0.2)
  • Downloading sebastian/exporter (5.1.2)
  • Downloading sebastian/environment (6.1.0)
  • Downloading sebastian/diff (5.1.1)
  • Downloading sebastian/comparator (5.0.1)
  • Downloading sebastian/code-unit (2.0.0)
  • Downloading sebastian/cli-parser (2.0.1)
  • Downloading phpunit/php-timer (6.0.0)
  • Downloading phpunit/php-text-template (3.0.1)
  • Downloading phpunit/php-invoker (4.0.0)
  • Downloading phpunit/php-file-iterator (4.1.0)
  • Downloading theseer/tokenizer (1.2.3)
  • Downloading nikic/php-parser (v5.0.2)
  • Downloading sebastian/lines-of-code (2.0.2)
  • Downloading sebastian/complexity (3.2.0)
  • Downloading sebastian/code-unit-reverse-lookup (3.0.0)
  • Downloading phpunit/php-code-coverage (10.1.14)
  • Downloading phar-io/manifest (2.0.4)
  • Downloading myclabs/deep-copy (1.11.1)
  • Downloading phpunit/phpunit (10.5.19)
  • Downloading dms/phpunit-arraysubset-asserts (v0.5.0)
  • Downloading fakerphp/faker (v1.23.1)
  • Downloading phpmyadmin/sql-parser (5.9.0)
  • Downloading larastan/larastan (v2.9.5)
  • Downloading psy/psysh (v0.12.3)
  • Downloading laravel/tinker (v2.9.0)
  • Downloading php-mock/php-mock (2.5.0)
  • Downloading php-mock/php-mock-integration (2.3.0)
  • Downloading mockery/mockery (1.6.11)
  • Downloading php-mock/php-mock-mockery (1.4.1)
  • Downloading phpstan/phpdoc-parser (1.28.0)
  • Installing squizlabs/php_codesniffer (3.9.1): Extracting archive
    Skipped installation of bin bin/phpcbf for package squizlabs/php_codesniffer: name conflicts with an existing file
    Skipped installation of bin bin/phpcs for package squizlabs/php_codesniffer: name conflicts with an existing file
  • Installing dealerdirect/phpcodesniffer-composer-installer (v0.7.2): Extracting archive
  • Installing sebastian/version (4.0.1): Extracting archive
  • Installing sebastian/type (4.0.0): Extracting archive
  • Installing sebastian/recursion-context (5.0.0): Extracting archive
  • Installing sebastian/object-reflector (3.0.0): Extracting archive
  • Installing sebastian/object-enumerator (5.0.0): Extracting archive
  • Installing sebastian/global-state (6.0.2): Extracting archive
  • Installing sebastian/exporter (5.1.2): Extracting archive
  • Installing sebastian/environment (6.1.0): Extracting archive
  • Installing sebastian/diff (5.1.1): Extracting archive
  • Installing sebastian/comparator (5.0.1): Extracting archive
  • Installing sebastian/code-unit (2.0.0): Extracting archive
  • Installing sebastian/cli-parser (2.0.1): Extracting archive
  • Installing phpunit/php-timer (6.0.0): Extracting archive
  • Installing phpunit/php-text-template (3.0.1): Extracting archive
  • Installing phpunit/php-invoker (4.0.0): Extracting archive
  • Installing phpunit/php-file-iterator (4.1.0): Extracting archive
  • Installing theseer/tokenizer (1.2.3): Extracting archive
  • Installing nikic/php-parser (v5.0.2): Extracting archive
  • Installing sebastian/lines-of-code (2.0.2): Extracting archive
  • Installing sebastian/complexity (3.2.0): Extracting archive
  • Installing sebastian/code-unit-reverse-lookup (3.0.0): Extracting archive
  • Installing phpunit/php-code-coverage (10.1.14): Extracting archive
  • Installing phar-io/version (3.2.1): Extracting archive
  • Installing phar-io/manifest (2.0.4): Extracting archive
  • Installing myclabs/deep-copy (1.11.1): Extracting archive
  • Installing phpunit/phpunit (10.5.19): Extracting archive
  • Installing dms/phpunit-arraysubset-asserts (v0.5.0): Extracting archive
  • Installing fakerphp/faker (v1.23.1): Extracting archive
  • Installing hamcrest/hamcrest-php (v2.0.1): Extracting archive
  • Installing phpmyadmin/sql-parser (5.9.0): Extracting archive
  • Installing larastan/larastan (v2.9.5): Extracting archive
  • Installing psy/psysh (v0.12.3): Extracting archive
  • Installing laravel/tinker (v2.9.0): Extracting archive
  • Installing php-mock/php-mock (2.5.0): Extracting archive
  • Installing php-mock/php-mock-integration (2.3.0): Extracting archive
  • Installing mockery/mockery (1.6.11): Extracting archive
  • Installing php-mock/php-mock-mockery (1.4.1): Extracting archive
  • Installing phpstan/phpdoc-parser (1.28.0): Extracting archive
  • Installing slevomat/coding-standard (7.2.1): Extracting archive
    19/39 [=============>--------------] 48% Skipped installation of bin bin/php-parse for package nikic/php-parser: name conflicts with an existing file
    24/39 [=================>----------] 61% Skipped installation of bin phpunit for package phpunit/phpunit: name conflicts with an existing file
    Skipped installation of bin bin/psysh for package psy/psysh: name conflicts with an existing file
    33/39 [=======================>----] 84% Skipped installation of bin bin/highlight-query for package phpmyadmin/sql-parser: name conflicts with an existing file
    Skipped installation of bin bin/lint-query for package phpmyadmin/sql-parser: name conflicts with an existing file
    Skipped installation of bin bin/tokenize-query for package phpmyadmin/sql-parser: name conflicts with an existing file
    Generating optimized autoload files
    Class Jackiedo\DotenvEditor\Contracts\DotenvReader located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Contracts/DotenvReader.php does not comply with psr-4 autoloading standard. Skipping.
    Class Jackiedo\DotenvEditor\Contracts\DotenvFormatter located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Contracts/DotenvFormatter.php does not comply with psr-4 autoloading standard. Skipping.
    Class Jackiedo\DotenvEditor\Contracts\DotenvWriter located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Contracts/DotenvWriter.php does not comply with psr-4 autoloading standard. Skipping.
    Class Jackiedo\DotenvEditor\DotenvReader located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/DotenvReader.php does not comply with psr-4 autoloading standard. Skipping.
    Class Jackiedo\DotenvEditor\DotenvFormatter located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/DotenvFormatter.php does not comply with psr-4 autoloading standard. Skipping.
    Class Jackiedo\DotenvEditor\Facades\DotenvEditor located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Facades/DotenvEditor.php does not comply with psr-4 autoloading standard. Skipping.
    Class Jackiedo\DotenvEditor\DotenvEditorServiceProvider located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/DotenvEditorServiceProvider.php does not comply with psr-4 autoloading standard. Skipping.
    Class Jackiedo\DotenvEditor\DotenvWriter located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/DotenvWriter.php does not comply with psr-4 autoloading standard. Skipping.
    Class Jackiedo\DotenvEditor\Exceptions\KeyNotFoundException located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Exceptions/KeyNotFoundException.php does not comply with psr-4 autoloading standard. Skipping.
    Class Jackiedo\DotenvEditor\Exceptions\UnableWriteToFileException located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Exceptions/UnableWriteToFileException.php does not comply with psr-4 autoloading standard. Skipping.
    Class Jackiedo\DotenvEditor\Exceptions\UnableReadFileException located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Exceptions/UnableReadFileException.php does not comply with psr-4 autoloading standard. Skipping.
    Class Jackiedo\DotenvEditor\Exceptions\InvalidValueException located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Exceptions/InvalidValueException.php does not comply with psr-4 autoloading standard. Skipping.
    Class Jackiedo\DotenvEditor\Exceptions\NoBackupAvailableException located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Exceptions/NoBackupAvailableException.php does not comply with psr-4 autoloading standard. Skipping.
    Class Jackiedo\DotenvEditor\Exceptions\FileNotFoundException located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Exceptions/FileNotFoundException.php does not comply with psr-4 autoloading standard. Skipping.
    Class Jackiedo\DotenvEditor\DotenvEditor located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/DotenvEditor.php does not comply with psr-4 autoloading standard. Skipping.
    Class Jackiedo\DotenvEditor\Console\Commands\DotenvGetBackupsCommand located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Console/Commands/DotenvGetBackupsCommand.php does not comply with psr-4 autoloading standard. Skipping.
    Class Jackiedo\DotenvEditor\Console\Commands\DotenvGetKeysCommand located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Console/Commands/DotenvGetKeysCommand.php does not comply with psr-4 autoloading standard. Skipping.
    Class Jackiedo\DotenvEditor\Console\Commands\DotenvBackupCommand located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Console/Commands/DotenvBackupCommand.php does not comply with psr-4 autoloading standard. Skipping.
    Class Jackiedo\DotenvEditor\Console\Commands\DotenvSetKeyCommand located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Console/Commands/DotenvSetKeyCommand.php does not comply with psr-4 autoloading standard. Skipping.
    Class Jackiedo\DotenvEditor\Console\Commands\DotenvRestoreCommand located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Console/Commands/DotenvRestoreCommand.php does not comply with psr-4 autoloading standard. Skipping.
    Class Jackiedo\DotenvEditor\Console\Commands\DotenvDeleteKeyCommand located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Console/Commands/DotenvDeleteKeyCommand.php does not comply with psr-4 autoloading standard. Skipping.
    Class Jackiedo\DotenvEditor\Console\Traits\CreateCommandInstanceTrait located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Console/Traits/CreateCommandInstanceTrait.php does not comply with psr-4 autoloading standard. Skipping.
    Warning: Ambiguous class resolution, "League\Flysystem\Local\LocalFilesystemAdapter" was found 2x: in "/home/debian/koel/vendor/league/flysystem-local/LocalFilesystemAdapter.php" and "/home/debian/koel/vendor/league/flysystem/src/Local/LocalFilesystemAdapter.php", the first will be used.
    Warning: Ambiguous class resolution, "League\Flysystem\Local\FallbackMimeTypeDetector" was found 2x: in "/home/debian/koel/vendor/league/flysystem-local/FallbackMimeTypeDetector.php" and "/home/debian/koel/vendor/league/flysystem/src/Local/FallbackMimeTypeDetector.php", the first will be used.
    Warning: Ambiguous class resolution, "Illuminate\Support\HigherOrderWhenProxy" was found 2x: in "/home/debian/koel/vendor/laravel/framework/src/Illuminate/Collections/HigherOrderWhenProxy.php" and "/home/debian/koel/vendor/laravel/framework/src/Illuminate/Conditionable/HigherOrderWhenProxy.php", the first will be used.
    Warning: Ambiguous class resolution, "Illuminate\Support\Traits\Conditionable" was found 2x: in "/home/debian/koel/vendor/laravel/framework/src/Illuminate/Conditionable/Traits/Conditionable.php" and "/home/debian/koel/vendor/laravel/framework/src/Illuminate/Support/Traits/Conditionable.php", the first will be used.
    Warning: Ambiguous class resolution, "Carbon\Doctrine\DateTimeType" was found 2x: in "/home/debian/koel/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/DateTimeType.php" and "/home/debian/koel/vendor/nesbot/carbon/src/Carbon/Doctrine/DateTimeType.php", the first will be used.
    Warning: Ambiguous class resolution, "Carbon\Doctrine\CarbonTypeConverter" was found 2x: in "/home/debian/koel/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/CarbonTypeConverter.php" and "/home/debian/koel/vendor/nesbot/carbon/src/Carbon/Doctrine/CarbonTypeConverter.php", the first will be used.
    Warning: Ambiguous class resolution, "Carbon\Doctrine\CarbonImmutableType" was found 2x: in "/home/debian/koel/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/CarbonImmutableType.php" and "/home/debian/koel/vendor/nesbot/carbon/src/Carbon/Doctrine/CarbonImmutableType.php", the first will be used.
    Warning: Ambiguous class resolution, "Carbon\Doctrine\DateTimeDefaultPrecision" was found 2x: in "/home/debian/koel/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/DateTimeDefaultPrecision.php" and "/home/debian/koel/vendor/nesbot/carbon/src/Carbon/Doctrine/DateTimeDefaultPrecision.php", the first will be used.
    Warning: Ambiguous class resolution, "Carbon\Doctrine\DateTimeImmutableType" was found 2x: in "/home/debian/koel/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/DateTimeImmutableType.php" and "/home/debian/koel/vendor/nesbot/carbon/src/Carbon/Doctrine/DateTimeImmutableType.php", the first will be used.
    Warning: Ambiguous class resolution, "Carbon\Doctrine\CarbonDoctrineType" was found 2x: in "/home/debian/koel/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/CarbonDoctrineType.php" and "/home/debian/koel/vendor/nesbot/carbon/src/Carbon/Doctrine/CarbonDoctrineType.php", the first will be used.
    Warning: Ambiguous class resolution, "Carbon\Doctrine\CarbonType" was found 2x: in "/home/debian/koel/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/CarbonType.php" and "/home/debian/koel/vendor/nesbot/carbon/src/Carbon/Doctrine/CarbonType.php", the first will be used.

Illuminate\Foundation\ComposerScripts::postAutoloadDump
@php artisan package:discover

In aws.php line 28:

Class "Aws\Laravel\AwsServiceProvider" not found

Script @php artisan package:discover handling the post-autoload-dump event returned with error code 1


Reply to this email directly, view it on GitHub
https://github.com/koel/koel/issues/1793#issuecomment-2230817023, or
unsubscribe
https://github.com/notifications/unsubscribe-auth/AB5O3UX53S4P7HF26S7QVRDZMUJUVAVCNFSM6AAAAABK6CUJAKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZQHAYTOMBSGM
.
You are receiving this because you commented.Message ID:
@.***>

<!-- gh-comment-id:2230832634 --> @phanan commented on GitHub (Jul 16, 2024): Your log shows quite a few problems which doesn't even have to do with Aws\Laravel\AwsServiceProvider. Please try on a clean plate. Am Di., 16. Juli 2024 um 14:53 Uhr schrieb Kazuky Akayashi < ***@***.***>: > I've upgraded to php8.3, so the extensions were missing, but that doesn't > solve the problem. At the end of the install, I get the same error with In > aws.php line 28: Class "Aws\Laravel\AwsServiceProvider" not found > > composer install > Installing dependencies from lock file (including require-dev) > Verifying lock file contents can be installed on current platform. > Package operations: 41 installs, 0 updates, 0 removals > - Downloading squizlabs/php_codesniffer (3.9.1) > - Downloading sebastian/version (4.0.1) > - Downloading sebastian/type (4.0.0) > - Downloading sebastian/recursion-context (5.0.0) > - Downloading sebastian/object-reflector (3.0.0) > - Downloading sebastian/object-enumerator (5.0.0) > - Downloading sebastian/global-state (6.0.2) > - Downloading sebastian/exporter (5.1.2) > - Downloading sebastian/environment (6.1.0) > - Downloading sebastian/diff (5.1.1) > - Downloading sebastian/comparator (5.0.1) > - Downloading sebastian/code-unit (2.0.0) > - Downloading sebastian/cli-parser (2.0.1) > - Downloading phpunit/php-timer (6.0.0) > - Downloading phpunit/php-text-template (3.0.1) > - Downloading phpunit/php-invoker (4.0.0) > - Downloading phpunit/php-file-iterator (4.1.0) > - Downloading theseer/tokenizer (1.2.3) > - Downloading nikic/php-parser (v5.0.2) > - Downloading sebastian/lines-of-code (2.0.2) > - Downloading sebastian/complexity (3.2.0) > - Downloading sebastian/code-unit-reverse-lookup (3.0.0) > - Downloading phpunit/php-code-coverage (10.1.14) > - Downloading phar-io/manifest (2.0.4) > - Downloading myclabs/deep-copy (1.11.1) > - Downloading phpunit/phpunit (10.5.19) > - Downloading dms/phpunit-arraysubset-asserts (v0.5.0) > - Downloading fakerphp/faker (v1.23.1) > - Downloading phpmyadmin/sql-parser (5.9.0) > - Downloading larastan/larastan (v2.9.5) > - Downloading psy/psysh (v0.12.3) > - Downloading laravel/tinker (v2.9.0) > - Downloading php-mock/php-mock (2.5.0) > - Downloading php-mock/php-mock-integration (2.3.0) > - Downloading mockery/mockery (1.6.11) > - Downloading php-mock/php-mock-mockery (1.4.1) > - Downloading phpstan/phpdoc-parser (1.28.0) > - Installing squizlabs/php_codesniffer (3.9.1): Extracting archive > Skipped installation of bin bin/phpcbf for package squizlabs/php_codesniffer: name conflicts with an existing file > Skipped installation of bin bin/phpcs for package squizlabs/php_codesniffer: name conflicts with an existing file > - Installing dealerdirect/phpcodesniffer-composer-installer (v0.7.2): Extracting archive > - Installing sebastian/version (4.0.1): Extracting archive > - Installing sebastian/type (4.0.0): Extracting archive > - Installing sebastian/recursion-context (5.0.0): Extracting archive > - Installing sebastian/object-reflector (3.0.0): Extracting archive > - Installing sebastian/object-enumerator (5.0.0): Extracting archive > - Installing sebastian/global-state (6.0.2): Extracting archive > - Installing sebastian/exporter (5.1.2): Extracting archive > - Installing sebastian/environment (6.1.0): Extracting archive > - Installing sebastian/diff (5.1.1): Extracting archive > - Installing sebastian/comparator (5.0.1): Extracting archive > - Installing sebastian/code-unit (2.0.0): Extracting archive > - Installing sebastian/cli-parser (2.0.1): Extracting archive > - Installing phpunit/php-timer (6.0.0): Extracting archive > - Installing phpunit/php-text-template (3.0.1): Extracting archive > - Installing phpunit/php-invoker (4.0.0): Extracting archive > - Installing phpunit/php-file-iterator (4.1.0): Extracting archive > - Installing theseer/tokenizer (1.2.3): Extracting archive > - Installing nikic/php-parser (v5.0.2): Extracting archive > - Installing sebastian/lines-of-code (2.0.2): Extracting archive > - Installing sebastian/complexity (3.2.0): Extracting archive > - Installing sebastian/code-unit-reverse-lookup (3.0.0): Extracting archive > - Installing phpunit/php-code-coverage (10.1.14): Extracting archive > - Installing phar-io/version (3.2.1): Extracting archive > - Installing phar-io/manifest (2.0.4): Extracting archive > - Installing myclabs/deep-copy (1.11.1): Extracting archive > - Installing phpunit/phpunit (10.5.19): Extracting archive > - Installing dms/phpunit-arraysubset-asserts (v0.5.0): Extracting archive > - Installing fakerphp/faker (v1.23.1): Extracting archive > - Installing hamcrest/hamcrest-php (v2.0.1): Extracting archive > - Installing phpmyadmin/sql-parser (5.9.0): Extracting archive > - Installing larastan/larastan (v2.9.5): Extracting archive > - Installing psy/psysh (v0.12.3): Extracting archive > - Installing laravel/tinker (v2.9.0): Extracting archive > - Installing php-mock/php-mock (2.5.0): Extracting archive > - Installing php-mock/php-mock-integration (2.3.0): Extracting archive > - Installing mockery/mockery (1.6.11): Extracting archive > - Installing php-mock/php-mock-mockery (1.4.1): Extracting archive > - Installing phpstan/phpdoc-parser (1.28.0): Extracting archive > - Installing slevomat/coding-standard (7.2.1): Extracting archive > 19/39 [=============>--------------] 48% Skipped installation of bin bin/php-parse for package nikic/php-parser: name conflicts with an existing file > 24/39 [=================>----------] 61% Skipped installation of bin phpunit for package phpunit/phpunit: name conflicts with an existing file > Skipped installation of bin bin/psysh for package psy/psysh: name conflicts with an existing file > 33/39 [=======================>----] 84% Skipped installation of bin bin/highlight-query for package phpmyadmin/sql-parser: name conflicts with an existing file > Skipped installation of bin bin/lint-query for package phpmyadmin/sql-parser: name conflicts with an existing file > Skipped installation of bin bin/tokenize-query for package phpmyadmin/sql-parser: name conflicts with an existing file > Generating optimized autoload files > Class Jackiedo\DotenvEditor\Contracts\DotenvReader located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Contracts/DotenvReader.php does not comply with psr-4 autoloading standard. Skipping. > Class Jackiedo\DotenvEditor\Contracts\DotenvFormatter located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Contracts/DotenvFormatter.php does not comply with psr-4 autoloading standard. Skipping. > Class Jackiedo\DotenvEditor\Contracts\DotenvWriter located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Contracts/DotenvWriter.php does not comply with psr-4 autoloading standard. Skipping. > Class Jackiedo\DotenvEditor\DotenvReader located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/DotenvReader.php does not comply with psr-4 autoloading standard. Skipping. > Class Jackiedo\DotenvEditor\DotenvFormatter located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/DotenvFormatter.php does not comply with psr-4 autoloading standard. Skipping. > Class Jackiedo\DotenvEditor\Facades\DotenvEditor located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Facades/DotenvEditor.php does not comply with psr-4 autoloading standard. Skipping. > Class Jackiedo\DotenvEditor\DotenvEditorServiceProvider located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/DotenvEditorServiceProvider.php does not comply with psr-4 autoloading standard. Skipping. > Class Jackiedo\DotenvEditor\DotenvWriter located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/DotenvWriter.php does not comply with psr-4 autoloading standard. Skipping. > Class Jackiedo\DotenvEditor\Exceptions\KeyNotFoundException located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Exceptions/KeyNotFoundException.php does not comply with psr-4 autoloading standard. Skipping. > Class Jackiedo\DotenvEditor\Exceptions\UnableWriteToFileException located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Exceptions/UnableWriteToFileException.php does not comply with psr-4 autoloading standard. Skipping. > Class Jackiedo\DotenvEditor\Exceptions\UnableReadFileException located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Exceptions/UnableReadFileException.php does not comply with psr-4 autoloading standard. Skipping. > Class Jackiedo\DotenvEditor\Exceptions\InvalidValueException located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Exceptions/InvalidValueException.php does not comply with psr-4 autoloading standard. Skipping. > Class Jackiedo\DotenvEditor\Exceptions\NoBackupAvailableException located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Exceptions/NoBackupAvailableException.php does not comply with psr-4 autoloading standard. Skipping. > Class Jackiedo\DotenvEditor\Exceptions\FileNotFoundException located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Exceptions/FileNotFoundException.php does not comply with psr-4 autoloading standard. Skipping. > Class Jackiedo\DotenvEditor\DotenvEditor located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/DotenvEditor.php does not comply with psr-4 autoloading standard. Skipping. > Class Jackiedo\DotenvEditor\Console\Commands\DotenvGetBackupsCommand located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Console/Commands/DotenvGetBackupsCommand.php does not comply with psr-4 autoloading standard. Skipping. > Class Jackiedo\DotenvEditor\Console\Commands\DotenvGetKeysCommand located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Console/Commands/DotenvGetKeysCommand.php does not comply with psr-4 autoloading standard. Skipping. > Class Jackiedo\DotenvEditor\Console\Commands\DotenvBackupCommand located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Console/Commands/DotenvBackupCommand.php does not comply with psr-4 autoloading standard. Skipping. > Class Jackiedo\DotenvEditor\Console\Commands\DotenvSetKeyCommand located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Console/Commands/DotenvSetKeyCommand.php does not comply with psr-4 autoloading standard. Skipping. > Class Jackiedo\DotenvEditor\Console\Commands\DotenvRestoreCommand located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Console/Commands/DotenvRestoreCommand.php does not comply with psr-4 autoloading standard. Skipping. > Class Jackiedo\DotenvEditor\Console\Commands\DotenvDeleteKeyCommand located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Console/Commands/DotenvDeleteKeyCommand.php does not comply with psr-4 autoloading standard. Skipping. > Class Jackiedo\DotenvEditor\Console\Traits\CreateCommandInstanceTrait located in ./vendor/jackiedo/dotenv-editor/src/Jackiedo/DotenvEditor/Console/Traits/CreateCommandInstanceTrait.php does not comply with psr-4 autoloading standard. Skipping. > Warning: Ambiguous class resolution, "League\Flysystem\Local\LocalFilesystemAdapter" was found 2x: in "/home/debian/koel/vendor/league/flysystem-local/LocalFilesystemAdapter.php" and "/home/debian/koel/vendor/league/flysystem/src/Local/LocalFilesystemAdapter.php", the first will be used. > Warning: Ambiguous class resolution, "League\Flysystem\Local\FallbackMimeTypeDetector" was found 2x: in "/home/debian/koel/vendor/league/flysystem-local/FallbackMimeTypeDetector.php" and "/home/debian/koel/vendor/league/flysystem/src/Local/FallbackMimeTypeDetector.php", the first will be used. > Warning: Ambiguous class resolution, "Illuminate\Support\HigherOrderWhenProxy" was found 2x: in "/home/debian/koel/vendor/laravel/framework/src/Illuminate/Collections/HigherOrderWhenProxy.php" and "/home/debian/koel/vendor/laravel/framework/src/Illuminate/Conditionable/HigherOrderWhenProxy.php", the first will be used. > Warning: Ambiguous class resolution, "Illuminate\Support\Traits\Conditionable" was found 2x: in "/home/debian/koel/vendor/laravel/framework/src/Illuminate/Conditionable/Traits/Conditionable.php" and "/home/debian/koel/vendor/laravel/framework/src/Illuminate/Support/Traits/Conditionable.php", the first will be used. > Warning: Ambiguous class resolution, "Carbon\Doctrine\DateTimeType" was found 2x: in "/home/debian/koel/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/DateTimeType.php" and "/home/debian/koel/vendor/nesbot/carbon/src/Carbon/Doctrine/DateTimeType.php", the first will be used. > Warning: Ambiguous class resolution, "Carbon\Doctrine\CarbonTypeConverter" was found 2x: in "/home/debian/koel/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/CarbonTypeConverter.php" and "/home/debian/koel/vendor/nesbot/carbon/src/Carbon/Doctrine/CarbonTypeConverter.php", the first will be used. > Warning: Ambiguous class resolution, "Carbon\Doctrine\CarbonImmutableType" was found 2x: in "/home/debian/koel/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/CarbonImmutableType.php" and "/home/debian/koel/vendor/nesbot/carbon/src/Carbon/Doctrine/CarbonImmutableType.php", the first will be used. > Warning: Ambiguous class resolution, "Carbon\Doctrine\DateTimeDefaultPrecision" was found 2x: in "/home/debian/koel/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/DateTimeDefaultPrecision.php" and "/home/debian/koel/vendor/nesbot/carbon/src/Carbon/Doctrine/DateTimeDefaultPrecision.php", the first will be used. > Warning: Ambiguous class resolution, "Carbon\Doctrine\DateTimeImmutableType" was found 2x: in "/home/debian/koel/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/DateTimeImmutableType.php" and "/home/debian/koel/vendor/nesbot/carbon/src/Carbon/Doctrine/DateTimeImmutableType.php", the first will be used. > Warning: Ambiguous class resolution, "Carbon\Doctrine\CarbonDoctrineType" was found 2x: in "/home/debian/koel/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/CarbonDoctrineType.php" and "/home/debian/koel/vendor/nesbot/carbon/src/Carbon/Doctrine/CarbonDoctrineType.php", the first will be used. > Warning: Ambiguous class resolution, "Carbon\Doctrine\CarbonType" was found 2x: in "/home/debian/koel/vendor/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine/CarbonType.php" and "/home/debian/koel/vendor/nesbot/carbon/src/Carbon/Doctrine/CarbonType.php", the first will be used. > > Illuminate\Foundation\ComposerScripts::postAutoloadDump > > @php artisan package:discover > > In aws.php line 28: > > Class "Aws\Laravel\AwsServiceProvider" not found > > > Script @php artisan package:discover handling the post-autoload-dump event returned with error code 1 > > — > Reply to this email directly, view it on GitHub > <https://github.com/koel/koel/issues/1793#issuecomment-2230817023>, or > unsubscribe > <https://github.com/notifications/unsubscribe-auth/AB5O3UX53S4P7HF26S7QVRDZMUJUVAVCNFSM6AAAAABK6CUJAKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZQHAYTOMBSGM> > . > You are receiving this because you commented.Message ID: > ***@***.***> >
Author
Owner

@kazukyakayashi commented on GitHub (Jul 16, 2024):

I put my backup back (which works fine), re-downloaded the latest version (zip or tar.gz), but I still get the same error :

php artisan koel:init --no-assets

In aws.php line 28:
                                                    
  Class "Aws\Laravel\AwsServiceProvider" not found

Laravel logs

[2024-07-16 13:16:00] laravel.EMERGENCY: Unable to create configured logger. Using emergency logger. {"exception":"[object] (InvalidArgumentException(code: 0): Log [] is not defined. at /home/debian/koel/vendor/laravel/framework/src/Illuminate/Log/LogManager.php:212)
[stacktrace]
#0 /home/debian/koel/vendor/laravel/framework/src/Illuminate/Log/LogManager.php(137): Illuminate\\Log\\LogManager->resolve()
#1 /home/debian/koel/vendor/laravel/framework/src/Illuminate/Log/LogManager.php(124): Illuminate\\Log\\LogManager->get()
#2 /home/debian/koel/vendor/laravel/framework/src/Illuminate/Log/LogManager.php(681): Illuminate\\Log\\LogManager->driver()
#3 /home/debian/koel/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(317): Illuminate\\Log\\LogManager->error()
#4 /home/debian/koel/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(278): Illuminate\\Foundation\\Exceptions\\Handler->reportThrowable()
#5 /home/debian/koel/app/Exceptions/Handler.php(26): Illuminate\\Foundation\\Exceptions\\Handler->report()
#6 /home/debian/koel/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(523): App\\Exceptions\\Handler->report()
#7 /home/debian/koel/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(203): Illuminate\\Foundation\\Console\\Kernel->reportException()
#8 /home/debian/koel/artisan(33): Illuminate\\Foundation\\Console\\Kernel->handle()
#9 {main}
"} 
[2024-07-16 13:16:00] laravel.ERROR: Class "Aws\Laravel\AwsServiceProvider" not found {"exception":"[object] (Error(code: 0): Class \"Aws\\Laravel\\AwsServiceProvider\" not found at /home/debian/koel/config/aws.php:28)
[stacktrace]
#0 /home/debian/koel/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/LoadConfiguration.php(70): require()
#1 /home/debian/koel/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/LoadConfiguration.php(39): Illuminate\\Foundation\\Bootstrap\\LoadConfiguration->loadConfigurationFiles()
#2 /home/debian/koel/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(263): Illuminate\\Foundation\\Bootstrap\\LoadConfiguration->bootstrap()
#3 /home/debian/koel/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(447): Illuminate\\Foundation\\Application->bootstrapWith()
#4 /home/debian/koel/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(199): Illuminate\\Foundation\\Console\\Kernel->bootstrap()
#5 /home/debian/koel/artisan(33): Illuminate\\Foundation\\Console\\Kernel->handle()
#6 {main}
"} 
<!-- gh-comment-id:2230875062 --> @kazukyakayashi commented on GitHub (Jul 16, 2024): I put my backup back (which works fine), re-downloaded the latest version (zip or tar.gz), but I still get the same error : ``` php artisan koel:init --no-assets In aws.php line 28: Class "Aws\Laravel\AwsServiceProvider" not found ``` Laravel logs ``` [2024-07-16 13:16:00] laravel.EMERGENCY: Unable to create configured logger. Using emergency logger. {"exception":"[object] (InvalidArgumentException(code: 0): Log [] is not defined. at /home/debian/koel/vendor/laravel/framework/src/Illuminate/Log/LogManager.php:212) [stacktrace] #0 /home/debian/koel/vendor/laravel/framework/src/Illuminate/Log/LogManager.php(137): Illuminate\\Log\\LogManager->resolve() #1 /home/debian/koel/vendor/laravel/framework/src/Illuminate/Log/LogManager.php(124): Illuminate\\Log\\LogManager->get() #2 /home/debian/koel/vendor/laravel/framework/src/Illuminate/Log/LogManager.php(681): Illuminate\\Log\\LogManager->driver() #3 /home/debian/koel/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(317): Illuminate\\Log\\LogManager->error() #4 /home/debian/koel/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(278): Illuminate\\Foundation\\Exceptions\\Handler->reportThrowable() #5 /home/debian/koel/app/Exceptions/Handler.php(26): Illuminate\\Foundation\\Exceptions\\Handler->report() #6 /home/debian/koel/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(523): App\\Exceptions\\Handler->report() #7 /home/debian/koel/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(203): Illuminate\\Foundation\\Console\\Kernel->reportException() #8 /home/debian/koel/artisan(33): Illuminate\\Foundation\\Console\\Kernel->handle() #9 {main} "} [2024-07-16 13:16:00] laravel.ERROR: Class "Aws\Laravel\AwsServiceProvider" not found {"exception":"[object] (Error(code: 0): Class \"Aws\\Laravel\\AwsServiceProvider\" not found at /home/debian/koel/config/aws.php:28) [stacktrace] #0 /home/debian/koel/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/LoadConfiguration.php(70): require() #1 /home/debian/koel/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/LoadConfiguration.php(39): Illuminate\\Foundation\\Bootstrap\\LoadConfiguration->loadConfigurationFiles() #2 /home/debian/koel/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(263): Illuminate\\Foundation\\Bootstrap\\LoadConfiguration->bootstrap() #3 /home/debian/koel/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(447): Illuminate\\Foundation\\Application->bootstrapWith() #4 /home/debian/koel/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(199): Illuminate\\Foundation\\Console\\Kernel->bootstrap() #5 /home/debian/koel/artisan(33): Illuminate\\Foundation\\Console\\Kernel->handle() #6 {main} "} ```
Author
Owner

@phanan commented on GitHub (Jul 16, 2024):

config/aws.php doesn't exist: https://github.com/koel/koel/tree/v7.0.6/config

<!-- gh-comment-id:2230916797 --> @phanan commented on GitHub (Jul 16, 2024): `config/aws.php` doesn't exist: https://github.com/koel/koel/tree/v7.0.6/config
Author
Owner

@sweetlazyboy commented on GitHub (Jul 16, 2024):

Same problem as you

<!-- gh-comment-id:2231002651 --> @sweetlazyboy commented on GitHub (Jul 16, 2024): Same problem as you
Author
Owner

@kazukyakayashi commented on GitHub (Jul 16, 2024):

I have one and I didn't create it, and I don't even use aws.

ls -l config/
app.php
auth.php
aws.php
[...]
<!-- gh-comment-id:2231004227 --> @kazukyakayashi commented on GitHub (Jul 16, 2024): I have one and I didn't create it, and I don't even use aws. ``` ls -l config/ app.php auth.php aws.php [...] ```
Author
Owner

@phanan commented on GitHub (Jul 16, 2024):

Can you try deleting it? The file doesn’t exist in the release archive
either.

On Tue, Jul 16, 2024 at 16:12 Kazuky Akayashi @.***>
wrote:

I have one and I didn't create it, and I don't even use aws.

ls -l config/
app.php
auth.php
aws.php
[...]


Reply to this email directly, view it on GitHub
https://github.com/koel/koel/issues/1793#issuecomment-2231004227, or
unsubscribe
https://github.com/notifications/unsubscribe-auth/AB5O3URBKUOIGP3WB4LJTFDZMUS37AVCNFSM6AAAAABK6CUJAKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZRGAYDIMRSG4
.
You are receiving this because you commented.Message ID:
@.***>

<!-- gh-comment-id:2231021686 --> @phanan commented on GitHub (Jul 16, 2024): Can you try deleting it? The file doesn’t exist in the release archive either. On Tue, Jul 16, 2024 at 16:12 Kazuky Akayashi ***@***.***> wrote: > I have one and I didn't create it, and I don't even use aws. > > ls -l config/ > app.php > auth.php > aws.php > [...] > > — > Reply to this email directly, view it on GitHub > <https://github.com/koel/koel/issues/1793#issuecomment-2231004227>, or > unsubscribe > <https://github.com/notifications/unsubscribe-auth/AB5O3URBKUOIGP3WB4LJTFDZMUS37AVCNFSM6AAAAABK6CUJAKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZRGAYDIMRSG4> > . > You are receiving this because you commented.Message ID: > ***@***.***> >
Author
Owner

@kazukyakayashi commented on GitHub (Jul 16, 2024):

Okay, that was the problem, my update went through without a hitch.

Edit : but it's obviously causing another bug :/ I can't connect, so I'm going to open a new ticket.

<!-- gh-comment-id:2231051470 --> @kazukyakayashi commented on GitHub (Jul 16, 2024): Okay, that was the problem, my update went through without a hitch. Edit : but it's obviously causing another bug :/ I can't connect, so I'm going to open a new ticket.
Author
Owner

@phanan commented on GitHub (Jul 16, 2024):

Coolio, glad it worked out! Maybe a good idea to edit the upgrade guide to
get rid of these leftovers…

On Tue, Jul 16, 2024 at 16:22 Kazuky Akayashi @.***>
wrote:

Okay, that was the problem, my update went through without a hitch.


Reply to this email directly, view it on GitHub
https://github.com/koel/koel/issues/1793#issuecomment-2231051470, or
unsubscribe
https://github.com/notifications/unsubscribe-auth/AB5O3UR4XTXHDYF5ZN27UGLZMUUD3AVCNFSM6AAAAABK6CUJAKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZRGA2TCNBXGA
.
You are receiving this because you commented.Message ID:
@.***>

<!-- gh-comment-id:2231072967 --> @phanan commented on GitHub (Jul 16, 2024): Coolio, glad it worked out! Maybe a good idea to edit the upgrade guide to get rid of these leftovers… On Tue, Jul 16, 2024 at 16:22 Kazuky Akayashi ***@***.***> wrote: > Okay, that was the problem, my update went through without a hitch. > > — > Reply to this email directly, view it on GitHub > <https://github.com/koel/koel/issues/1793#issuecomment-2231051470>, or > unsubscribe > <https://github.com/notifications/unsubscribe-auth/AB5O3UR4XTXHDYF5ZN27UGLZMUUD3AVCNFSM6AAAAABK6CUJAKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZRGA2TCNBXGA> > . > You are receiving this because you commented.Message ID: > ***@***.***> >
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#991
No description provided.