Mozilla Relay is experiencing issues with call and text delivery. We’re working on a fix. Check Mozilla Status for updates.

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Updates needed on article: Fix "The bookmarks and history system will not be functional" error message

more options

Came across the article, but found a solution that allowed me to keep everything without losing my places file.

Removing places.sqlite-shm and places.sqlite-wal while firefox was not running allowed FF to start without a problem.

Came across the article, but found a solution that allowed me to keep everything without losing my places file. Removing places.sqlite-shm and places.sqlite-wal while firefox was not running allowed FF to start without a problem.

所有回复 (2)

more options

Note that places.sqlite-shm and places.sqlite-wal are SQLite temp files that shouldn't be there when Firefox isn't running.

more options

Agreed, and fuser showed that the files weren't in use.

Using sqlite from the command line to access places.sqlite when the files were there seemed to work till I did ".schema" and then I got an error that indicated corruption.

Removing the files and then retrying ".schema" worked flawlessly.

Telling users about this possible solution would help them recover their history, etc. that they may have spent a lot of time creating.