0
i know this can be difficult cause artists are a breed all their own, but, music collection has started giving us hiccups.
if i create "some random album" it works fine.
if i *try* to create a new artist, i get:
1054 Unknown column 'tags' in 'field list' SQL=INSERT INTO `spk_muscol_artists` (`id`,`artist_name`,`letter`,`review`,`image`,`picture`,`class_name`,`keywords`,`added`,`country`,`user_id`,`metakeywords`,`metadescription`,`years_active`,`city`,`url`,`genre_id`,`tags`) VALUES ('0','random artist','R','','','','random artist',' random artist ','2014-02-01 23:28:10','','853','','','','','','1','1')
if i open an existing artist and try to save them, i get:
1054 Unknown column 'tags' in 'field list' SQL=UPDATE `spk_muscol_artists` SET `artist_name`='The Bright',`letter`='T',`review`='',`image`='',`picture`='thebright.png',`class_name`='Bright',`keywords`=' the bright ',`country`='USA',`metakeywords`='',`metadescription`='',`years_active`='2008 to present',`city`='Dallas, Texas',`url`='http://thebrightmusic.com/',`genre_id`='1',`tags`='1' WHERE `id`='2'
this seems to be a mysql error, but it was working fine until now.
any direction or pointers?
if i create "some random album" it works fine.
if i *try* to create a new artist, i get:
1054 Unknown column 'tags' in 'field list' SQL=INSERT INTO `spk_muscol_artists` (`id`,`artist_name`,`letter`,`review`,`image`,`picture`,`class_name`,`keywords`,`added`,`country`,`user_id`,`metakeywords`,`metadescription`,`years_active`,`city`,`url`,`genre_id`,`tags`) VALUES ('0','random artist','R','','','','random artist',' random artist ','2014-02-01 23:28:10','','853','','','','','','1','1')
if i open an existing artist and try to save them, i get:
1054 Unknown column 'tags' in 'field list' SQL=UPDATE `spk_muscol_artists` SET `artist_name`='The Bright',`letter`='T',`review`='',`image`='',`picture`='thebright.png',`class_name`='Bright',`keywords`=' the bright ',`country`='USA',`metakeywords`='',`metadescription`='',`years_active`='2008 to present',`city`='Dallas, Texas',`url`='http://thebrightmusic.com/',`genre_id`='1',`tags`='1' WHERE `id`='2'
this seems to be a mysql error, but it was working fine until now.
any direction or pointers?
Accepted Answer
0
well, this means that you have upgraded to 2.4.0 but you haven't followed this: http://www.joomlathat.com/documentation/music-collection/upgrading-from-2-3-1-to-2-4-0
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »