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

2014-08-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9962

Manos PETRIDIS egpetri...@yahoo.com changed:

   What|Removed |Added

 CC||egpetri...@yahoo.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


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

2013-04-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9962

Chris Cormack ch...@bigballofwax.co.nz changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||ch...@bigballofwax.co.nz
 Resolution|--- |FIXED

--- Comment #8 from Chris Cormack ch...@bigballofwax.co.nz ---
The good news was, it was never actually released, but yep there was a cut and
paste error in git, fixed now

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


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

2013-04-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9962

--- Comment #1 from Manos PETRIDIS egpetri...@yahoo.com ---
Created attachment 17217
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17217action=edit
screencap #1

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


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

2013-04-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9962

--- Comment #2 from Manos PETRIDIS egpetri...@yahoo.com ---
Created attachment 17218
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17218action=edit
screencap #2

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


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

2013-04-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9962

--- Comment #3 from Manos PETRIDIS egpetri...@yahoo.com ---
Created attachment 17219
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17219action=edit
latest updates applied

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


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

2013-04-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9962

--- Comment #4 from Manos PETRIDIS egpetri...@yahoo.com ---
Please note a notion to a similar error, at the end of bug #9382 discussion.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


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

2013-04-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9962

Derryn derr...@gmail.com changed:

   What|Removed |Added

 CC||derr...@gmail.com

--- Comment #5 from Derryn derr...@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
codeif ( CheckVersion($DBversion) ) {/code
3. Replace with
codeif (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.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


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

2013-04-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9962

--- Comment #6 from Derryn derr...@gmail.com ---
(In reply to comment #5)
 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
 codeif ( CheckVersion($DBversion) ) {/code
 3. Replace with
 codeif (C4::Context-preference(Version)  TransformToNum($DBversion))
 {/code
 4. Retry web-installer
 
 Hope this helps

Without the code/code .. i thought bugzilla might be smart enough to
recognition the tags and make it easier to read.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


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

2013-04-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9962

--- Comment #7 from Manos PETRIDIS egpetri...@yahoo.com ---
Thank you Derryn, it worked!

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


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

2013-04-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9962

Manos PETRIDIS egpetri...@yahoo.com changed:

   What|Removed |Added

   Priority|P5 - low|P2
   Severity|blocker |major

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/