Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Funkcjonalność tej witryny będzie ograniczona w czasie konserwacji. Jeśli artykuł nie rozwiązuje twojego problemu i chcesz zadać pytanie, to nasza społeczność wsparcia jest dostępna na @FirefoxSupport na Twitterze i /r/firefox na Reddicie.

Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Więcej informacji

importing bookmarks empties folders I have created

  • 3 odpowiedzi
  • 1 osoba ma ten problem
  • 2 wyświetlenia
  • Ostatnia odpowiedź od Scottzzz

more options

I do not use the sync function to keep my bookmarks up to date on separate computers. I have a location on a server that I can access from any of my machines. Usually I import and export to html bookmark file.

I have organized my bookmarks into various folders. When I attempted to update one of my boxes, all the bookmarks were removed from the folders and placed in a huge list in Other Bookmarks. The folder structure did not change, but all the folders were empty.

I tried to use a json file as an alternative, but this also had the same result.

I run Debian Linux on all my machines, if that matters.

What could be the problem?

Thanks in advance.

I do not use the sync function to keep my bookmarks up to date on separate computers. I have a location on a server that I can access from any of my machines. Usually I import and export to html bookmark file. I have organized my bookmarks into various folders. When I attempted to update one of my boxes, all the bookmarks were removed from the folders and placed in a huge list in Other Bookmarks. The folder structure did not change, but all the folders were empty. I tried to use a json file as an alternative, but this also had the same result. I run Debian Linux on all my machines, if that matters. What could be the problem? Thanks in advance.

Wybrane rozwiązanie

Are you running the Default Bookmark Folder extension on that box?

There was an unfortunate side effect of making the extension compatible with the new "use last folder" feature of Firefox 85: during Import and Restore operations, the extension moves all of your bookmarks to your preferred folder. You need to disable the extension before performing these bulk operations.

Przeczytaj tę odpowiedź w całym kontekście 👍 0

Wszystkie odpowiedzi (3)

more options

You can check for problem with the places.sqlite and favicons.sqlite databases in the Firefox profile folder.

  • use "Verify Integrity" button on the "Help -> More Troubleshooting Information" (about:support) page

If errors are reported with "Verify Integrity", close and restart Firefox or reboot and retry.

If "Verify Integrity" cannot repair places.sqlite, rename/remove all places.sqlite and favicons.sqlite files in the Firefox profile folder with Firefox closed. Firefox will rebuild places.sqlite and restore the bookmarks from the most recent JSON backup in the bookmarkbackups folder. You can keep a backup copy of places.sqlite in case a new places.sqlite database has to be created. You lose the history when a new places.sqlite is created.

See also:

You can use the button on the "Help -> More Troubleshooting Information" (about:support) page to go to the current Firefox profile folder or use the about:profiles page.

more options

Wybrane rozwiązanie

Are you running the Default Bookmark Folder extension on that box?

There was an unfortunate side effect of making the extension compatible with the new "use last folder" feature of Firefox 85: during Import and Restore operations, the extension moves all of your bookmarks to your preferred folder. You need to disable the extension before performing these bulk operations.

more options

I had already tried to remove the places database, with no success. Disabling the default bookmark add on was the solution for me. Thanks jscher2000.