Bugzilla – Bug 3485
Crash browsing to a genre from song info
Last modified: 2008-09-15 14:39:24 UTC
If I drill down via song info into the genre, slimserver crashes: 2006-06-06 19:25:03.4384 DBD::mysql::st execute failed: Unknown column 'genre' in 'where clause' at P:\Music\SlimServer\trunk\server\CPAN/DBIx/Class/Storage/DBI.pm line 525. DBIx::Class::ResultSet::count(): Error executing 'SELECT COUNT( * ) FROM albums me LEFT JOIN contributor_album contributorAlbums ON ( contributorAlbums.album = me.id ) WHERE ( contributorAlbums.role IN ( ?, ? ) AND genre = ? AND me.compilation = ? )' (`1', `5', `15', `1'): DBD::mysql::st execute failed: Unknown column 'genre' in 'where clause' at P:\Music\SlimServer\trunk\server\CPAN/DBIx/Class/Storage/DBI.pm line 525. This happens in both Fishbone skin and default skin.
possible fix in trunk change 7773
please reopen if issues remain from June 7 nightly.