It seems like Koha is trying to set homebranch to 'THK | THK' because the
homebranch field is duplicated in the html form. That will fail the
foreign key check. The fix for that is probably to verify the value for
homebranch in the database for that itemnumber, and if that doesn't looks
right the
Or, better: `koha-zebra --status $INSTANCE`
Le mer. 20 nov. 2019 à 20:33, Alvaro Cornejo
a écrit :
>
> Hi
>
> Have you checked if zebra is running?
>
> use:
>
> ps -ef | grep zebra
>
> It should give you 4 results.
>
> Regards,
>
> Alvaro
>
>
>
> |
Hi all, this is a gentle warning for koha-testing-docker users. Since the
very beginning the README.md clearly stated the need to do:
$ cp env/defaults.env .env
as part of the setup process. That .env file is where your changes to the
defaults should be placed. But it wasn't using that file at al