Article requsts from OPAC and from intranet are showing an 'internal server error'. I am testing in 16.11 with Plack.
Plack was turned off, now it explodes differently: Template process failed: undef error - The method _biblioitem is not covered by tests! at /usr/share/koha/lib/C4/Templates.pm line 121.
Updating severity, this is one of the 16.11 advertised features... and it's broken.
Created attachment 57866 [details] [review] Bug 17709 - Article request broken - 'internal server error' Article requsts from OPAC and from intranet are showing an 'internal server error'. I am testing in 16.11 with Plack. Test Plan: 1) Set circ rule to record only article requests 2) Attempt to place a request on a record with no items 3) Note the error 4) Apply this patch 5) You should now be able to place the request!
Created attachment 57867 [details] [review] Bug 17709 - Article request broken - 'internal server error' Article requsts from OPAC and from intranet are showing an 'internal server error'. I am testing in 16.11 with Plack. Test Plan: 1) Set circ rule to record only article requests 2) Attempt to place a request on a record with no items 3) Note the error 4) Apply this patch 5) You should now be able to place the request! Signed-off-by: Mirko Tietgen <mirko@abunchofthings.net>
Fixes the second error and then works with plack too.
Created attachment 57882 [details] [review] Bug 17709 - Article request broken - 'internal server error' Article requsts from OPAC and from intranet are showing an 'internal server error'. I am testing in 16.11 with Plack. Test Plan: 1) Set circ rule to record only article requests 2) Attempt to place a request on a record with no items 3) Note the error 4) Apply this patch 5) You should now be able to place the request! Signed-off-by: Mirko Tietgen <mirko@abunchofthings.net> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Pushed to master ro 17.05!
This patch has been pushed to 16.11.x, will be in 16.11.01. Thx for the quick fix!