Bug 40693 - Bulk photo upload fails if file extension capitalization mismatch in IDLINK.txt
Summary: Bulk photo upload fails if file extension capitalization mismatch in IDLINK.txt
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Tools (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-08-22 14:06 UTC by Lisette Scheer
Modified: 2025-08-22 14:06 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lisette Scheer 2025-08-22 14:06:59 UTC
If a file is saved with .JPG but IDLINK.txt has it listed as .jpg it gives the following error:
ERROR: Image not imported because Koha was unable to open the image for reading.

If you change either the file extension or the entry in IDLINK.txt it works, but the error isn't verbose.

I think we should either add better error messaging, make it case insensitive, or put a note on the upload page (or a combination).