https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15546 MJ Ray (software.coop) <mjr@software.coop> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mjr@software.coop Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #3 from MJ Ray (software.coop) <mjr@software.coop> --- The co-op fixed this. To summarise: The log file included "Table 'koha_library.creator_layouts' doesn't exist" It seems that labels_upgrade.pl did not run successfully during an upgrade back in the mists of time and updatedatabase.pl does not check its exit status. As a consequence, patroncards_upgrade.pl did not run successfully either. The database structure has been fixed by reading those and kohastructure.sql and now the label creator does not produce this error. I will mark this as FIXED and leave it up to others to decide whether it's a bug that updatedatabase.pl doesn't check the exit status of extra upgrade scripts. -- You are receiving this mail because: You are watching all bug changes.