[Koha-bugs] [Bug 854] Error using non-MARC biblio entry form

bugzilla-daemon at wilbur.katipo.co.nz bugzilla-daemon at wilbur.katipo.co.nz
Tue Nov 9 23:43:24 CET 2004


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=854

chris at katipo.co.nz changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|tonnesen at cmsd.bc.ca         |chris at katipo.co.nz



------- Additional Comments From chris at katipo.co.nz  2004-11-10 11:43 -------
This is a result of a lock tables call being made in the code, without the user
in mysql having lock_table_privs set.

2 Potential fixes, change the Install.pm call to set lock_tables_privs = 'Y'
or
Remove the lock table call in C4::Biblio .. and anywhere else it appears in the
code.

Opinions?



------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Koha-bugs mailing list