Unknown column cover Issue

0
I am trying to add album, artist and songs, but I get SQL error that says "Unknown column 'cover' in 'field list' SQL=INSERT INTO `#__muscol_artists`". So basically I cannot add anything. I had managed to add a song previously, but seems like now I cannot add anything, maybe there is a configuration I need to change?

Accepted Answer

Friday, July 29 2016, 09:03 AM - #Permalink
0
that's strange then.. looks like there is a field missing on your installation

if you're ok modifying a MySQL database, all you need to do is to add a field "cover" varchar(255) to the table __muscol_artists

if you don't know how to do that, I can help if you send me access.
The reply is currently minimized Show
Responses (2)
  • Accepted Answer

    Friday, July 29 2016, 08:58 AM - #Permalink
    0
    did you install this on top of an older version of Music Collection?
    The reply is currently minimized Show
  • Accepted Answer

    Friday, July 29 2016, 09:00 AM - #Permalink
    0
    No, I do not have any previous music collection.
    The reply is currently minimized Show
Your Reply