404 Error after upgrading to 25.04
Hi After Upgrading to 25.04 I get a strange error: Selecting an entry in a list of results the record is displayed but a small window pops up on top oft he record displayed: Something went wrong when loading the table. 404: Not Found. But I can work on the record and there is no other problem. This happens only in the staff interface. The opac is not affected. Greetings Beda
Hi Beda, this sounds like a problem with he API as the display of the item table in 24.05 is now using it. Can you verify: * Does the table of libraries on Administration > libraries load correctly for you? * Does patron search work? * If you can check: is there an error in the logs when you load a record detail page? Hope this helps, Katrin On 30.05.24 14:43, Beda Szukics wrote:
Hi
After Upgrading to 25.04 I get a strange error:
Selecting an entry in a list of results the record is displayed but a small window pops up on top oft he record displayed:
Something went wrong when loading the table.
404: Not Found.
But I can work on the record and there is no other problem. This happens only in the staff interface. The opac is not affected.
Greetings
Beda
_______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
* Does the table of libraries on Administration > libraries load correctly for you? No * Does patron search work? No * If you can check: is there an error in the logs when you load a record detail page? plack.log has an entry: 195.39.250.59 - - [30/May/2024:15:08:12 +0200] "GET /intranet/catalogue/detail.pl?biblionumber=4570 HTTP/1.1" 200 139788 "https://musikbibliotheksverwaltung.muri-gries.it/cgi-bin/koha/tools/inventor..." "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0" 195.39.250.59 - - [30/May/2024:15:08:14 +0200] "GET /api/v1/app.pl/api/v1/biblios/4570/items?&_page=1&_per_page=20&_match=contains&_order_by= HTTP/1.1" 404 - "https://musikbibliotheksverwaltung.muri-gries.it/cgi-bin/koha/catalogue/deta..." "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0" Does this help? Beda
Hi Beda, it means that the REST API in general is not working for you. Maybe this is a good starting point for you: https://wiki.koha-community.org/wiki/REST_API_Debug Hope it helps, Unfortunally no. curl -s http://musikbibliotheksverwaltung.muri-gries.it | jq .info.title,.swagger tells: parse error: Invalid numeric literal at line 1, column 10 The other tests work well. (I have installed koha using debian packages. (I am using debian 10 (buster)) Beda Beda _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
participants (2)
-
Beda Szukics -
Katrin Fischer