Patron image(s) uploaded with some errors
Patron image failed to upload
- Unpacking completed
- [% TOTAL | html %] directories scanned.
- [% HANDLED | html %] directories processed.
File name | Card number | Result |
---|---|---|
[% filename.source | html %] | [% filename.cardnumber | html %] | [% IF ( filename.filerrors ) %] [% FOREACH filerror IN filename.filerrors %] [% IF ( filerror.DBERR ) %]ERROR: Image not imported because the database returned an error. Please refer to the error log for more details. [% ELSIF ( filerror.IMGEXISTS ) %]ERROR: Image not imported because this patron does not exist in the database. [% ELSIF ( filerror.MIMERR ) %]ERROR: Image not imported because the image format is unrecognized. [% ELSIF ( filerror.CORERR ) %]ERROR: Image not imported because the image file is corrupted. [% ELSIF ( filerror.OPNERR ) %]ERROR: Image not imported because Koha was unable to open the image for reading. [% ELSIF ( filerror.OVRSIZ ) %]ERROR: Image not imported because the image file is too big (see online help for maximum size). [% ELSIF ( filerror.CRDFIL ) %]ERROR: Image not imported ([% filerror.CRDFIL | html %] missing). [% ELSIF ( filerror.CARDNUMBER_DOES_NOT_EXIST ) %]ERROR: Image not imported because this patron does not exist in the database. [% ELSE %]ERROR: Image not imported because of an unknown error. Please refer to the error log for more details. [% END %] [% END %] [% ELSE %] imported successfully. [% END %] |
-
[% IF ( borrowernumber ) %]
- Return to patron detail [% ELSE %]
- Upload more images
- Return to tools [% END %]
Upload patron images
[% IF ( ERRORS ) %]
[% FOREACH ERROR IN ERRORS %]
[% IF ( ERROR.NOTZIP ) %]The upload file does not appear to be a zip file. The extension is not '.zip'.
[% ELSIF ( ERROR.NOWRITETEMP ) %]This script is not able to create/write to the necessary temporary directory.
[% ELSIF ( ERROR.EMPTYUPLOAD ) %]The upload file appears to be empty.
[% ELSIF ( ERROR.OPNLINK ) %]Cannot open [% ERROR.OPNLINK | html %] to read.
Please verify that it exists.
[% ELSIF ( ERROR.OPNIMG ) %]Cannot open [% ERROR.OPNIMG | html %] to read.
Please verify that it exists.
[% ELSIF ( ERROR.DELERR ) %]Unrecognized or missing field delimiter.
Please verify that you are using either a single quote or a tab.
[% ELSIF ( ERROR.UZIPFAIL ) %][% ERROR.UZIPFAIL | html %] failed to unpack.
Please verify the integrity of the ZIP file and retry.
[% ELSE %][% ERROR.CORERR | html %] An unknown error has occurred.
Please review the error log for more details. [% END %]
[% END %]
[% END %]
[% END %]
Please verify that it exists.
Please verify that it exists.
Please verify that you are using either a single quote or a tab.
Please verify the integrity of the ZIP file and retry.
Please review the error log for more details.