While testing I noticed lots of error messages in my logs and tracked it down to a big difference in updatedatabase.pl vs. kohastructure.sql. While kohastructure has 2679 CREATE TABLE `bibliocoverimage` ( updatedatabase is 4631 q|CREATE TABLE `biblioimages` ( Opac error logs: [Thu Feb 23 07:54:26 2012] [error] [client 127.0.0.1] [Thu Feb 23 07:54:26 2012] opac-detail.pl: DBD::mysql::st execute failed: Table 'koha.biblioimages' doesn't exist at /home/katrin/kohaclone/C4/Images.pm line 127., referer: http://localhost/cgi-bin/koha/opac-search.pl?q=der [Thu Feb 23 07:54:26 2012] [error] [client 127.0.0.1] [Thu Feb 23 07:54:26 2012] opac-detail.pl: Database error! at /home/katrin/kohaclone/C4/Images.pm line 128., referer: http://localhost/cgi-bin/koha/opac-search.pl?q=der [Thu Feb 23 07:54:26 2012] [error] [client 127.0.0.1] [Thu Feb 23 07:54:26 2012] opac-image.pl: DBD::mysql::st execute failed: Table 'koha.biblioimages' doesn't exist at /home/katrin/kohaclone/C4/Images.pm line 127., referer: http://localhost/cgi-bin/koha/opac-detail.pl?biblionumber=21 [Thu Feb 23 07:54:26 2012] [error] [client 127.0.0.1] [Thu Feb 23 07:54:26 2012] opac-image.pl: Database error! at /home/katrin/kohaclone/C4/Images.pm line 128., referer: http://localhost/cgi-bin/koha/opac-detail.pl?biblionumber=21
Created attachment 8117 [details] [review] Bug 7587: Fix table name for biblioimages table The kohastructure.sql file had the wrong name for the biblioimages table, which broke the local cover images feature for new installations, and filled the log with error messages.
Created attachment 8148 [details] [review] [SIGNED-OFF] Bug 7587: Fix table name for biblioimages table The kohastructure.sql file had the wrong name for the biblioimages table, which broke the local cover images feature for new installations, and filled the log with error messages. Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> 1) Checked a broken installation with wrong table name. 2) Checked for a new installation Feature works perfectly. http://bugs.koha-community.org/show_bug.cgi?id=7487
Deletes an unusable table and creates a usable replacement in it's place. Marking as Passed QA.
It's a follow-up of an enhancement, so, even if it's a CRI fix, switching severity to ENH, and version to