Die Funktionalität dieser Website ist durch Wartungsarbeiten eingeschränkt, die Ihr Erlebnis verbessern sollen. Wenn ein Artikel Ihr Problem nicht löst und Sie eine Frage stellen möchten, können Sie unsere Gemeinschaft über @FirefoxSupport auf Twitter, /r/firefox oder Reddit fragen.

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

I keep getting the message "This search engine isn't supported by Firefox and can't be installed" whenever I try to install ANY search plugin on the Mozilla Add-ons website. Why?

  • 4 Antworten
  • 31 haben dieses Problem
  • 3 Aufrufe
  • Letzte Antwort von johnmblack

more options

No matter which search plugin I choose to install from the list of FireFox search plugins on the Mozilla Add-ons website, I get the same error message - "This search engine isn't supported by FireFox and can't be installed". I tried deleting the 3 files in my profile identified in the article on troubleshooting plugins, but it didn't help. I am running Firefox with administrator privileges, but that doesn't help. The problem appears to be only with search plugins. I can install other extensions that are not search plugins from the Mozilla Add-ons site, but not search plugins. I tried restarting FireFox and rebooting the computer severaltimes, but I keep getting the same error message when I try to install a search plugin.

No matter which search plugin I choose to install from the list of FireFox search plugins on the Mozilla Add-ons website, I get the same error message - "This search engine isn't supported by FireFox and can't be installed". I tried deleting the 3 files in my profile identified in the article on troubleshooting plugins, but it didn't help. I am running Firefox with administrator privileges, but that doesn't help. The problem appears to be only with search plugins. I can install other extensions that are not search plugins from the Mozilla Add-ons site, but not search plugins. I tried restarting FireFox and rebooting the computer severaltimes, but I keep getting the same error message when I try to install a search plugin.

Ausgewählte Lösung

Something is messed up on the AMO seacrh plugins pages. Try clearing the URL bar and type anything there (but don't hit Enter) - then you should be able to proceed with installing a search plugin.

Diese Antwort im Kontext lesen 👍 11

Alle Antworten (4)

more options

Ausgewählte Lösung

Something is messed up on the AMO seacrh plugins pages. Try clearing the URL bar and type anything there (but don't hit Enter) - then you should be able to proceed with installing a search plugin.

more options

Does it work on the Mycroft website?

more options

WOW!! That worked! Thank you so much for your help!  :-)

more options

If you are creating your own search plugins, be aware that you will get this same error if the path to the XML in your action script must be an absolute URL, even if the XML file is in the same location as the page that is pointing to it.

IOW, this will never work:

  • window.external.AddSearchProvider('MySearchDefinition.xml');

it must be:

Geändert am von johnmblack