Koha version 16.11.07.000 check out error
Hello, I am using Koha and I am new to this software. One of my librarians is getting the following error. I would appreciate any assistance Thank you Mark E. Sexton Network Administrator Jonesville Community Schools -- Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html
Hi Mark
I am using Koha and I am new to this software. One of my librarians is getting the following error. I would appreciate any assistance
What is exactly the error? You probably wanted to send an attachment but the software used by the mailinglist "Koha" doesn't accept attachments. So you need to describe the error or put the attachment somewhere else where it can be accessed. Best wishes: Michael -- Geschäftsführer · Diplombibliothekar BBS, Informatiker eidg. Fachausweis Admin Kuhn GmbH · Pappelstrasse 20 · 4123 Allschwil · Schweiz T 0041 (0)61 261 55 61 · E mik@adminkuhn.ch · W www.adminkuhn.ch
Hi Mark I didn't see you were answering directly to me but not to the mailinglist. So once again:
I saw that I updated the post but here is the error
"Software error: DBIx::Class::Storage::DBI::_dbh_execute(): Duplicate entry '1564' for key 'PRIMARY' at /usr/share/koha/lib/Koha/Object.pm line 120 For help, please send mail to the webmaster ([no address given]), giving this error message and the time and date of the error
You will probably find more information about this in Koha menu "About Koha > System information". A similar error was described here: * http://koha.1045719.n5.nabble.com/Software-error-Duplicate-entry-320-for-key... Hope this helps. Best wishes: Michael -- Geschäftsführer · Diplombibliothekar BBS, Informatiker eidg. Fachausweis Admin Kuhn GmbH · Pappelstrasse 20 · 4123 Allschwil · Schweiz T 0041 (0)61 261 55 61 · E mik@adminkuhn.ch · W www.adminkuhn.ch
I can't seem to find the old_reserves table. -- Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html
Hi Mark
I can't seem to find the old_reserves table.
What do you mean? "old reserves" is a table in your Koha database according to http://schema.koha-community.org/16_11/ After logging into your database you should be able to do something like this to be sure the table exists: mysql> describe old_reserves; +------------------+-------------+------+-----+-------------------+-----------------------------+ | Field | Type | Null | Key | Default | Extra | +------------------+-------------+------+-----+-------------------+-----------------------------+ | reserve_id | int(11) | NO | PRI | NULL | | | borrowernumber | int(11) | YES | MUL | NULL | | ... Hope this helps. Best wishes: Michael -- Geschäftsführer · Diplombibliothekar BBS, Informatiker eidg. Fachausweis Admin Kuhn GmbH · Pappelstrasse 20 · 4123 Allschwil · Schweiz T 0041 (0)61 261 55 61 · E mik@adminkuhn.ch · W www.adminkuhn.ch
participants (2)
-
Michael Kuhn -
msexton2045