Hi folks. I'm trying to use the audio import module and having mixed results. It works most of the time but sometimes it doesn't import at all and shows errors.
Below is the latest error I received when trying to import a single mp3.
Thanks in advance for anyone who can help.
* user warning: Got error 28 from table handler query: SELECT t.* FROM term_node r INNER JOIN term_data t ON r.tid = t.tid INNER JOIN vocabulary v ON t.vid = v.vid WHERE r.nid = 316 ORDER BY v.weight, t.weight, t.name in /includes/database.mysql.inc on line 120.
* user warning: Got error 28 from table handler query: SELECT c.cid as cid, c.pid, c.nid, c.subject, c.comment, c.format, c.timestamp, c.name, c.mail, c.homepage, u.uid, u.name AS registered_name, u.picture, u.data, c.score, c.users, c.thread, c.status FROM comments c INNER JOIN users u ON c.uid = u.uid WHERE c.nid = 316 GROUP BY c.cid, c.pid, c.nid, c.subject, c.comment, c.format, c.timestamp, c.name, c.mail, u.picture, c.homepage, u.uid, u.name, u.picture, u.data, c.score, c.users, c.thread, c.status ORDER BY c.timestamp LIMIT 0, 50 in /includes/database.mysql.inc on line 120.
* user warning: Got error 28 from table handler query: SELECT t.* FROM term_node r INNER JOIN term_data t ON r.tid = t.tid INNER JOIN vocabulary v ON t.vid = v.vid WHERE r.nid = 292 ORDER BY v.weight, t.weight, t.name in /includes/database.mysql.inc on line 120.