[GH-ISSUE #668] Pdoexceptions #480

Closed
opened 2026-02-26 02:33:20 +03:00 by kerem · 1 comment
Owner

Originally created by @ghost on GitHub (Oct 15, 2017).
Original GitHub issue: https://github.com/koel/koel/issues/668

Hi, when trying to use php artisan koel:init
it returns me this error

 [Illuminate\Database\QueryException]
  SQLSTATE[HY000]: General error: 1025 Error on rename of './koel_data/#sql-a
  29_11' to './koel_data/songs' (errno: 150) (SQL: ALTER TABLE songs CHANGE c
  ontributing_artist_id artist_id INT UNSIGNED DEFAULT NULL)



  [Doctrine\DBAL\Driver\PDOException]
  SQLSTATE[HY000]: General error: 1025 Error on rename of './koel_data/#sql-a
  29_11' to './koel_data/songs' (errno: 150)



  [PDOException]
  SQLSTATE[HY000]: General error: 1025 Error on rename of './koel_data/#sql-a
  29_11' to './koel_data/songs' (errno: 150)

`
Is there a workaround?
```
Originally created by @ghost on GitHub (Oct 15, 2017). Original GitHub issue: https://github.com/koel/koel/issues/668 Hi, when trying to use php artisan koel:init it returns me this error ```` [Illuminate\Database\QueryException] SQLSTATE[HY000]: General error: 1025 Error on rename of './koel_data/#sql-a 29_11' to './koel_data/songs' (errno: 150) (SQL: ALTER TABLE songs CHANGE c ontributing_artist_id artist_id INT UNSIGNED DEFAULT NULL) [Doctrine\DBAL\Driver\PDOException] SQLSTATE[HY000]: General error: 1025 Error on rename of './koel_data/#sql-a 29_11' to './koel_data/songs' (errno: 150) [PDOException] SQLSTATE[HY000]: General error: 1025 Error on rename of './koel_data/#sql-a 29_11' to './koel_data/songs' (errno: 150) ` Is there a workaround? ```
kerem closed this issue 2026-02-26 02:33:20 +03:00
Author
Owner

@phanan commented on GitHub (Oct 16, 2017):

I think someone posted the same error (which was strictly related to their system/setup), do you mind a search? Cheers.

<!-- gh-comment-id:336816525 --> @phanan commented on GitHub (Oct 16, 2017): I think someone posted the same error (which was strictly related to their system/setup), do you mind a search? Cheers.
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#480
No description provided.