[Koha] [koha] Edited barcodes not saving

2019-11-06 Thread muirunyeri
Hi team, System information page reports one error which has been there since the beginning. The error - Data Problems - Some of your tables have problems with their auto_increment values which may lead to data loss. InnoDB does not keep auto_increment across SQL server restarts ... No

Re: [Koha] Trying to figure out if I have Plack running right

2019-11-06 Thread Tomas Cohen Arazi
I recommend that you create an instance xxx and pick the generated xxx.conf Apache config, and use it as a basis for rewriting your instance's files. Looking forward to hear about the results! El mié., 6 de noviembre de 2019 21:02, Doug Dearden escribió: > Hey Tomas, > > > > I did install

Re: [Koha] Trying to figure out if I have Plack running right

2019-11-06 Thread Tomas Cohen Arazi
This is weird, did you install the koha-common package on Debian, or did a manual install using perl Makefile.PL? Your files should include: Include /etc/koha/apache-shared-opac-plack.conf and Include /etc/koha/apache-shared-intranet-plack.conf respectively. El mié., 6 nov. 2019 a las 13:51,

Re: [Koha] [koha] Edited barcodes not saving

2019-11-06 Thread Chris Cormack
That might also be a problem, but the foreign key error before that definitely is. It means in that item record the value in homebranch doenst match a row in the branches table. That's why you can't update that item. Try changing the homebranch and save again (maybe try changing all the branch

Re: [Koha] Trying to figure out if I have Plack running right

2019-11-06 Thread Doug Dearden
Hey Jonathan, That command returns this: Include /etc/koha/apache-shared.conf # Include /etc/koha/apache-shared-disable.conf Include /etc/koha/apache-shared-opac.conf # Include /etc/koha/apache-shared.conf # Include /etc/koha/apache-shared-disable.conf # Include

Re: [Koha] [koha] Edited barcodes not saving

2019-11-06 Thread Owen Leonard
On Tue, Nov 5, 2019 at 7:41 AM muirunyeri wrote: > I have attached it as a text file. Sorry but this mailing list doesn't accept attachments. Can you post the log somewhere instead? -- Owen -- Web Developer Athens County Public Libraries (740) 737-6006 https://www.myacpl.org

Re: [Koha] [koha] Edited barcodes not saving

2019-11-06 Thread Alvaro Cornejo
Hi Muirunyeri The query used to update the barcode said it is finding several results "...Query returned more than one row..." This means that, when updating a record, msql is founding several records to update this might seems you have duplicated records in your database. Check on the

Re: [Koha] Trying to figure out if I have Plack running right

2019-11-06 Thread Jonathan Druart
Hi Doug, The koha-plack --enable command did not work. Can you post the result of the following command: $ sudo grep Include /etc/apache2/sites-available/main.conf Regards, Jonathan Le mer. 6 nov. 2019 à 01:00, Doug Dearden a écrit : > > Hey Michael, > > OK, this is weird. > (Instance is

[Koha] [koha] Edited barcodes not saving

2019-11-06 Thread muirunyeri
Hi Vikram and team, Below is the error log I tried copying. AH01215: [Tue Nov  5 14:38:12 2019] additem.pl: ERROR in _koha_modify_item UPDATE items SET