Discussion:
[Koha] Koha version 16.11.07.000 check out error
msexton2045
2018-09-04 19:20:50 UTC
Permalink
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
_______________________________________________
Koha mailing list http://koha-community.org
***@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/li
Michael Kuhn
2018-09-04 19:32:56 UTC
Permalink
Hi Mark
Post by msexton2045
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 ***@adminkuhn.ch · W www.adminkuhn.ch
_______________________________________________
Koha mailing list http://koha-community.org
***@lists.katipo
Michael Kuhn
2018-09-04 21:57:14 UTC
Permalink
Hi Mark

I didn't see you were answering directly to me but not to the
I saw that I updated the post but here is the 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-PRIMARY-at-td5954499.html

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 ***@adminkuhn.ch · W www.adminkuhn.ch
_______________________________________________
Koha mailing list http://koha-community.org
***@lists.katipo.co.nz
https://lists.katipo
msexton2045
2018-09-05 11:34:14 UTC
Permalink
I can't seem to find the old_reserves table.



--
Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html
Michael Kuhn
2018-09-05 18:19:42 UTC
Permalink
Hi Mark
Post by msexton2045
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 ***@adminkuhn.ch · W www.adminkuhn.ch
_______________________________________________
Koha mailing list http://koha-community.org
***@lists.katipo.co.nz
https://lists.katipo
Loading...