I resolved this problem myself. Apparently I've made a copy of the items-table at installation time for testing purposes, and renamed the old 'items'-table to 'itemsOUD'. But the foreign key constraints were still pointing to the table 'itemsOUD'.
So that's why I got the error. After pointing the foreign constraints to the correct 'items'-table everything works again. I should have spotted this sooner. Jan. -- Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html _______________________________________________ Koha mailing list http://koha-community.org [email protected] https://lists.katipo.co.nz/mailman/listinfo/koha

