搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Images Do Not Display

  • 6 个回答
  • 0 人有此问题
  • 1 次查看
  • 最后回复者为 fishbonzwva

more options

The West Virginia cultural service upgraded their website.

https://archive.wvculture.org/vrr/va_select.aspx

After the upgrade, I and many others cannot view the images in Firefox.

Some other browsers are not affected.

I have gone through the troubleshooting guide but still cannot view the images.

https://archive.wvculture.org/vrr/va_bcresults.aspx?LastName=Fisher&FirstName=&Gender=NA&County=Jackson&Year=All&PlusMinus=Exact&Search=Exact&NumRec=25

Any help is appreciated. Terry

A little background info: When they upgraded the site there was a great uproar because these images were shared on many, many genealogy sites. The links were killed and the web developers made a change that redirected the old links to the new. I don't know the technical aspect.

The West Virginia cultural service upgraded their website. https://archive.wvculture.org/vrr/va_select.aspx After the upgrade, I and many others cannot view the images in Firefox. Some other browsers are not affected. I have gone through the troubleshooting guide but still cannot view the images. https://archive.wvculture.org/vrr/va_bcresults.aspx?LastName=Fisher&FirstName=&Gender=NA&County=Jackson&Year=All&PlusMinus=Exact&Search=Exact&NumRec=25 Any help is appreciated. Terry A little background info: When they upgraded the site there was a great uproar because these images were shared on many, many genealogy sites. The links were killed and the web developers made a change that redirected the old links to the new. I don't know the technical aspect.

由fishbonzwva于修改

所有回复 (6)

more options

You should post screenshots from a working browser compared to what you see in Firefox. We don't know where the images should be.

more options

由jonzn4SUSE于修改

more options

This does not appear to be a Firefox issue.

more options

Sorry for the late reply. I downloaded MS Edge and and can now see the images. By clicking on one of the image files it loads a page and by right clicking and choosing 'open image in new tab' the image is displayed. If I go to Edge and copy the URL of the image that I can view, and then paste that URL in Firefox, I get the 404 error. Is this because the site is not secure?

more options

We had another thread about issues with this website and it appears that Firefox uses a wrong baseStr for the images and tries to load the images from www.wvculture.org and not from archive.wvculture.org. I posted a JavaScript bookmarklet in the thread that fixes the images.

javascript:void(document.querySelectorAll('img[src^="http://"').forEach(e=>{e.setAttribute('src',unescape(e.getAttribute('src')).replace(/^http:\/\/www.wvculture.org/,'https://archive.wvculture.org'))}))

more options

Thank you for the response Cor-ei. So what do I do with the script so the images will load? And, can Firefox include a patch to incorporate this fix for all users?