- Solved
- Archived
Firefox releases: No .zip file
There is always a .zip file in the candidates and beta versions releases. Why can't we have a .zip file version of the stable releases?
There is always a .zip file in the candidates and beta versions releases. Why can't we have a .zip file version of the stable releases?
I have two desktop icons for Firefox. Each opens to a different file. How do I clear the old file? What do I do about the message that Firefox can not update automatical… (read more)
I have two desktop icons for Firefox. Each opens to a different file. How do I clear the old file? What do I do about the message that Firefox can not update automatically? Where do I look to see Firefox file and see what date it is downloaded? If it is operational? Why is the same series of problems repeating daily?
Hi, I am trying to find version 120 for Linux. I haven't been able to find specific versions on the website and it seems to make me go in circles. I need the full instal… (read more)
Hi,
I am trying to find version 120 for Linux. I haven't been able to find specific versions on the website and it seems to make me go in circles. I need the full install and the rpm for 120. I appreciate any help.
Thanks, Mitchell
Hello, In the past, FF downloaded documents without opening them in the browser. This is two weeks now that whenever I download a document, FF is now opening the documen… (read more)
Hello,
In the past, FF downloaded documents without opening them in the browser. This is two weeks now that whenever I download a document, FF is now opening the document in the browser without asking me.
I welcome if someone could tell me what I can do to stop FF from opening the documents.
Thanks for any help you can offer me.
I just installed Firefox on a new Windows 11 desktop computer. I ported my profiles over and it appears everything came over EXCEPT: - Themes aren't working. I've tried… (read more)
I just installed Firefox on a new Windows 11 desktop computer. I ported my profiles over and it appears everything came over EXCEPT: - Themes aren't working. I've tried switching them and they still don't display. The menu bar is black w/white letters; the toolbar is gray with white icons/letters. - My extension icons are there...sort of. If I hover over them I can see the tool tip but the icon doesn't appear on the toolbar which is light gray in color. I can live without the themes if I have to. Not so much the invisible extension icons. Any suggestions as to how I can get them to appear as they do on my Windows 10 desktop? Screen cap below. Cursor is hovered over the Undo Close Tab extension icon but where's the icon? Any suggestions as to how to troubleshoot this will be appreciated!!
Prior to update 125.0.1 corporate intranet users could download PDF files from our Line of Business applications / Webpages. Today after the latest update the PDF files … (read more)
Prior to update 125.0.1 corporate intranet users could download PDF files from our Line of Business applications / Webpages. Today after the latest update the PDF files download but are corrupted. The site was added to the trusted webpage without improvement.
Adobe Acrobat Reader could not open ********.pdf because it is either not a supported file or because the file has been damaged
Tried installing Firefox Nightly 123 on an iMac running Monterey 12.7.3. Will not install. Just get the spinning busy cursor and have to force quit. Installs fine in Sono… (read more)
Tried installing Firefox Nightly 123 on an iMac running Monterey 12.7.3. Will not install. Just get the spinning busy cursor and have to force quit. Installs fine in Sonoma.
Hello! I'm writing because I cant seem to import my old profile using this [tutorial]. I have followed it thoroughly, and every time I open firefox its still the same de… (read more)
Hello!
I'm writing because I cant seem to import my old profile using this [tutorial]. I have followed it thoroughly, and every time I open firefox its still the same default page that you get when u first download the browser.
A few weeks ago I saw an Mozilla ad for a new Mozilla software product that cleaned up your PC and made it run better. The price was around $125.00 (I don't remember tha… (read more)
A few weeks ago I saw an Mozilla ad for a new Mozilla software product that cleaned up your PC and made it run better. The price was around $125.00 (I don't remember that exact price). It said that I would receive an email from Mozilla with download instructions. it's been a few weeks and I have not gotten any email. Does anyone know if Mozilla offers any such software or did I get scammed? I'm pretty good about seeing scams but Ive used Firefox and Mozilla for years and trust them. Maybe that's why I wasn't as careful as I should have been.
Thanks for any help that you can provide. Ron
Can I download Firefox and save it to a flash-drive instead of installing it? The computer I need it on has a new install of Windows 7 with IE and it will not browse. … (read more)
Can I download Firefox and save it to a flash-drive instead of installing it? The computer I need it on has a new install of Windows 7 with IE and it will not browse.
For some reason, Firefox just stopped working yesterday. The only way I could get it to work again was to uninstall and reinstall (the refresh option did not work). How… (read more)
For some reason, Firefox just stopped working yesterday. The only way I could get it to work again was to uninstall and reinstall (the refresh option did not work). However, now I've lost all my bookmarks, passwords and customization. I don't care about the customization and losing the bookmarks is an annoyance, but I'd REALLY like to get my passwords back. The installation created a folder of Old Firefox data, but when I open the folders that I think might be helpful, like bookmarkbackups, they are empty. Is there anywhere else I can look where these might have been saved? I did not have a Mozilla account so no profile until now which I just set up in order to access the forum. Thanks for any help you can provide.
I have a new chromebook (Lenova Duet 3) I can install and use Firefox. I have had Dashlane (password keeper) working fine with Firefox for years. The Dashlane extensions … (read more)
I have a new chromebook (Lenova Duet 3) I can install and use Firefox. I have had Dashlane (password keeper) working fine with Firefox for years. The Dashlane extensions work with Chrome, but I can't seem to get them to work with Frefox. The Chrome search engines choices are limited; ones that I never use with Firefox. Is there something in the Chromebook environment that limits firefox capabilities? (Am I looking for something that just is not possible?) Is there a work around? (Any Linux tricks?) I also have asked the same question of Dashlane, but have not heard back yet. My imperfect solution is use Chrome when it is a known website, and the password is recorded with Dashlane, and to use Firefox for new searches, where the choice of search engines is better.
Has anyone developed a search engine where there are no "sponsored" results. I understand that it would probably not be free.
I'm stetting up a testing environment. It's a closed environment with no access to the Internet when it's in use. The environment is launched from AWS and consists of a… (read more)
I'm stetting up a testing environment. It's a closed environment with no access to the Internet when it's in use.
The environment is launched from AWS and consists of an Ubuntu 18 desktop and a Ubuntu Server running Apache. The desktop is able to successfully load the website, but with a cert error that the certificate isn't trusted.
When the Ubuntu Desktop launches, it has a fresh install of Firefox, and therefore all the directories in the users home folder are not yet setup for Firefox, including the database where the root CAs are stored.
I'm am able to add the Root CA certificate into the Firefox cert database AFTER the machine fully boots and I run Firefox for the first time. I'm using the 'certutil' package to do this. After I load Firefox, then add the root CA certificate using certutil, I'm able to load the website without error.
I need to add this certificate to the database with the startup shell script for the machine.
Any help is greatly appreciated. Here's the commands I'm using:
export ffcerts=`ls /home/testuser/.mozilla/firefox/ | grep default-release` sudo certutil -A -n "testcert" -t "TC,," -i /home/testuser/certificates/testcertCA.pem -d sql:/home/testuser/.mozilla/firefox/$ffcerts
These commands work perfectly after Firefox is run for the first time. I've even tried adding 'Firefox' (with several different switches) into my startup script without success.
I have downloaded and installed Mozilla Firefox on a new computer through the Edge browser both from the Mozilla site and through the Microsoft store. The installation do… (read more)
I have downloaded and installed Mozilla Firefox on a new computer through the Edge browser both from the Mozilla site and through the Microsoft store. The installation downloads and installs as it should. Firefox has been selected as the default browser and everything appears as it should. When I open Firefox and type in an address, nothing populates. No site will open on the screen. When I open settings in Firefox, nothing opens. When I open history, it shows that I have been to the sites that I have loaded even though they haven't shown on the browser. I have completely uninstalled Firefox and reinstalled it with the same result. I have downloaded Opera browser and it installs correctly, I have downloaded and installed Firefox from Opera and had the same result. Any ideas?
Thanks, John
Not sure if this is a new 'feature' post-update but it's damn annoying. I was busily transferring some photos that I'd taken on my phone over to Firefox on my Mac. Wasn… (read more)
Not sure if this is a new 'feature' post-update but it's damn annoying. I was busily transferring some photos that I'd taken on my phone over to Firefox on my Mac. Wasn't until I went to find them on the Mac where they would normally be and couldn't find them. Bit of digging, opening up the Download 'history' on Firefox and saw "File not downloaded: possible security risk".
I can see that I can disable this 'feature' but it seems to be a global "allow". Is there any way I can tell Firefox to allow any downloads from my devices on my network yet warn for potentially insecure downloads from the web?
TIA
After a crash earlier today within my 32bit install of Firefox, I upgraded to the 64bit version. Since then I have not been able to play videos from sites that utilize DR… (read more)
After a crash earlier today within my 32bit install of Firefox, I upgraded to the 64bit version. Since then I have not been able to play videos from sites that utilize DRM.
I have tried the following:
When I looked in my profile directory, I noted that both the "gmp-gmpopenh264" and "gmp-widevinecdm" directories are empty. I found and downloaded the most recent openh264 dll for windows 64bit. Firefox continues to say "OpenH264 Video Codec provided by Cisco Systems, Inc. will be installed shortly." I have not found the most recent wildevine version so I have not tried to update it manually.
Could there be something squirrelly with my user profile that needs to be rebuilt? (I can export the bookmarks, etc) The 32bit Firefox crashed with no messages while watching a live YouTube stream. I just installed over without uninstalling the previous version. I was afraid of losing my current settings. The crash caused my "previous session" to be lost.
For the past week, my browser does not auto-update. I have to download the update and re-download the browser. I went into the settings and found the update section and … (read more)
For the past week, my browser does not auto-update. I have to download the update and re-download the browser.
I went into the settings and found the update section and when I clicked "Check for Updates", it kept saying "failed to check for updates". I tried with my proxy-settings on with VPN on, proxy-settings on with VPN off, proxy-settings off with VPN on, proxy-settings on, with VPN off.
This is in my personal laptop, where I am the only and admin profile.
My Firefox used to to auto-update but now it keeps saying I need to download the update, but my browser can't even tell if I have the most current version or not.
Ive tried reinstalling firefox because i am not able to download anything with this browser. I thought freshly installing firefox would fix the issue and allow me to do… (read more)
Ive tried reinstalling firefox because i am not able to download anything with this browser. I thought freshly installing firefox would fix the issue and allow me to download but it didnt. I also am tried to download an addon/extension, and that automatically fails to download. How can i fix this?
I keep getting notifications asking me to update firefox every couple of days. I download the update, it goes smoothly, the notification disappears, but it comes back in … (read more)
I keep getting notifications asking me to update firefox every couple of days. I download the update, it goes smoothly, the notification disappears, but it comes back in a day or two. I also have my setting to supposedly do updates automatically, but that doesn't seem to be working. Please help!
Hello, When I go to update Firefox through the settings > general > firefox updates > check for updates, I am getting the error in the title. I can manually dow… (read more)
Hello,
When I go to update Firefox through the settings > general > firefox updates > check for updates, I am getting the error in the title. I can manually download the app installer and update to the most current version which is what I did for version 125.0.1, yesterday.
I have tried uninstalling and reinstalling firefox, installing the beta branch, refreshing firefox, running in troubleshooting mode, completely deleting all user firefox files, and I still get the error. No DNS resolver issues to the update server. No firewall issues. No network blocking (tested with other devices).
This issue started after March update to 124.0.1 and continues to current stable release 125.0.1.
This issue also seems to extend to checking for extension updates.
Below are browser logs for when i try to check for update or update extensions.
App Update Logs: AUS:AUM AppUpdater:check - currentState=STATE_IDLE AUS:AUM AppUpdater:check - starting update check AUS:SVC CheckerService:checkForUpdates - checkType: 2 AUS:SVC CheckerService:checkForUpdates - Making new check request for check id 86. AUS:SVC CheckerService:getUpdateURL - checkType: 2 AUS:SVC CheckerService:getUpdateURL - update URL: https://aus5.mozilla.org/update/6/Firefox/125.0.1/20240416043247/WINNT_x86_64-msvc-x64/en-US/release/Windows_NT%252010.0.0.0.22631.3447%2520(x64)/ISET%3ASSE4_2%2CMEM%3A32702/default/default/update.xml?force=1 AUS:SVC CheckerService:#updateCheck - sending request to: https://aus5.mozilla.org/update/6/Firefox/125.0.1/20240416043247/WINNT_x86_64-msvc-x64/en-US/release/Windows_NT%252010.0.0.0.22631.3447%2520(x64)/ISET%3ASSE4_2%2CMEM%3A32702/default/default/update.xml?force=1 AUS:SVC CheckerService:#updateCheck - request got 'error' event AUS:SVC CheckerService:#updateCheck - Failed. request.status: 2152398919 AUS:SVC getStatusTextFromCode - transfer error: Data transfer was interrupted (please try again), code: 2152398919 AUS:AUM AppUpdater:check - Update check failed; CHECKING_FAILED
Extension Update Logs: 1713382616474 addons.update-checker WARN HTTP Request failed for an unknown reason 1713382616475 addons.update-checker WARN HTTP Request failed for an unknown reason 1713382616476 addons.update-checker WARN HTTP Request failed for an unknown reason 3 1713382616477 addons.update-checker WARN HTTP Request failed for an unknown reason 2 1713382616478 addons.update-checker WARN HTTP Request failed for an unknown reason 1713382616481 addons.update-checker WARN HTTP Request failed for an unknown reason 1713382616483 addons.update-checker WARN HTTP Request failed for an unknown reason 2 1713382616484 addons.productaddons WARN Failed downloading XML, status: 0, channelStatus: 2152398919, errorCode: 2, reason: error 1713382616486 addons.update-checker WARN HTTP Request failed for an unknown reason 2 1713382616487 addons.update-checker WARN HTTP Request failed for an unknown reason 1713382616489 addons.update-checker WARN HTTP Request failed for an unknown reason 1713382616489 addons.productaddons WARN Failed downloading XML, status: 0, channelStatus: 2152398919, errorCode: 2, reason: error 1713382616493 addons.update-checker WARN HTTP Request failed for an unknown reason 2 1713382616494 addons.update-checker WARN HTTP Request failed for an unknown reason 2 1713382616495 addons.update-checker WARN HTTP Request failed for an unknown reason 1713382616497 addons.update-checker WARN HTTP Request failed for an unknown reason 1713382616502 addons.update-checker WARN HTTP Request failed for an unknown reason 1713382616503 addons.update-checker WARN HTTP Request failed for an unknown reason 2 1713382616504 addons.update-checker WARN HTTP Request failed for an unknown reason 1713382616507 addons.update-checker WARN HTTP Request failed for an unknown reason 2 1713382616512 addons.update-checker WARN HTTP Request failed for an unknown reason 1713382616514 addons.update-checker WARN HTTP Request failed for an unknown reason 1713382617489 addons.update-checker WARN HTTP Request failed for an unknown reason HTTPS-Only Mode: Not upgrading insecure request “http://r3.o.lencr.org/” because it is exempt.