https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42453 --- Comment #6 from Lisette Scheer <lisette@bywatersolutions.com> --- Created attachment 201104 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=201104&action=edit Bug 42453: Prevent 500 on the about page if elastic is not runing If the elastic countainer is stopped, the about page crashes with a 500 "No nodes are available" Test plan: Startup ktd with `--search-engine es8` Go to the about page Notice that the "Elasticsearch" line contains the version and "running" Stop the es container: `docker start koha-es-1` Refresh the about page => Without this patch you get the 500 => With this patch applied the page is rendered with: "Version: Unkown" and "Status: not running" Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Lisette Scheer <lisette@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.