Hola Alejo buenas tardes, a grandes rasgos la migración la hice haciendo un backup de la base de datos del koha y transfiriendo al nuevo servidor. Previamente instale todo lo necesario para correr koha. Cree su base de datos y también copie los archivos de configuración de Koha. Intentando buscar la versión de koha, me aparece el siguiente error dentro del intranet cuando quiero ver el acerca de koha. [image: image.png] ¿Estara relacionado con el problema del contenido? También intente borrar los índices y regenerarlos como me habías indicado, pero sigue de la misma forma, sin mostrarme el contenido de la página. Agradezco tu ayuda. Saludos El jue, 4 jul 2024 a las 9:29, Alejo Janin (<alejojanin@gmail.com>) escribió:
Buenas Enzo,
Qué versión de Koha estás usando? Cómo hiciste la migración de servidor? Zebra está corriendo bien?
Podrías intentar borrar los índices y regenerarlos:
$ sudo koha-shell [nombre_instancia] $ zebraidx -c /etc/koha/sites/[nombre_instancia]/zebra-authorities-dom.cfg -g iso2709 -d authorities init $ zebraidx -c /etc/koha/sites/[nombre_instancia]/zebra-biblios-dom.cfg -g iso2709 -d biblios init
Después salís del shell y reindexas.
Saludos, Alejo
El mar, 2 de jul de 2024, 15:38, Sistemas Cedinci via Koha-es < koha-es@lists.koha-community.org> escribió:
Hola buenas tardes a toda la comunidad Koha-es. Queria ver si me podrian ayudar con un problema. Para darles contexto, estuve migrando koha de un servidor debian a otro. En tal caso pude levantar las páginas intranet y opac , pero tengo dificultad al intentar buscar el contenido. No me aparece ningún error ni nada, simplemente al momento de buscar no aparece nada. Tengo la Teoría de que el principal problema está al momento de reindexar el contenido dentro del servidor (sudo koha-rebuild-zebra -f -v). Cuando intenta exportar las biblio aparecen estos errores: 1Use of uninitialized value $tag in hash element at /usr/share/perl5/MARC/Record.pm line 202. Use of uninitialized value $tag in regexp compilation at /usr/share/perl5/MARC/Record.pm line 206. Use of uninitialized value $tag in hash element at /usr/share/perl5/MARC/Record.pm line 207. Use of uninitialized value $tag in hash element at /usr/share/perl5/MARC/Record.pm line 202. Use of uninitialized value $biblionumber_field in numeric gt (>) at /usr/share/koha/lib/Koha/Filter/MARC/EmbedItemsAvailability.pm line 75. Use of uninitialized value $tag in hash element at /usr/share/perl5/MARC/Record.pm line 202. Can't call method "data" on an undefined value at /usr/share/koha/lib/Koha/Filter/MARC/EmbedItemsAvailability.pm line 75. Something went wrong rebuilding biblio indexes for libreria Zebra configuration information ================================ Zebra biblio directory = /var/lib/koha/libreria/biblios Zebra authorities directory = /var/lib/koha/libreria/authorities Koha directory = /usr/share/koha/intranet/cgi-bin Lockfile = /var/lock/koha/libreria/rebuild/rebuild..LCK Use of uninitialized value $biblionumbertagfield in concatenation (.) or string at /usr/share/koha/bin/migration_tools/rebuild_zebra.pl line 221. Use of uninitialized value $biblionumbertagsubfield in concatenation (.) or string at /usr/share/koha/bin/migration_tools/rebuild_zebra.pl line 221. BIBLIONUMBER in : $ Use of uninitialized value $biblioitemnumbertagfield in concatenation (.) or string at /usr/share/koha/bin/migration_tools/rebuild_zebra.pl line 222. Use of uninitialized value $biblioitemnumbertagsubfield in concatenation (.) or string at /usr/share/koha/bin/migration_tools/rebuild_zebra.pl line 222. BIBLIOITEMNUMBER in : $
Espero que tengan una buena semana. Saludos. -- Enzo Sebastian Avila | Sistemas CeDInCI -- Koha-es mailing list Koha-es@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-es
-- Enzo Sebastian Avila | Sistemas CeDInCI