Bug 20050 - When processing uploaded offline circulation file, "apply directly" option fails
Summary: When processing uploaded offline circulation file, "apply directly" option fails
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Bugs List
QA Contact: Testopia
URL: /cgi-bin/koha/offline_circ/process_ko...
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-19 19:19 UTC by Owen Leonard
Modified: 2018-01-31 08:15 UTC (History)
4 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.