[GH-ISSUE #846] Mysql Installation Error #581

Closed
opened 2026-02-26 02:33:37 +03:00 by kerem · 2 comments
Owner

Originally created by @lunibo on GitHub (Oct 26, 2018).
Original GitHub issue: https://github.com/koel/koel/issues/846

  • You have read and followed closely the Wiki, Upgrade Guide, as well as Troubleshooting
  • The issue has not been reported before
  • This is not a "how to install on Windows" or "why is my npm messed up" question
  • You're a cool person

All checked? Now also make sure your issue

  • Is associated with a version. Or better yet, a commit.
  • Is as detailed as possible (ahem... OS, browser, steps to reproduce, maybe?)
  • Includes the error output if it's a bug/error report ("Whoops!" is not very helpful, you know)
  • Is in English

OS: Ubuntu 18.04.1 LTS
DB: Mysql on localhost
steps to reproduce: https://koel.phanan.net/docs/#/?keyword=sqlite&id=manually

Output:

In SchemaException.php line 86:
There is no column with name 'contributing_artist_id' on table 'songs'.
Originally created by @lunibo on GitHub (Oct 26, 2018). Original GitHub issue: https://github.com/koel/koel/issues/846 - [x] You have read and followed closely the [Wiki](https://koel.phanan.net/docs), [Upgrade Guide](https://github.com/phanan/koel/releases), as well as [Troubleshooting](https://koel.phanan.net/docs/#/troubleshooting) - [x] The issue has not been reported before - [x] This is not a "how to install on Windows" or "why is my npm messed up" question - [x] You're a cool person All checked? Now also make sure your issue - [x] Is associated with a version. Or better yet, a commit. - [x] Is as detailed as possible (ahem... OS, browser, steps to reproduce, maybe?) - [x] Includes the error output if it's a bug/error report ("Whoops!" is not very helpful, you know) - [x] Is in English **OS:** Ubuntu 18.04.1 LTS **DB:** Mysql on localhost **steps to reproduce:** https://koel.phanan.net/docs/#/?keyword=sqlite&id=manually **Output:** ``` In SchemaException.php line 86: There is no column with name 'contributing_artist_id' on table 'songs'. ```
kerem closed this issue 2026-02-26 02:33:37 +03:00
Author
Owner

@VictorAvelar commented on GitHub (Nov 15, 2018):

In https://github.com/phanan/koel/blob/master/database/migrations/2017_04_29_025836_rename_contributing_artist_id.php the column is renamed, so I think it will be helpful to know where is SchemaException being thrown

<!-- gh-comment-id:438996259 --> @VictorAvelar commented on GitHub (Nov 15, 2018): In https://github.com/phanan/koel/blob/master/database/migrations/2017_04_29_025836_rename_contributing_artist_id.php the column is renamed, so I think it will be helpful to know where is SchemaException being thrown
Author
Owner

@mbreedlove commented on GitHub (Oct 25, 2019):

I just ran into this problem. Strangely, re-running the migrations solved it.

<!-- gh-comment-id:546449548 --> @mbreedlove commented on GitHub (Oct 25, 2019): I just ran into this problem. Strangely, re-running the migrations solved it.
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#581
No description provided.