[Koha-bugs] [Bug 11623] Errors with upgrade from 3.00.00.070 to 3.14.02.000

2016-08-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11623

Owen Leonard  changed:

   What|Removed |Added

 Resolution|--- |WONTFIX
 Status|In Discussion   |RESOLVED

--- Comment #4 from Owen Leonard  ---
I think 3.14 is old enough now that this report doesn't need to stay open.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
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 11623] Errors with upgrade from 3.00.00.070 to 3.14.02.000

2015-07-19 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11623

Indranil Das Gupta indr...@gmail.com changed:

   What|Removed |Added

 CC||indr...@gmail.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 11623] Errors with upgrade from 3.00.00.070 to 3.14.02.000

2014-04-23 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11623

Liz Rea l...@catalyst.net.nz changed:

   What|Removed |Added

 Status|NEW |In Discussion
 CC||l...@catalyst.net.nz

--- Comment #3 from Liz Rea l...@catalyst.net.nz ---
Probably we'll keep this around (and open) for posterity, but I suspect that we
won't be fixing these issues. 

Thanks for adding your workarounds, they will probably help someone else
someday!

-- 
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 11623] Errors with upgrade from 3.00.00.070 to 3.14.02.000

2014-01-27 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11623

--- Comment #1 from David White dswhit...@yahoo.com ---
I'll just add my own workarounds to these:

* Convert everything to InnoDB prior to running the upgrade script.

* Of these ALTER TABLE DROP FOREIGN KEY errors, the only one that seems to
actually generate a red warning message is the patronimage one.  I solved this
by pre-creating the patronimage table with the patronimage_fk1 foreign key,
so the script can happily drop it

* Rewrote the /optional/ pathnames to /mandatory/

* Altered the sample_notices_message_transports.sql to delete these lines:

(4, 'email', 0, 'reserves','HOLD')
(4, 'sms',   0, 'reserves','HOLD')
(5, 'email', 0, 'circulation', 'CHECKIN')
(5, 'sms',   0, 'circulation', 'CHECKIN')
(6, 'email', 0, 'circulation', 'CHECKOUT')
(6, 'sms',   0, 'circulation', 'CHECKOUT')

These will allow the script to run at the right time, and the 6 lines above
will be created later by updatedatabase.pl later in the script anyway (when the
appropriate entries in the 'letters' table have also been created).

-- 
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 11623] Errors with upgrade from 3.00.00.070 to 3.14.02.000

2014-01-27 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11623

--- Comment #2 from David White dswhit...@yahoo.com ---
Sorry, one other bug:

* When attempting to run misc/maintenance/remove_items_from_biblioitems.pl, a
number of SQL statements fail because C4/Biblio.pm tries to update columns that
don't exist in 3.00.00.070 .  Specifically, any attempt to UPDATE biblioitems
that refers to the ean and agerestriction column fails.

* workaround: temporarily remove references to those columns in C4/Biblio.pm,
and restore them after remove_items_from_biblioitems.pl has completed.

-- 
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/