Bug 20050

Summary: When processing uploaded offline circulation file, "apply directly" option fails
Product: Koha Reporter: Owen Leonard <oleonard>
Component: CirculationAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: fridolin.somers, gmcharlt, jonathan.druart, kyle.m.hall
Version: Main   
Hardware: All   
OS: All   
URL: /cgi-bin/koha/offline_circ/process_koc.pl
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16603
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Owen Leonard 2018-01-19 19:19:34 UTC
This problem has been hidden by 16603, but still exists:

I have an offline circulation file which was generated by the Windows offline circulation program. If I upload this file and choose "Add to offline circulation queue" it works as expected.

If I upload the same file and choose "Apply directly," the process never completes. Firebug shows a seemingly never-ending series of calls to /cgi-bin/koha/tools/background-job-progress.pl?jobID=8c20822320e5fbd7579aa1f61411ba00 but nothing happens.
Comment 1 Fridolin Somers 2018-01-31 08:15:04 UTC
Note that even if Plack is enabled, this page is processed directly by Apache :
  ProxyPass "/cgi-bin/koha/offline_circ/process_koc.pl" "!"
This may have some effect.