"Add a Keyword for this Search" not work
Categories
(Toolkit :: Places, defect)
Tracking
()
People
(Reporter: 709922234, Unassigned)
Details
Attachments
(1 file)
|
79.33 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:66.0) Gecko/20100101 Firefox/66.0
Steps to reproduce:
- open https://developer.mozilla.org/en-US/
- open the context menu in the search box
- click "Add a Keyword for this Search"
Comment 1•7 years ago
|
||
This works for me on the latest nightly build.
If this is still an issue for you, please could you go to Tools -> Web Developer -> Browser Console, once that window is opened, try adding the keyword again, and see if there are any errors or messages put onto the console at that time.
If there are, please can you copy and paste them here.
OpenGL compositor Initialized Succesfully.
Version: 2.1 INTEL-12.2.17
Vendor: Intel Inc.
Renderer: Intel(R) Iris(TM) Plus Graphics 640
FBO Texture Target: TEXTURE_2D
Error: "Error(s) encountered during statement execution: database disk image is malformed"
handleCompletion resource://gre/modules/Sqlite.jsm:815
showBookmarkDialog resource:///modules/PlacesUIUtils.jsm:296
onMessage chrome://browser/content/browser.js:7211
AddKeywordForSearchField chrome://browser/content/browser.js:7221
oncommand chrome://browser/content/browser.xul:1
Sqlite.jsm:653:52
Error: "Error(s) encountered during statement execution: database disk image is malformed"
handleCompletion resource://gre/modules/Sqlite.jsm:815
showBookmarkDialog resource:///modules/PlacesUIUtils.jsm:296
onMessage chrome://browser/content/browser.js:7211
AddKeywordForSearchField chrome://browser/content/browser.js:7221
oncommand chrome://browser/content/browser.xul:1
PlacesUIUtils.jsm:296:5
Error: "Error(s) encountered during statement execution: database disk image is malformed"
handleCompletion resource://gre/modules/Sqlite.jsm:815
showBookmarkDialog resource:///modules/PlacesUIUtils.jsm:296
onMessage chrome://browser/content/browser.js:7211
AddKeywordForSearchField chrome://browser/content/browser.js:7221
oncommand chrome://browser/content/browser.xul:1
PlacesUIUtils.jsm:296:5
Failed to initialize dialog: Error: Error(s) encountered during statement execution: database disk image is malformed bookmarkProperties.js:232
NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIInterfaceRequestor.getInterface] network-response-listener.js:73
Comment 3•7 years ago
|
||
Hi, it looks like there is an issue with the database file, and unfortunately it has become corrupt.
Here's how you can try and fix it:
- Find your profile folder: https://support.mozilla.org/kb/profiles-where-firefox-stores-user-data#w_how-do-i-find-my-profile
- Exit Firefox
- Rename places.sqlite to something else, or move it into a different folder.
- Restart Firefox.
Firefox will try and import your bookmarks from its own backups.
Comment 5•7 years ago
|
||
Good to know, thanks.
I'll mark this as a duplicate of bug 1519060 as that fixes an issue where we weren't automatically recovering from this state.
Description
•