搜索 | 用户支持

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

详细了解

I can´t find places.sqlite file so I am not able to fix my problem

  • 1 个回答
  • 4 人有此问题
  • 1 次查看
  • 最后回复者为 Moses

more options

My firefox is not working properly, all my bookmarks are lost and toolbar is not workin, I am followng the instructions but I can´t find the place.sqlite file to change it si Firefox will recover my bookmarks....please HELP!!!

My firefox is not working properly, all my bookmarks are lost and toolbar is not workin, I am followng the instructions but I can´t find the place.sqlite file to change it si Firefox will recover my bookmarks....please HELP!!!

所有回复 (1)

more options

Copy and Paste this code in the Code field in the "Tools > Error Console" and click the Evaluate button to see the location of the profile folder.

alert(Components.classes["@mozilla.org/file/directory_service;1"].getService(Components.interfaces.nsIProperties).get("ProfD", Components.interfaces.nsIFile).path);

(Edited by Moderator: placed code in a CODE block - c)