[Koha-bugs] [Bug 6021] New: Error 500 message of patroncards_upgrade.pl between update report of webinstaller

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 31 11:35:53 CEST 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6021

             Bug #: 6021
           Summary: Error 500 message of patroncards_upgrade.pl between
                    update report of webinstaller
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Installation and upgrade (web-based installer)
        AssignedTo: henridamien at koha-fr.org
        ReportedBy: m.de.rooy at rijksmuseum.nl
         QAContact: koha-bugs at lists.koha-community.org
                CC: gmcharlt at gmail.com


The current code for $DBversion = '3.01.00.107' includes calling another script
(patroncards_upgrade.pl) outside updatedatabase. It died with me on "Table
creator_batches already exists in script patroncards_upgrade.pl".
This die only ends that script but the 500 error comes between the upgrade
lines in web installer (catched by IPC call to updatedatabase in install.pl). 

# Status: 500
# Content-type: text/html
#
# <h1>Software error:</h1>
# <pre>DB ERROR: Table 'creator_batches' already exists
# </pre>
# <p>
# For help, please send mail to the webmaster (<a
href="mailto:bibliotheek at rijksmuseum.nl">bibliotheek at rijksmuseum.nl</a>),
giving this error message
# and the time and date of the error.
#
# </p>

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list