I have installed the audio module and the getid3 add-on but can't enable them under the admin panel.
I see this in the module section.
Audio 5.x-1.0 Allows you to upload and playback audio files.
Depends on: Views (missing), Views_rss (missing)
Required by: Audio getID3 (disabled), Audio Images (disabled), Audio Import (disabled)
I'm using drupal 5.1 at http://dbrs-test.com
I'm having a few other strange issues with this site; I get errors in the log when trying to search saying:
user warning: Access denied for user: 'dbrs-tes_drupal@localhost' to database 'dbrs-tes_drupal' query: CREATE TEMPORARY TABLE temp_search_sids SELECT i.type, i.sid, SUM(i.score * t.count) AS relevance, COUNT(*) AS matches FROM search_index i INNER JOIN search_total t ON i.word = t.word INNER JOIN node n ON n.nid = i.sid INNER JOIN users u ON n.uid = u.uid WHERE n.status = 1 AND (i.word = 'barron') AND i.type = 'node' GROUP BY i.type, i.sid HAVING COUNT(*) >= 1 in /home/dbrs-tes/public_html/includes/database.mysql.inc on line 172.
Thanks,
Leo
Comments
Comment #1
drewish commenteduh, yeah you need to install the views module.
Comment #2
dbrsystems commentedThanks. I thought that was the case but the install didn't mention *views* as a prerequisite. Works great now.
Comment #3
drewish commentedyeah that was added late in the game because people were confused that some pages had disappeared.
Comment #4
(not verified) commented