[Koha-bugs] [Bug 23319] Reloading page when adding to basket from existing order can cause internal server error

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 15 19:52:22 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23319

--- Comment #1 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 91538
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=91538&action=edit
Implement blocking errors for neworderbiblio and basket.pl

To test:
1 - Hit neworderbiblio with a query and no vendor
    http://localhost:8081/cgi-bin/koha/acqui/neworderbiblio.pl?q=cat
    Or, add to basket from existing record with a search
    Refresh the page (url has no parameters)
2 - Get an internal server error
3 - Add bookseller
   
http://localhost:8081/cgi-bin/koha/acqui/neworderbiblio.pl?q=cat&booksellerid=1
4 - Click 'Order' on a result
5 - Internal server error
6 - Apply patch
7 - Repeat 1-4, you get 'Vendor not found' or 'Basket not found'

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list