After install the component and first folder-scan in the backend from joomla i create a article with this string:
{commedia playwidth=250|sort=artist,album,track}musik/mp3{/commedia}
By loading this page in frontend i get an error:
DB-Funktion with errorcode 1136 disappointed!
Column count doesn't match value count at row 1 SQL=INSERT INTO `v25_commedia` ( name, album, artist, title, size, playtime, checksum, path_id, playpath_id, filetime, track) VALUES ( '01-Mamma Mia-Abbaration-A Tribute to Abba.mp3', 'A Tribute to Abba', 'ABBA','Mamma Mia',7,24,'3:10',md5('01-Mamma Mia-Abbaration-A Tribute to Abba.mp37,24'),2,2,1346081580,1)
Whats the problem of this error?