Join the Mozilla’s Test Days event from 9–15 Jan to test the new Firefox address bar on Firefox Beta 135 and get a chance to win Mozilla swag vouchers! 🎁

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

Images Do Not Display

  • 6 απαντήσεις
  • 0 έχουν αυτό το πρόβλημα
  • 4 προβολές
  • Τελευταία απάντηση από 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?