We have a number of older issues for which we did HTML versions of the articles as well as PDF. These HTML versions used to work fine. Now, the inline images are failing to load. See from V1 (2019-05) of the journal, for example:
https://journals.h-net.org/jfs/article/view/31/192
According to the HTML, the missing image is supposed to be here:
https://journals.h-net.org/jfs/article/download/31/version/2/192/4097/Gaebel_review_cover.jpg
but that fetch gets an HTTP 404. No file of that name exists on the server. The relevant image appears to be on the server as:
uploads/journals/4/articles/31/6669e4c800744.jpg
How can I fix these?
Version history:
3.3.0.15 3 3 0 15 2023-08-18
3.3.0.14 3 3 0 14 2023-04-11
3.3.0.3 3 3 0 3 2021-02-18
3.1.2.1 3 1 2 1 2019-06-14
3.1.1.4 3 1 1 4 2019-01-03
3.1.1.1 3 1 1 1 2018-06-13
Server information:
OS platform SunOS
PHP version 7.4.33
Apache version nginx/1.26.1
Database driver pgsql
Database server version 14.7
I see two posts about similar problems:
- Images not showing on HTML galleys OJS 3.3.0-15
- Issue with embedded images in the HTML galleys in upgrading from OJS 2.4.8-1 or 3.1.2-4 to OJS 3.2.x
Neither seem like quite the same problem.