Closed
Bug 1035120
Opened 11 years ago
Closed 11 years ago
Left side tree and Right side list and detail view are empty in Libraly
Categories
(Toolkit :: Places, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: alice0775, Unassigned)
Details
Attachments
(1 file)
|
14.61 KB,
image/png
|
Details |
Ordinary bookmarks menu works well.
But the library is empty.
The following errors in error console:
Timestamp: 2014/07/07 19:39:13
Error: IndexedDB Unable to open IndexedDB database, schema is too high!: OpenDatabaseHelper.cpp:2022
Timestamp: 2014/07/07 19:39:13
Error: UnknownError
Source File: chrome://browser/content/abouthome/aboutHome.js
Line: 230
Timestamp: 2014/07/07 19:39:15
Error: NS_ERROR_NOT_AVAILABLE: Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIAnnotationService.getItemAnnotation]
Source File: resource:///modules/PlacesUIUtils.jsm
Line: 788
| Reporter | ||
Comment 1•11 years ago
|
||
And Restore also not work
An alert "Unable to process the backup file." pops up.
And the following error in Error console:
Timestamp: 2014/07/07 20:13:44
Error: NS_ERROR_FILE_CORRUPTED: Component returned failure code: 0x8052000b (NS_ERROR_FILE_CORRUPTED) [nsINavBookmarksService.removeFolderChildren]
Source File: resource://gre/modules/BookmarkJSONUtils.jsm
Line: 302
Timestamp: 2014/07/07 20:13:44
Error: Failed to import from URL: [Exception... "Component returned failure code: 0x8052000b (NS_ERROR_FILE_CORRUPTED) [nsINavBookmarksService.runInBatchMode]" nsresult: "0x8052000b (NS_ERROR_FILE_CORRUPTED)" location: "JS frame :: resource://gre/modules/BookmarkJSONUtils.jsm :: BI_importFromJSON :: line 363" data: no]
Source File: resource://gre/modules/BookmarkJSONUtils.jsm
Line: 215
Timestamp: 2014/07/07 20:13:44
Error: NS_ERROR_FILE_CORRUPTED: Component returned failure code: 0x8052000b (NS_ERROR_FILE_CORRUPTED) [nsINavBookmarksService.runInBatchMode]
Source File: resource://gre/modules/BookmarkJSONUtils.jsm
Line: 363
Timestamp: 2014/07/07 20:13:44
Error: Failed to restore bookmarks from L:\MozillaFirefox\Profiles\y2kimfii.Fx11\bookmarkbackups\bookmarks-2014-07-07.json: [Exception... "Component returned failure code: 0x8052000b (NS_ERROR_FILE_CORRUPTED) [nsINavBookmarksService.runInBatchMode]" nsresult: "0x8052000b (NS_ERROR_FILE_CORRUPTED)" location: "JS frame :: resource://gre/modules/BookmarkJSONUtils.jsm :: BI_importFromJSON :: line 363" data: no]
Source File: resource://gre/modules/BookmarkJSONUtils.jsm
Line: 111
Timestamp: 2014/07/07 20:13:56
Error: Async execution error (11): database disk image is malformed
Source File: resource://app/modules/WindowsJumpLists.jsm
Line: 443
| Reporter | ||
Comment 2•11 years ago
|
||
delete places.sqlite fixes
Probably, places.sqlite was broken for some reason...
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Resolution: FIXED → WORKSFORME
Comment 3•11 years ago
|
||
Something pretty much broke the whole profile, there can't be any relation between places.sqlite and indexedDB
| Reporter | ||
Comment 4•11 years ago
|
||
(In reply to Marco Bonardo [:mak] from comment #3)
> Something pretty much broke the whole profile, there can't be any relation
> between places.sqlite and indexedDB
OK, I reset the profile. Thanks.
You need to log in
before you can comment on or make changes to this bug.
Description
•