https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23423
Doug Dearden <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from Doug Dearden <[email protected]> --- When we first implemented Koha years ago we created 856$u fields with a placeholder of /libimage for the file location. For instance /libimage/some/path/to/the/file.pdf . The image files are located on a different apache instance. There is a redirect in the apache config like this: Redirect /libimage http://anotherapacheserver/imagefolder . This was done to facilitate moving the files to a different location. We can move the whole folder/file structure and just change the redirect in Apache to point to the right place. Since upgrading to 19.05.01 the links on the records no longer work. During the upgrade, I did have a server failure and had to move to another existing linux server where I duplicated all the apache configs. I only mention that because there was more than one thing going on at the time. All other Koha functions seem to be operating as expected. I am suspicious that the feature in this upgrade broke how things work though. Strangely, if you do a search in the OPAC and click on a link in the results, the link redirects correctly and the image is displayed. However if you open the record and click on the same link, you get an error that "libimage's server IP address could not be found". Same with the Staff client, except both the results page links and the in record links result in the error. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
