Is this error the same: Some of your tables have problems with their auto_increment values which may lead to data loss. *You should not ignore this warning*. The problem is that InnoDB does not keep auto_increment across SQL server restarts (it is only set in memory). So on server startup the auto_increment values are set to max(table.id)+1.
On Tue, Aug 22, 2017 at 12:03 PM, Luis Moises Rojas <[email protected]> wrote: > Hi Chrispin: > Do we have to deleted manually? > > > <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> > <#m_-7358004622330201757_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> > > On Tue, Aug 22, 2017 at 12:00 PM, 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 >> > > > > -- > *Luis Moisés Rojas P.* > > -- *Luis Moisés Rojas P.* _______________________________________________ Koha mailing list http://koha-community.org [email protected] https://lists.katipo.co.nz/mailman/listinfo/koha

