Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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.