Firefox will not open in android

When I try to open firefox on my android phone, it just closes and gives me an error message which I have attached a screen shot of. I do not know if this is related but… (อ่านเพิ่มเติม)

When I try to open firefox on my android phone, it just closes and gives me an error message which I have attached a screen shot of.

I do not know if this is related but this happened after I scanned a qr code and tried to open it.

I have un-installed and reinstalled the app and turned my phone off then on again after reinstalling but this did not help.

Pls can you help?

Asked by Serena 1 ชั่วโมงก่อน

Extensions Require Disable/Re-Enabling on every restart

I am currently running Firefox on desktop (128.4.0esr) version. The last few addons that I have installed are not working properly. Or rather, they work just fine, but w… (อ่านเพิ่มเติม)

I am currently running Firefox on desktop (128.4.0esr) version.

The last few addons that I have installed are not working properly. Or rather, they work just fine, but when I close Firefox and re-open it later, they seem to fail to actually enable. I must go to the about:addons page, disable the addon, and then re-enable it for it to actually work. If I do not do this, it will not be on my toolbar, and the Extensions sidebar button does not show the addon in the list. It's as if it isn't properly installed.

After reading this post: https://support.mozilla.org/en-US/que.../1420017 I thought maybe my extensions db got corrupted somehow, so I followed their instructions and deleted the extensions.databaseSchema config. And wouldn't you know it, it worked! Once I restarted Firefox, I saw some notifications in the main sidebar menu and was greeted with this: Notifications Once I clicked through them and enabled, everything seemed fine.

However after closing firefox again, the problem comes back. Those exact extensions that I manually approved upon restarting are the ones that are giving me troubles and not enabling properly. An interesting thing I noticed is that these all seem to be extensions that require additional permissions. I enabled the addon and gave them the permissions they requested, so I don't know why they are failing to enable properly on startup.

I want to permanently fix the problem

Asked by Delfofthebla 5 วันก่อน

Last reply by Delfofthebla 1 ชั่วโมงก่อน

locked out

Trying to log into my .msn and outlook emails and I got locked outbold text

Asked by carolhopebrown 2 ชั่วโมงก่อน

Can't reduce size of 4GB folder

Thunderbird v128.4.3ser (32-bit) setup with 4 accounts: Shaw.ca (POP), Shaw.ca (IMAP), 2xGmail (OAuth2). The Shaw.ca (POP) account is the main one, and it stopped receivi… (อ่านเพิ่มเติม)

Thunderbird v128.4.3ser (32-bit) setup with 4 accounts: Shaw.ca (POP), Shaw.ca (IMAP), 2xGmail (OAuth2). The Shaw.ca (POP) account is the main one, and it stopped receiving email. Another (related?) issue is that Local Folders does not appear. The size of that one Inbox is 4.0GB, which I understand is a limit. I don't want to delete any of that email, but I'm fine with moving/archiving some of it. I moved a whack of it to an Archive folder, but the size of the Inbox and Archive folders don't change (4.0GB + 0.0GB). I have tried repairing and compacting. What can I do? I'm a technician/troubleshooter with many years of experience with Thunderbird ... I recommend it to all 6000 of my clients, because (until now) it is bulletproof.

Asked by tekyjeff 2 ชั่วโมงก่อน

Bing override

Hi - I have Firefox set as my default browser and Google as my search. It still shows up in my settings as Firefox (default). For some reason, even when I click on the Fi… (อ่านเพิ่มเติม)

Hi - I have Firefox set as my default browser and Google as my search. It still shows up in my settings as Firefox (default). For some reason, even when I click on the Firefox icon, Bing overrides it and takes me to the Bing browser / search page. I have gone through settings a dozen times and cannot figure out how to fix this! Help!

Asked by Amy Johnson 2 ชั่วโมงก่อน

Spam and deleting

In thunderbird android how do you report a message as spam and when are you going to get where I can just swipe right to delete a message

Asked by Mark Ingle 2 ชั่วโมงก่อน

Jumbled, superimposed, illegible and missing text

That's pretty much it. Not entire web pages but a few words up to an entire line of text rendered in such a way as to be illegible. Most frequently, it looks like letters… (อ่านเพิ่มเติม)

That's pretty much it. Not entire web pages but a few words up to an entire line of text rendered in such a way as to be illegible. Most frequently, it looks like letters are superimposed with other letters. But also letters can be missing (e.g. baby becomes bab) or even occasionally rendered as what look like superscripts. Oddly, if I move the cursor over the bad text, it changes to what it should be. Or sometimes I have to select the text. Very rarely, nothing fixes it. This started with a system crash recently that required rebuilding a substantial chuck of hardware and a clean reinstall of Windows. A few days ago, I also did a clean reinstall of Firefox but the problem persists.

Asked by pjcamp 2 ชั่วโมงก่อน

The row of icons and commands is missing from the Write box., including the Send button and attachments icon. The box is also fixed on the screen and won't move. This has just happened in the last few weeks.

This includes the Send button and attachments icon. The box is also fixed on the screen and won't move. This has just happened in the last few weeks.

Asked by vadidion1 2 ชั่วโมงก่อน

POST Fetch with timeout in URL Loops Requests 10 times

Scenario: I am running a node.js UI that proxies requests to the backend API. When `timeout=10` (or any valid timeout) is located in the request URL, the request will be … (อ่านเพิ่มเติม)

Scenario: I am running a node.js UI that proxies requests to the backend API. When `timeout=10` (or any valid timeout) is located in the request URL, the request will be proxied at the timeout interval ten times. In this example, every ten seconds it will reattempt for ten attempts.

If I run the same code in another browser's console, it is only executed once.

I am suspecting that there is some pre-parsing of the URL that is occurring that is making this happen.

Fetch Command: ``` await fetch("http://localhost:8080/config?timeout=10", {

   "credentials": "omit",
   "headers": {
       "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.0",
       "Accept": "application/json",
       "Accept-Language": "en-US,en;q=0.5",
       "Content-Type": "application/json",
       "Sec-Fetch-Dest": "empty",
       "Sec-Fetch-Mode": "cors",
       "Sec-Fetch-Site": "same-origin",
       "Priority": "u=0",

"Timeout": 40

   },
   "referrer": "http://localhost:8080/swagger/index.html?config=/config/swagger",
   "method": "POST",
   "mode": "cors"

}); ```

In the POST API, there is a 30 second sleep, then it raises a 408 error code.

Environment: Firefox 132.0.2 (64-bit) Windows 10

Asked by Gene Burch 2 ชั่วโมงก่อน

E-Mail grouped view no longer available

- Thunderbird 128.4.3esr (64-Bit) - WIndows 10 --- I have been using Thunderbird for years, and it's usually worked great. Please read through what I have done so far: … (อ่านเพิ่มเติม)

- Thunderbird 128.4.3esr (64-Bit) - WIndows 10

---

I have been using Thunderbird for years, and it's usually worked great. Please read through what I have done so far:

---

When I opened Thunderbird today, I was greeted by an empty screen, no E-Mails.

When I receive Mails, I still get notifications and when I click them, a new fullscreen tab with the E-Mail is displayed and when I close it, I'm back to the empty screen.

I have restarted my computer since. I was able to access my E-Mails via other clients, so I could do my work, but it's still really disrupting right now.

Attached you find multiple images, one of the empty screen, one of the other tabs working (contacts) and one of my accounts being properly setup.

---

Now, when I used the troubleshooting mode to reset my toolbars, it suddenly started working again. However, a new problem: Now the grouped view no longer works, and this time I was unable to restore the functionality.

When I try to enable it, nothing happens and when I open that menu again, the checkbox is gone.

This is the dev console output when I try to enable it:

``` Error intiating smart mode. : Component returned failure code: 0x80550005 [nsIMsgFolder.msgDatabase]

   get dbFolderInfo resource:///modules/VirtualFolderWrapper.sys.mjs:241
   get searchFolders resource:///modules/VirtualFolderWrapper.sys.mjs:121
   init chrome://messenger/content/about3Pane.js:1057
   _initMode chrome://messenger/content/about3Pane.js:2110
   _toggleMode chrome://messenger/content/about3Pane.js:2092
   set activeModes chrome://messenger/content/about3Pane.js:1995
   toggleFolderMode chrome://messenger/content/about3Pane.js:1856
   oncommand about:3pane:1

about3Pane.js:2112:17 Uncaught : Component returned failure code: 0x80550005 [nsIMsgFolder.msgDatabase]

   get dbFolderInfo resource:///modules/VirtualFolderWrapper.sys.mjs:241
   get searchFolders resource:///modules/VirtualFolderWrapper.sys.mjs:121
   init chrome://messenger/content/about3Pane.js:1057
   regenerateMode chrome://messenger/content/about3Pane.js:1074
   _initMode chrome://messenger/content/about3Pane.js:2117
   _toggleMode chrome://messenger/content/about3Pane.js:2092
   set activeModes chrome://messenger/content/about3Pane.js:1995
   toggleFolderMode chrome://messenger/content/about3Pane.js:1856
   oncommand about:3pane:1

```

Troubleshooting mode does not help here.

---

I would really like to see this fixed, as I use Thunderbird mainly via the grouped inbox. Thank you for any help on this.

Asked by Skyball 2 ชั่วโมงก่อน

How to configure automatic "Desktop View" for a list of website?

Hello, "desktop view" is very useful, and I use it for LinkedIn because the "mobile mode" is shitty (I guess to make/force people to install the proprietary and closed s… (อ่านเพิ่มเติม)

Hello, "desktop view" is very useful, and I use it for LinkedIn because the "mobile mode" is shitty (I guess to make/force people to install the proprietary and closed source LinkedIn app).

I found that "desktop view" is stopping working while activated, when you always keep a tab opened for days... I have to close the tab and open a new one to make "desktop view" working again.

I found too that "open in a new tab" action is not inheriting the view mode of the parent tab and that an issue when browsing the same website.

Could it be possible to have "desktop view" enable by default based on visited website?

Asked by defdefred 2 ชั่วโมงก่อน

unable to access Evernote on Firefox.

I can't access Evernote on Firefox. I checked browser settings as suggested I keep getting the message: Unexpected Application Error! 404 Not Found

Asked by wkhawley 3 ชั่วโมงก่อน

Drop-down menu doesn't work (Mac). It does in Chrome and Safari.

Hey All: On this website: https://fred.stlouisfed.org/ https://fred.stlouisfed.org/ Upper-right My Account drop-down menu. Click, and it simply disappears. In Chrome a… (อ่านเพิ่มเติม)

Hey All:

On this website: https://fred.stlouisfed.org/ https://fred.stlouisfed.org/

Upper-right My Account drop-down menu. Click, and it simply disappears.

In Chrome and Safari it pops up a Login form.

I've turned off popup blocking in Firefox, no change.

I'm guessing there's a simple fix, suggestions welcome.

Thanks,

Steve

Asked by steve658 3 ชั่วโมงก่อน

Last reply by steve658 3 ชั่วโมงก่อน

PIN icon to the toolbar.

I cannot pin the extension to the toolbar. The extension is not shown in the puzzle icon dropdown, and it is not in the overflow. Please add an automatic pin to the too… (อ่านเพิ่มเติม)

I cannot pin the extension to the toolbar. The extension is not shown in the puzzle icon dropdown, and it is not in the overflow. Please add an automatic pin to the toolbar when a new extension is added! How do I pin it now?

Asked by Islenya 4 ชั่วโมงก่อน

Last reply by Islenya 3 ชั่วโมงก่อน

Firefox won't connect to any websites

Even after attempting everything in the "Firefox can't load websites but other browsers can" section, my pages (youtube, pinterest, bluesky, etc.) still won't load, Are t… (อ่านเพิ่มเติม)

Even after attempting everything in the "Firefox can't load websites but other browsers can" section, my pages (youtube, pinterest, bluesky, etc.) still won't load, Are there any further fixes I can try? I really don't want to swap back to chrome.

Asked by trigger zappe 14 ชั่วโมงก่อน

Last reply by trigger zappe 3 ชั่วโมงก่อน

Why Am I Not Allowed To Fill Out Forms Anymore?

I thought I was able to set my computer browser to remember how to fill out forms that I have filled out in the past. Now, all of a sudden, I go the the form page click … (อ่านเพิ่มเติม)

I thought I was able to set my computer browser to remember how to fill out forms that I have filled out in the past. Now, all of a sudden, I go the the form page click on its first line to bring up my necessary information, & all I get is a blank page.

What happened?

Thank you.

Asked by ChrisG 3 ชั่วโมงก่อน

ma3511904@gmail.com

Be descriptive. Saying “playing video on YouTube is always choppy” will help us understand the issue better than saying “something is wrong” or “the app is broken”. … (อ่านเพิ่มเติม)

Be descriptive. Saying “playing video on YouTube is always choppy” will help us understand the issue better than saying “something is wrong” or “the app is broken”.

Asked by Md Almas 3 ชั่วโมงก่อน

Download problem

Firefox does not download since two or three weeks. Even after following all the advices in the www, after complete renewing firefox. So I must always use another browser… (อ่านเพิ่มเติม)

Firefox does not download since two or three weeks. Even after following all the advices in the www, after complete renewing firefox. So I must always use another browser to download. I have no idea what to do after all. Can you help?

Asked by winterberg.peter 4 ชั่วโมงก่อน

T'Bird Receives, but Will Not Send

Thunderbird, running on a PC/Desktop started/ran fine, first thing this morning. After about 1 hour, a text message arrived from BT advising that, "as someone unauthoris… (อ่านเพิ่มเติม)

Thunderbird, running on a PC/Desktop started/ran fine, first thing this morning.

After about 1 hour, a text message arrived from BT advising that, "as someone unauthorised tried to access your email account - we've blocked it", together with instructions to create new password.

New password created --- then able to RECEIVE, but not SEND.

One hour (almost) spent on phone with BT Tech Support - checking port numbers, deleting/creating passwords, and, and, and - resulting in (a) still unable to SEND, but can RECEIVE via T'Bird, (b) able to both send AND receive by (bypassing T'Bird) use of BT Email Website.

T'Bird is configured POP3, and two other email accounts (Non-BT) are running successfully via T'Bird on the same PC.

Error messages following send in T'Bird below.

Any suggestions gratefully received.

Thank you,

Ian

Asked by Ian 4 ชั่วโมงก่อน