[Koha-bugs] [Bug 9962] updatedatabase.pl: Undefined subroutine &main::CheckVersion called at /home/koha/kohaclone/installer/data/mysql/updatedatabase.pl line 5342.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Apr 7 01:18:20 CEST 2013


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

Derryn <derrynj at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |derrynj at gmail.com

--- Comment #5 from Derryn <derrynj at gmail.com> ---
I don't currently have the means to check it myself, but I know how you can
check and fix it yourself.

1. Open the updatedatabase.pl file for editing
2. Search for the following
<code>if ( CheckVersion($DBversion) ) {</code>
3. Replace with
<code>if (C4::Context->preference("Version") < TransformToNum($DBversion))
{</code>
4. Retry web-installer

Hope this helps

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list