Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Learn More

Crash due to XML parsing error

  • 2 odpovede
  • 1 má tento problém
  • 87 zobrazení
  • Posledná odpoveď od brian_m

more options

I'm using 64-bit Linux Mint 20.3 LTS, and the latest version of Firefox from the repositories (101). Suddenly, for no reason I know, my default profile has started crashing immediately on trying to run Firefox. A small window comes up with the error message

XML Parsing Error: not well-formed Location: chrome://browser/content/browser.xhtml

     <button when-cofnection}"secure-cert-user-overridden"="" <="" pre="">

and then a line of ------^ where the ^ indicates between the t and the i of cofnection

Yes, I emphasise that I HAVE copied the error message carefully, including the mismatched bracket pair and the cofnection rather than (I assume) connection

I've managed to get a working version of Firefox by creating a new profile and using that (as in for posting this request for help), and I do have a recent backup of my bookmarks, but it will be a royal PITA if all my logins and passwords have disappeared. I don't want to go any further than this without some guidance, as all the messages I've found detailing how to fix this seem to make the assumption that I'm running Windows.

Can anybody help, please?

</button>
I'm using 64-bit Linux Mint 20.3 LTS, and the latest version of Firefox from the repositories (101). Suddenly, for no reason I know, my default profile has started crashing immediately on trying to run Firefox. A small window comes up with the error message XML Parsing Error: not well-formed Location: chrome://browser/content/browser.xhtml <button when-cofnection}"secure-cert-user-overridden" and then a line of ------^ where the ^ indicates between the t and the i of cofnection Yes, I emphasise that I HAVE copied the error message carefully, including the mismatched bracket pair and the cofnection rather than (I assume) connection I've managed to get a working version of Firefox by creating a new profile and using that (as in for posting this request for help), and I do have a recent backup of my bookmarks, but it will be a royal PITA if all my logins and passwords have disappeared. I don't want to go any further than this without some guidance, as all the messages I've found detailing how to fix this seem to make the assumption that I'm running Windows. Can anybody help, please?

Vybrané riešenie

Looks like this button:

        <!-- Remove Certificate Exception -->
        <button when-connection="secure-cert-user-overridden"
                data-l10n-id="identity-remove-cert-exception"
                class="panel-button"
                oncommand="gIdentityHandler.removeCertException()"/>

You can try Firefox from the official Mozilla server if you currently use a version from the repositories of your Linux distribution to see if it behaves differently.

Čítať túto odpoveď v kontexte 👍 1

Všetky odpovede (2)

more options

Vybrané riešenie

Looks like this button:

        <!-- Remove Certificate Exception -->
        <button when-connection="secure-cert-user-overridden"
                data-l10n-id="identity-remove-cert-exception"
                class="panel-button"
                oncommand="gIdentityHandler.removeCertException()"/>

You can try Firefox from the official Mozilla server if you currently use a version from the repositories of your Linux distribution to see if it behaves differently.

more options

Thanks! Looks like it's the version in the Mint distro that has the problem.