Цей вебсайт матиме обмежену функціональність, доки ми проводимо його обслуговування для поліпшення роботи. Якщо прочитана стаття не розв'язала вашу проблему і ви хочете поставити питання, наша спільнота підтримки з радістю допоможе вам на @FirefoxSupport у Twitter та /r/firefox на Reddit.

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

backup bookmarks button in bookmark organizer is not working

  • 2 відповіді
  • 8 мають цю проблему
  • 1 перегляд
  • Остання відповідь від OMGN00B

more options

I have a really long list of bookmarks and probably some doubles too. Whenever I try to go into the bookmark organizer, import and backup and then click on Backup, nothing happens. But Exporting to HTML works and is only my current option to backup.

PS. I know it's filed under 3.6 or earlier and this browser is the beta version. It's because this problem is in both.

I have a really long list of bookmarks and probably some doubles too. Whenever I try to go into the bookmark organizer, import and backup and then click on Backup, nothing happens. But Exporting to HTML works and is only my current option to backup. PS. I know it's filed under 3.6 or earlier and this browser is the beta version. It's because this problem is in both.

Усі відповіді (2)

more options

If you use the same profile folder with places.sqlite with both versions then you shouldn't do that. It is quite possible that the 4.0 beta versions update places.sqlite and that using that updated file with an older version has corrupted places.sqlite.

You should always use separate profiles when testing other (beta) versions.

See http://kb.mozillazine.org/Testing_pre-release_versions

See also http://kb.mozillazine.org/Locked_or_damaged_places.sqlite


You can try a validation check of places.sqlite.

Copy and Paste this code in the Code field in the "Tools > Error Console" and click the "Evaluate" button to cleanup and compress the places.sqlite database file.

Components.utils.import("resource://gre/modules/PlacesDBUtils.jsm");PlacesDBUtils.checkAndFixDatabase();
more options

This shouldn't be the case. The problem existed before the beta was given to the public for testing

Edit: Just to be sure I ran your code and it said it's ok and tried to backup again. It didn't work.

Змінено OMGN00B