ajnyga / tsvConverter

Excel to OJS3 XML conversion tool
GNU General Public License v3.0
17 stars 12 forks source link

Remote galleys fail validation #9

Closed martinpub closed 5 years ago

martinpub commented 5 years ago

Hi,

When supplying galley URL:s in the file columns, tsvConverter gives the following error message for each galley:

16:50:50 ERROR: file missing /usr/local/ojsgit/plugins/importexport/tsvConverter/files/[pdf URL]

It seems that the file validation is treating the URLs as filenames, looking in the files/ subdir of the plugin root?

ajnyga commented 5 years ago

fixed in https://github.com/ajnyga/tsvConverter/releases/tag/1.1.0.13

martinpub commented 5 years ago

Excellent, thanks!