How to return to a previous version of firefox? I've recently updated to 8, but there are a few extensions for my work which are not compatible with the new version.

The extension I need should be compatible with versions 6 and 7.

Hey ZachLynn,

There are many benefits to the latest version of Firefox. What extension Miss do you?

If you want to roll back to a previous version of Firefox, just take a glance section of the Knowledge Base install an older version of Firefox.

Hope this helps!

Tags: Firefox

Similar Questions

  • Old favorites are not compatible with the version 20 + Firefox

    General information:
    I use the old client version 3.6 given that an old utility addon author stopped update and will not work with the new revisions. Despite disabling the update featured on: config and in preferences, the browser refreshes still finished (initially I was using 3.4 and would prefer to use that, but no matter how I try I can is no longer cancel 3.6 to 3.4 even if I reinstall using an Installer 3.4). Accordingly, I had the habit of keeping a copy of my directory of firefox where it updates again without asking, she has. This could help the guy out to meet countless people who have lost their favorites because of the upgrade released this year and I hope that someone to investigate and release a patch/utility to fix the problem.

    Question:
    I checked that the most recent customer since at least version 20 and leave, are not compatible with the old bookmark JSON files. Those who have been upgraded to the latest revision not only lose their favorites, but cannot restore them either, as Firefox only returns the error message: "unable to process the Backup File.

    I confirmed that the files themselves are perfectly intact with no sign of corruption and are as expected. Restore ok old revisions of browser (in my case specifically 3.6), they will not restore the most recent customer reviews. This isn't a fault with bookmark backups, but with new clients (I guess they changed the way they store information in the JSONs at some point. I note in the code for the JSONs GUID has never been used in old revisions, but it is in the most recent revision. Maybe it's causing an incompatibility problem? You just need to adjust the client so that it looks for the GUID and if none can be found to ignore it rather than decide that the file is corrupted.

    Old JSON Code snippet: {"title":"","id":1,"dateAdded":1306666129870000,"lastModified":1306670152435000,"type":"text/x-moz-place-container","root":"placesRoot","children":[{"title":"Bookmarks Menu","id":2,"parent":1,"dateAdded":1306666129870000,"lastModified":1381254048121000,"type":"text/x-moz-place-container","root":"bookmarksMenuFolder","children":[{"title":"Recently Bookmarked","id":6,"parent":2,"annos":[{"name":"Places/SmartBookmark","flags":0,"expires":4,"mimeType":null,"type":3,"value":"RecentlyBookmarked"}],"type":"text/x-moz-place","uri":"place:folder=BOOKMARKS_MENU&folder=UNFILED_BOOKMARKS&folder=TOOLBAR&sort=12&excludeQueries=1&excludeItemIfParentHasAnnotation=livemark%2FfeedURI& maxResults = 10 & queryType = 1 "}, {'index': 1,"title":"Recent Tags", 'id': 7, 'parent': 2,"annos": [{'name':" places/SmartBookmark', 'flags': 0, 'expires': 4, 'mimeType': null, 'type': 3, 'value': 'RecentTags'}], 'type': ' text/x-moz-place', 'uri' ":" place: sort = 14 & type = 6 & maxResults = 10 & queryType = 1 ""}, {'index': 2, 'title': id '',' ': 8, 'parent': 2, 'dateAdded': 1294868015246000, 'lastModified': 1294868015246000, 'type': "text/x-moz-place-separator"}

    New JSON Code Snippet: {"title":"","guid":"5rkFafJ6AnRZ","id":1,"index":0,"dateAdded":1396387525168000,"lastModified":1396387525168000,"type":"text/x-moz-place-container","root":"placesRoot","children":[{"title":"Bookmarks Menu","guid":"m7vLM41-lzQi","id":2,"index":0,"parent":1,"dateAdded":1396387525168000,"lastModified":1396387526173000,"type":"text/x-moz-place-container","root":"bookmarksMenuFolder","children":[{"title":"Recently Bookmarked","guid":"BEffyw6xva93","id":13,"index":0,"parent":2,"dateAdded":1396387526172000,"lastModified":1396387526172000,"annos":[{"name":"Places/SmartBookmark","flags":0,"expires":4 ,"value":"RecentlyBookmarked"}],"type":"text/x-moz-place","uri":"place:folder=BOOKMARKS_MENU&folder=UNFILED_BOOKMARKS&folder=TOOLBAR&queryType=1&sort=12&maxResults=10&excludeQueries=1"},{"title":"Recent Tags","guid":"WmnlbVv38Bjv","id":14,"index":1,"parent":2,"dateAdded":1396387526172000,"lastModified":1396387526172000,"annos":[{"name":"Places/SmartBookmark","flags":0,"expires":4,"value":"RecentTags"}],"type":"text/x-moz-place","uri":"place:type=6&sort=14&maxResults=10"}

    Solution?
    In my case, I had a copy backup of the old directory for review. To restore I opened the copy and export bookmarks as an HTML, that I restored in the most recent client. If you don't have a copy of the former client, the best thing would be to try and re-install an older revision of the customer and either make a copy of the program folder and use another copy of that you can use the new and old customers and you worry about the loss of an older revision, since you'll always have 2 copies of the former client (the one you use the one that you use to restore in the case of at level). Or export bookmarks to an HTML element, and then upgrade the client to the newest and import the HTML instead of JSON files.

    Please review and create a more simple solution to a problem of stupid incompatibility. ^_^

    There are a number of operations in the file places.sqlite which are obsolete.
    For example,.

    setItemGUID (aItemId, aGUID) obsolete since Gecko 14.0 - returns a unique global identifier for the element. This is mainly for use by extensions that synchronize data between different profiles bookmark.



    Former id snippit:
    "title": "','id': 1,"dateAdded": 1306666129870000,"
    New snippit
    {"title": "","guid": "5rkFafJ6AnRZ",""id ": 1, 'index': 0, 'dateAdded': 1396387525168000"}

    There are other identifier here has changed, I think in version 14
    «Note: the importHTMLFromFileToFolder() method has been removed in Gecko 14.0 (14.0 Firefox / Thunderbird 14.0 / SeaMonkey 2.11).»

    But more likely the former is Netscape format: http://msdn.microsoft.com/en-us/libra.../aa753582%28VS.85%29.aspx

    I tried this however: I installed the old version (3.5) and updated to the current version. All my favorites were there. I had to check the updates and could not skip certain steps of 3.5 to 3.6 for example. He then went from 3.6 to 12, then with todays update went straight to 30. They're all here. However nothing is perfect, backup is recommended as well.

    Back to your question, makes it easier for backward compatibility, my hypothesis is that they changed with the updates and ignored some versions. Saved profiles or places.sqlite files may be missing this change because the format changes in the update?

    My suggestion would be filing a bug at this request, providing a few cases where this would be necessary. Currently only the current version of Firefox is supported, which can leave us to the work around that you are currently using.

    Reference documentation for the developer of the places :

  • Z10 Z10 BlackBerry BlackBerry data are not compatible with the version of the software you are currently using

    Due to some problems with my BlackBerry Z10 I concerned with my service provider, after recommendation that I wiped my BlackBerry Z10, to update the OS security

    After all this. I am unable to restore completely, (Emails, Contacts, calendar and device settings cannot be restored)

    Link blackBerry screen: the data are not compatible with the version of the software that you are currently runnin

    Kindly guide me I'm too worried about my data, which is very important for me

    If you still get www.bberror.com//bb10-0015 and have not corrected:

    Read the troubleshooting tips for error Knowledge Base BB10-0015
    0015 - file unrecoverable system error has been detected.
    More information can be found here: http://support.blackberry.com/kb/articleDetail?ArticleNumber=000034545

    http://supportforums.BlackBerry.com/T5/BlackBerry-Z10/error-BB10-0015/m-p/2685103#M45693

    I recommend you use a charger automatic file to restore the operating system on your device:
    https://supportforums.BlackBerry.com/T5/BlackBerry-10-functions-and/upgrading-OS10-devices-using-aut...

  • Firefox tries to update my version 8.0 to version 9.0.1. I'm not willing to do because the Norton Toolbar is not yet compatible with the new version of Firefox. How can I get firefox to stop trying to update each time I open the application?

    Question
    Firefox tries to update my version 8.0 to version 9.0.1. I'm not willing to do because the Norton Toolbar is not yet compatible with the new version of Firefox. How can I get firefox to stop trying to update each time I open the application?

    Firefox 9 is Compatible with Norton 2011, 2012, 360 v5. See:

  • Firefox wants to update (again!) now at version 6. How will I know that my extensions are compatible with the new version?

    I checked with the developer of the extension sites, but they do not yet report if the extension has been tested with Firefox 6.0. 3.6-4.0 switch left me with a gap in functionality of my extensions, although the switch of 4.0 to 5.0 went smoothly. I remember that the installer for 4.0 tested my extensions for compatibility before asking me to confirm if I wanted to install. 6.0, however, says he is already downloaded and just waiting for me to restart Firefox. Mozilla seems to be getting less polite and more aggressive on updates.

    When Firefox starts to install the updated version, it shows you the Add-ons that won't be Compatible with the new Firefox version that is being installed. You can cancel the Installation at this stage.

    I'm not sure about this, but you can also use - Add-on Compatibility Reporter 0.8.7

    Check and tell if its working.

  • Running game - this version of the file is not compatible with the version of Windows you are using. Check your computer's system information to see whether you need a x 86 (32 bit) or an x 64 (64-bit) version of the program

    I'm having the same problem that is described in this topic: http://social.answers.microsoft.com/Forums/en-US/vistagaming/thread/f15edea1-f88f-492e-bb42-4db2b06fdf05

    My error message is: "this version of the file is not compatible with the version of Windows you are using. Check your computer's system information to see whether you need a x 86 (32 bit) or an x 64 (64-bit) version of the program and then contact the software publisher. »

    I tried to run the program in question (Castle of the winds) in each mode of compatibility that is on the list and it is giving me this error message every time. Other people have managed to get the program to work, so I don't know, it does not work on Windows 7, but I can't make it work for me.

    Help?

    Hi autohaptic,

    (a) on the computer what Edition\Version of Windows 7 operating system do you use? What type of system? 32-bit or 64-bit

    If you are running Windows 7 64-bit operating system, you can install the 64-bit computer game program.

    (b) on the computer which the castle of the winds game version are you running?

    I want to clarify, if you try to install the program or trying to run.

    Step 1: Put the computer in a clean boot, and then try to run the game

    Follow step 1 in the link below,

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7

    http://support.Microsoft.com/kb/929135

    Important: n ' forget not the computer to start normal follow step 7 in the link.

    You can consider the right version of the game for your computer relocation program.

    Make older programs in this version of Windows

    http://Windows.Microsoft.com/en-us/Windows7/make-older-programs-run-in-this-version-of-Windows

    Thank you, and in what concerns:

    Ajay K

    Microsoft Answers Support Engineer

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • During the installation of Microsoft Flight Simulator 2004, the following error occurs: the version of this file is not compatible with the version of Windows you are using.

    Former title: Microsoft Flight Simulator will not install on Windows 7

    I have Windows 7 Home Premium 64-bit.  I try to install MFS 2004.  The first 3 discs work fine, but when I insert disk 4 to complete the installation, I get the following error message:

    "The version of this file is not compatible with the version of Windows you are using.  Check your computer's system information to see if yo need a x 86 (32 bit) or x 64 (64-bit) version of the program and then contact the software publisher. »

    I have a Dell Studio 1558

    Intel i5 - 520 M

    ATI Mobility Radeon HD 5470 graphics card

    8 GB RAM DDR3

    What can I do?

    Hello

    1. which edition of Windows are you using? Is - this edition is 32-bit or 64-bit?
     
     
    Given that the game is compatible with Windows 7, I suspect that the conflict can be 32-bit or 64-bit architecture.
    The link below shows the compatibility of this game with Windows 7.
     
     
    Method 1.
    We must ensure that the edition of the game must correspond with the operating system.
    If you use 64-bit in this game, you need the 64-bit Windows to install it.
    Method 2.
    If the above information matching I you recommend to start the computer in clean condition and then try to install the game.
    See the article below for instructions on how to start your computer in a clean boot state.
    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7
    http://support.Microsoft.com/kb/929135
    Note: When the diagnosis is complete, don't forget to reset your computer to normal startup. Follow step 7 in the above article.
     
    I hope this helps.

    Thank you, and in what concerns:
    Shekhar S - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.
    If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • "This version of directx is not compatible with the installed version of windows."

    I am running directx11. I understand that Windows 7 comes with it and that directx11 are not all components from previous versions of directx, what makes certain games unplayable.

    Im having this problem with my game: http://social.answers.microsoft.com/Forums/en-US/vistagaming/thread/f31308d2-3165-47c8-9dc8-61a89ac926a7 and I think it's a problem with directx.

    However, when I visit this link for updating my directX, I get the following error: "this version of directx is not compatible with the installed version of windows."

    I have a copy of legitimate Windows 7 Pro 64 bit, I received from my school. Any ideas anyone?

    http://www.Microsoft.com/downloads/details.aspx?FamilyId=2DA43D38-DB71-4C1B-BC6A-9B6652CD92A3&displaylang=en

    I did a sfc/scannow by running the CMD prompt. Finally, there was an error in the registry and it was fixed. RE5 running very well now. Thank you!

  • How to change the SSID name of the computer to be Compatible with the new name SSID router

    Need to change the default name of the SSID router and then reconfigure adapters wireless in each PC to be compatible with the new router SSID.  A PC has Windows XP Home Edition Version 2002 Service Pack 3 and the other Vista Home Premium.  What are the steps to change the SSID on each PC?  Your response will help complete a home network wireless system.  Thanks in advance.

    Hello

    Your computers use the SSID of your router - sound essentially its name.

    Check this box:
     
    Setting up a wireless router with Vista
    http://www.ehow.com/how-does_4899098_setting-up-wireless-router-Vista.html

    If necessary:

    Make sure you know the details of connection to your wireless router - SSID and password.

    You lose connection when you do and have to redo your logon.

    Control Panel - Network & Sharing Center - right, click Customize - page set of network locations.
    lower left click on merge or delete network locations - REMOVE all instances of your network (and the
    others you don't use anymore) - REBOOT. Start - Connect To log on to the network.

    Setting up a wireless router with Vista
    http://www.ehow.com/how-does_4899098_setting-up-wireless-router-Vista.html

    I hope this helps.

    Rob - bicycle - Mark Twain said it is good.

  • is not compatible with the version of windows you are using, with X 86 or X 64

    My son downloaded something and now I can't use anything on my computer, I get "not compatible with the version of windows that you are using, with the X 86 or X 64... I uninstalled it but it will not go away, I tried to do a system restore, but I get the same error... ideas?

    What antivirus you typed the problem started?

    It seems fishy to me, it could be a virus that has been downloaded at a given time, perhaps even until this program was installed. I would try an online virus scanner.

    And: http://quickscan.bitdefender.com/en/ (from what I hear, it removes something fishy, so be careful!)
    It should work with IE (Internet Explorer).
    Curiously, the ones I tried before I could not find, so I did a quick search and these look good.
    I forgot to ask sooner, but you can open command prompt (start > Accessories > try click right-click on command prompt, and then run as administrator)?
    I hope this helps!
    PS What version of Internet Explorer you have?
  • try to download the audio book gives the error "the version of this file is not compatible with the version of windows your race."

    frustrated, the overdrive software download player!

    I tried everything I can think of to download this audio book. whenever I try, I get a message error that says "the version of this file is not compatible with the version of windows your race. check the system and see if I need a 32 or 64-bit and contact the software publisher. "or something like that. I downloaded the overdrive media console software, but every time that I try to download an audiobook, it gives this message. I tried to change the settings with the "use an older program with this version of windows' software overdrive console in Control Panel with no luck. Anyone have any suggestions. I need help please!

    Hello

    always check the compatibility of vista programs on the link below

    http://www.Microsoft.com/Windows/compatibility/Windows-Vista/default.aspx

    If a program is compatible with vista you can try right click on the setup.exe, and then selecting run as administrator

    It is not compatible with vista, you can try running it in a previous operating system mode

    This does not work for all programs

    read the information below

    http://www.howtogeek.com/HOWTO/Windows-Vista/using-Windows-Vista-compatibility-mode/

    ____________________________________________________________

    and read this information MS, too

    http://Windows.Microsoft.com/en-us/Windows-Vista/start-the-program-compatibility-Wizard

  • BlackBerry software blackberry 10 data is not compatible with the version of the software of the device you are currently using

    Hello

    My update of 10.3.1.1565 sali writing entry to the top on my phone.  so I tried the downgrade to 10.2.1 to do all my files are gone, however I thought I was smart by making this morning during the execution of 10.3.1.1565 a full backup before attempting the downgrade to os 10.2.1 through BlackBerry Link

    In any case I had to restore my device to 10.3.1.1565 and now when I try to do a restore by using the .bbb (backup) I created to present IE get the following error message:

    BlackBerry 10 data is not compatible with the version of the software of the device you are currently using

    versions of the software on my phone now and the version of the software when I did my backup are exactly the same 10.3.1.1565.  I am able to restore my user files and applications ect, because it proposes to make a partial restoration,., but my contacts and don't forget files are now gone.  I NEED THEM.  How can I get that back...

    Help, please...

    Thank you

    Hello

    I thought about it.  so I thought I'd post.  Apparently the BlackBerry pulled the 10.3.1.1565 update.  Anway don't know what happened over butI usng Shenshi and grabbing an update of another carrier, after that, so I'm now able to do a full restore using my old BBB file.

  • When trying to install Micro Cookbook 5.5 program get this message "this version is not compatible with the version of windows that you are running."

    Original title: MIcro Cookbook 5.5 install problems on Windows 7

    When I try to install a recipe program I get this message.  This version is not compatible with the version of windows that you are running.  Check the system information of computers to see if you need a x 86 (32 bit) or a or x 64 (64-bit) version of this software and then contact the editor.  I knew how to do this job of file transfer to the 32 bits of the 64 folder, but it won't let me install the program.  This software is no longer made.  The program is Micro Cookbook 5.5

    Do not transfer you files x 86 or x 64, that simply do not work and other issues.

    The program is designed for Windows 9, and if you have a version of win7 64 bit and the origonal is a 16-bit program, which she may very well, it will not install or run on 64-bit PC, so err msg you see.

    If the installation of the drive try this, locate the setup.exe, rt click & Select compatibility and select Windows 9 *.

  • I currently have Adobe Acrobat Pro XI free trial. I am told that I can buy Adobe pro to version 11.0 (XI) British Colombia, our database software is not compatible with the version 15.0 (DC). All projects/products seem to say DC Adobe. Where can I find th

    I currently have Adobe Acrobat Pro XI free trial. He tells me that we can buy Adobe pro to version 11.0 (XI) British Colombia, our database software is not compatible with the version 15.0 (DC). All projects/products seem to say DC Adobe. Where can I find or how to buy just the Pro?

    Hi lplaw1234,

    Acrobat XI can only be used as a trial for a month.

    Adobe now offers only Acrobat DC Plans and price | Adobe Acrobat DC.

    Kind regards

    Nicos

  • File is not compatible with the current version of Photoshop

    "The file is not compatible with the current version of Photoshop" is the warning I get when you try to open a Photoshop file that I saved a few minutes before my computer crashed (Wacom Cintiq complementary, 10 of Windows). I can't open it with any another application either. How is it possible that I can not open a file I just worked with and saved permanently? Is it possible to recover an earlier version of the file?

    Hi NonMeek,

    It seems that the file has been corrupted somehow.

    Would suggest you to run Photoshop as administrator and then try to open that specific file.

    If this does not help, you can download this file somewhere and share the download link so that we can try to open it on our end.

Maybe you are looking for