First, thanks to all of you. We have done everything https://wiki.koha-community.org/wiki/DBMS_auto_increment_fix says:
But will still have the error: The message is The item has not been checked in due to a configuration issue in your system. You must ask an administrator to take a look at the about page and search for the "data problems" section" On Tue, Aug 22, 2017 at 12:05 PM, Chrispin Simasiku Sitali < [email protected]> wrote: > Furthermore, thanks to Joy Nelson, use the following; > You will need direct access to the database to correct this. > > Login to mysql (or mariadb) and run the following query: > delete from deletedborrowers where borrowernumber in (52,78); > > The above query will take care of those duplicated ids. > > Also thanks to Jonathan Druart look at; > https://wiki.koha-community.org/wiki/DBMS_auto_increment_fix > > Cheers > > Sitali CS > > On 22 August 2017 at 18:00, Chrispin Simasiku Sitali <[email protected]> > wrote: > >> Its because of duplicate ids in your database. Please log in as >> administrator (Staff Client of course) and go to About Koha. You will find >> a list of errors. Those duplicate ids need to be deleted >> >> Sitali CS >> >> On 22 August 2017 at 17:49, Luis Moises Rojas <[email protected]> >> wrote: >> >>> Hello everybody, >>> >>> We are having this problem when we try to return a borrowed book: >>> >>> "The item has not been checked in due to a configuration issue in >>> your system." >>> >>> What this mean? >>> >>> Thanks >>> >>> -- >>> *Luis Moisés Rojas P.* >>> >>> >>> <https://www.avast.com/sig-email?utm_medium=email&utm_source >>> =link&utm_campaign=sig-email&utm_content=webmail> >>> Libre >>> de virus. www.avast.com >>> <https://www.avast.com/sig-email?utm_medium=email&utm_source >>> =link&utm_campaign=sig-email&utm_content=webmail> >>> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> >>> _______________________________________________ >>> Koha mailing list http://koha-community.org >>> [email protected] >>> https://lists.katipo.co.nz/mailman/listinfo/koha >>> >> >> >> >> -- >> Charles Lwanga College of Education, >> P. O. Box 660193, >> Monze, >> ZAMBIA. >> >> Mobile: +26 0979 869471 >> +26 0966 869471 >> SKYPE: Libsitali >> > > > > -- > Charles Lwanga College of Education, > P. O. Box 660193, > Monze, > ZAMBIA. > > Mobile: +26 0979 869471 > +26 0966 869471 > SKYPE: Libsitali > -- *Luis Moisés Rojas P.* _______________________________________________ Koha mailing list http://koha-community.org [email protected] https://lists.katipo.co.nz/mailman/listinfo/koha

