Hi there
I'm essentially a newbie to drupal and cms's in general. I've been developing a small website for our local church and wanted to upload some mp3 files that had been recorded.
All the main text files and images are uploading just fine, but when I try to upload an mp3 I'm getting database errors as listed below:
• user warning: Table 'cmsdb.bsjaudio_metadata' doesn't exist query: SELECT DISTINCT a.value FROM bsjaudio_metadata a WHERE a.tag = 'artist' AND LOWER(a.value) LIKE LOWER('test%') ORDER BY a.value LIMIT 0, 10 in /home/md93/public_html/bsj/drupal-5.1/includes/database.mysql.inc on line 172.
• The selected file could not be copied, because no file by that name exists. Please check that you supplied the correct filename.
• user warning: Table 'cmsdb.bsjaudio_file' doesn't exist query: INSERT INTO bsjaudio_file (vid, origname, filename, filepath, filemime, filesize) VALUES (46, '13gaelic blessing.mp3', '13gaelic blessing_1.mp3', 'files/audio/13gaelic blessing_1.mp3', 'audio/mpeg', 1494121) in /home/md93/public_html/bsj/drupal-5.1/includes/database.mysql.inc on line 172.