Navigation toolbar buttons not working
The back button, forward button, refresh button, and stop button all do not work on the navigation toolbar of my firefox 3.6.9. (I've had this issue with earlier versions as well) I have tried reinstalling, but they still are not highlighted so I can use them. Please help as I do not want to have to go to another browser. Thanks!
All Replies (3)
I did everything suggested at the link you posted, and it did not solve the problem.
Did you try to delete or move places.sqlite ?
Copy and Paste this code in the Code field in the "Tools > Error Console" and click the "Evaluate" button to cleanup and compress the places.sqlite database file.
Components.utils.import("resource://gre/modules/PlacesDBUtils.jsm");PlacesDBUtils.checkAndFixDatabase();