[Bug 854] Error using non-MARC biblio entry form
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=854 chris@katipo.co.nz changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|tonnesen@cmsd.bc.ca |chris@katipo.co.nz ------- Additional Comments From chris@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.
participants (1)
-
bugzilla-daemon@wilbur.katipo.co.nz