0
Hi,
I'm getting this error: Unknown column 'tags' in 'field list' SQL=UPDATE `#__muscol_songs` and this one: Unknown column 'tags' in 'field list' SQL=UPDATE `#__muscol_artists` SET.
The page you are referring to in other answer does not exist anymore.
So: do I have to add a 'Tags' line in the database or do you have another solution :-).

Regards
Dick Bronder
Responses (4)
  • Accepted Answer

    Monday, March 13 2017, 04:08 PM - #Permalink
    0
    Well the "tags" should have been added to the DB if there was a "normal" upgrade process of the extension.

    Seems it was not the case.

    yes, adding tags into these two tables (a column named "tags" of type VARCHAR(255) should solve the problem.
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, March 14 2017, 09:44 AM - #Permalink
    0
    Thanks.
    Any other columns to be added? I believe none were updated.
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, March 14 2017, 09:46 AM - #Permalink
    0
    "cover" in the ARTISTS table must be added. VARCHAR(255)
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, March 14 2017, 09:49 AM - #Permalink
    0
    Works!
    Thank you :-))
    The reply is currently minimized Show
Your Reply