Bug 15015

Summary: Plack testing -- Import patrons tool -- uploading file fails
Product: Koha Reporter: HB-NEKLS <gwilliams>
Component: ToolsAssignee: Galen Charlton <gmcharlt>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: major    
Priority: P5 - low CC: jonathan.druart
Version: Main   
Hardware: All   
OS: All   
See Also: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15005
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on:    
Bug Blocks: 15019    

Description HB-NEKLS 2015-10-15 15:00:34 UTC
Uploading a file of patrons using the Import patrons tool is broken. 

To recreate: 
1. Go to Tools --> Import Patrons
2. Select file for upload. 
3. All settings left at default.
4. Scroll to bottom and click Import.
5. Error: Link: http://test-intra.plack.bywatersolutions.com/intranet/tools/import_borrowers.pl

An error has occurred!
Error 404
This message may have been caused by any of the following reasons:
Comment 1 HB-NEKLS 2015-10-15 18:30:45 UTC
15005 patches are helping this -- but it hasn't been fixed yet. 

Got this result this import attempt: not found on the page and link is now http://test-intra.plack.bywatersolutions.com/cgi-bin/koha/intranet/tools/import_borrowers.pl
Comment 2 Jonathan Druart 2015-10-16 09:00:10 UTC
This one fixed fixed by

Subject: [PATCH] Bug 15005: Replace $ENV{SCRIPT_NAME} with the hardcoded script paths

*** This bug has been marked as a duplicate of bug 15005 ***