in /mythweb/modules/music/init.php:
// First, we should check to see that MythMusic is configured.
   $has_music = $db->query_col('SELECT COUNT(*) FROM musicmetadata');

If the user does not have MythMusic installed, there will be no musicmetadata table at all. The query will fail in db.php with:
*Fatal Error* at /mythweb/includes/db.php, line 314:
SQL Error: Table 'mythconverg.musicmetadata' doesn't exist [#1146]
_______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Reply via email to