mirror of
https://github.com/koel/koel.git
synced 2026-04-25 16:56:02 +03:00
[GH-ISSUE #1793] Upgrade fail (v6.12.1 to v7.0.6) #991
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#991
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 :
Laravel log (storage/logs/laravel.log)
Environment
@phanan commented on GitHub (Jul 16, 2024):
Try running
composer install.@kazukyakayashi commented on GitHub (Jul 16, 2024):
and If i run :
@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 <
@.***>:
@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@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 <
@.***>:
@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 :
Laravel logs
@phanan commented on GitHub (Jul 16, 2024):
config/aws.phpdoesn't exist: https://github.com/koel/koel/tree/v7.0.6/config@sweetlazyboy commented on GitHub (Jul 16, 2024):
Same problem as you
@kazukyakayashi commented on GitHub (Jul 16, 2024):
I have one and I didn't create it, and I don't even use aws.
@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:
@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.
@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: