https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41102
Andrew Fuerste-Henry <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #190318|0 |1 is obsolete| | --- Comment #5 from Andrew Fuerste-Henry <[email protected]> --- Created attachment 191192 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=191192&action=edit Bug 41102: Error 500 on the About page when biblioserver Zebra configuration is missing When either the <listen id=biblioserver> entry or the <server id=biblioserver listenref=biblioserver> section is not present in koha-conf.xml, the Staff interface > About page triggers a 500 Internal Server Error. Test plan: 1. Edit koha-conf.xml and Comment out: <!--<listen id="biblioserver">unix:/path/to/zebradb/bibliosocket</listen>--> 2. Restart Apache: sudo systemctl restart apache2 (or restart_all) 3. Go to Intranet > About ==> Internal Server Error (500) 4. Now restore the <listen> line and instead comment out the entire <server id=biblioserver listenref=biblioserver>...</server> block. (Note that the commenting around <!-- The stuff below is used to enable SRU... interferes with adding a closing comment after </server> - close the comment before that section and add a comment around </server>.) 5. Repeat step 2, 3 ==> Internal Server Error (500) 6. Apply the patch 7. Repeat step 2, 3 ==> There is no Error (500) Note: Zebra status: Error message from Zebra: 10004 8. Uncomment <server id=biblioserver listenref=biblioserver> </server> and Repeat Step 1 9. Repeat step 2, 3 ==> There is no Error (500) Note: Zebra status: Zebra server seems not to be available. Is it started? Signed-off-by: David Nind <[email protected]> Signed-off-by: Andrew Fuerste Henry <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
