item-level_itypes set but no itemtype set ...
I issue the command # sudo koha-rebuild-zebra -f library I get a couple of error messages (to be precise 15) of the following type: item-level_itypes set but no itemtype set for item (61258) at /usr/share/koha/lib/Koha/Schema/Result/Item.pm line 698. .... What can I do to correct the problem? ====== I am running currently koha 17.05 under Ubuntu 14.04 ====== I am about to upgrade and want to correct the apparently incorrect DB. Heinrich
Hi Heinrich You need to check each of the records shown in your logs " item (61258) " and check that their items have the itemtype defined in sub-field "y" . You can also check field 942c Regards, Alvaro |----------------------------------------------------------------------------------------| Stay safe / Cuídate/ Reste sécurisé *7* Switch off as you go / Apaga lo que no usas / Débranchez au fur et à mesure. *q *Recycle always / Recicla siempre / Recyclez toujours P Print only if absolutely necessary / Imprime solo si es necesario / Imprimez seulement si nécessaire Le dim. 12 juil. 2020 à 11:01, Heinrich Hartl <h-hartl@gmx.de> a écrit :
I issue the command
# sudo koha-rebuild-zebra -f library
I get a couple of error messages (to be precise 15) of the following type:
item-level_itypes set but no itemtype set for item (61258) at /usr/share/koha/lib/Koha/Schema/Result/Item.pm line 698.
....
What can I do to correct the problem?
====== I am running currently koha 17.05 under Ubuntu 14.04
====== I am about to upgrade and want to correct the apparently incorrect DB.
Heinrich
_______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
Hello Heinrich, 61258 is in this case the itemnumber of an item in your database, that has no item type (Medientyp). These items are problematic in circulation and can cause error message, so I'd recommend finding and fixing them. Your reindex should still finish and searching should work without problems. Hope this helps, Katrin On 12.07.20 18:00, Heinrich Hartl wrote:
I issue the command
# sudo koha-rebuild-zebra -f library
I get a couple of error messages (to be precise 15) of the following type:
item-level_itypes set but no itemtype set for item (61258) at /usr/share/koha/lib/Koha/Schema/Result/Item.pm line 698.
....
What can I do to correct the problem?
====== I am running currently koha 17.05 under Ubuntu 14.04
====== I am about to upgrade and want to correct the apparently incorrect DB.
Heinrich
_______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
participants (3)
-
Alvaro Cornejo -
Heinrich Hartl -
Katrin Fischer