Important Notice: We're experiencing email notification issues. If you've posted a question in the community forums recently, please check your profile manually for responses while we're working to fix this.

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

Failed to read the configuration file. Please contact your system administrator after edit the mozilla.cfg

  • 1 Antwort
  • 5 haben dieses Problem
  • 10 Aufrufe
  • Letzte Antwort von cor-el

more options

I am installing 57.0.4 32 bit and I have edited the mozilla.cfg to include below string. When i save the mozilla.cfg file and open firefox again, i am getting error Failed to read the configuration file. Please contact your system administrator. When i remove below string, firefox open as normal. Is there anything else that i need to edit to make sure below string can be use and firefox can open as normal?

lockPref(“security.enterprise_roots.enabled”, true);

I am installing 57.0.4 32 bit and I have edited the mozilla.cfg to include below string. When i save the mozilla.cfg file and open firefox again, i am getting error Failed to read the configuration file. Please contact your system administrator. When i remove below string, firefox open as normal. Is there anything else that i need to edit to make sure below string can be use and firefox can open as normal? lockPref(“security.enterprise_roots.enabled”, true);

Ausgewählte Lösung

You need to use normal quotes (") and not Unicode quotes (“)

// file needs to start with a comment line
lockPref("security.enterprise_roots.enabled", true);
Diese Antwort im Kontext lesen 👍 1

Alle Antworten (1)

more options

Ausgewählte Lösung

You need to use normal quotes (") and not Unicode quotes (“)

// file needs to start with a comment line
lockPref("security.enterprise_roots.enabled", true);