[Koha-bugs] [Bug 15546] Software Error for all access to Label Creator

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 12 18:19:59 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15546

MJ Ray (software.coop) <mjr at software.coop> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mjr at software.coop
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from MJ Ray (software.coop) <mjr at 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.


More information about the Koha-bugs mailing list