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

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

Learn More

On a list of check-images from credit union, FF wants to save the resultant .cgi file...

  • 3 απαντήσεις
  • 1 έχει αυτό το πρόβλημα
  • 1 προβολή
  • Τελευταία απάντηση από cor-el

more options

instead of displaying the resultant image in the web browser. If I save the resultant .cgi script, I can run it and display the check image.

Chromium will properly display the resultant image from the returned cgi script.

instead of displaying the resultant image in the web browser. If I save the resultant .cgi script, I can run it and display the check image. Chromium will properly display the resultant image from the returned cgi script.

Επιλεγμένη λύση

This can happen if somehow the GET data (?xxx=xxx) that is needs to be evaluated by the CGI script gets lost.


Clear the cache and the cookies from sites that cause problems.

"Clear the Cache":

  • Edit > Preferences > Advanced > Network > Offline Storage (Cache): "Clear Now"

"Remove Cookies" from sites causing problems:

  • Edit > Preferences > Privacy > Cookies: "Show Cookies"

Start Firefox in Diagnose Firefox issues using Troubleshoot Mode to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).

Ανάγνωση απάντησης σε πλαίσιο 👍 0

Όλες οι απαντήσεις (3)

more options

Επιλεγμένη λύση

This can happen if somehow the GET data (?xxx=xxx) that is needs to be evaluated by the CGI script gets lost.


Clear the cache and the cookies from sites that cause problems.

"Clear the Cache":

  • Edit > Preferences > Advanced > Network > Offline Storage (Cache): "Clear Now"

"Remove Cookies" from sites causing problems:

  • Edit > Preferences > Privacy > Cookies: "Show Cookies"

Start Firefox in Diagnose Firefox issues using Troubleshoot Mode to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).

more options

Thank you.

I guess, when in doubt, first clear cookies and history.

Regards,

Ernie

more options

You're welcome


Yes, that is the first to do in case of errors with loading pages.
You can first try to bypass the cache via Ctrl+F5 and if that doesn't help clear the cookies from that site and give Ctrl+F5 another try. That is what I do.