为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

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

详细了解

Your Firefox profile cannot be loaded. It may be missing or inaccessible.

  • 6 个回答
  • 16 人有此问题
  • 1 次查看
  • 最后回复者为 Liboicl

more options

I have a new install of fedora18 and I was trying to recover my firefox settings from a backup. The backup doesn't maintain file ownership so I ran 'chown -R john:john /home/john'. Now I can't start firefox, probably because of a file permission issue but if I remove the firefox dir and try to start firefox again it will create a new firefox dir and put a Crash Reports dir in it and then fail with an access denied error. So where is the premissions issue???

Thanks for you time John

[john@localhost ~]$ firefox
Error: Access was denied while trying to open files in your profile directory.
[john@localhost ~]$ ls -l .mozilla/
total 20
drwxrwx---. 6 john john 4096 Feb  1 12:08 extensions
drwxrwx---. 6 john john 4096 May 20 10:47 firefox
drwxrwx---. 2 john john 4096 Jul 27  2009 plugins
drwxrwx---. 7 john john 4096 Nov  4  2011 seamonkey
drwxrwx---. 3 john john 4096 Feb  1 12:08 sunbird
[john@localhost ~]$ ls -l .mozilla/firefox/
total 20
drwxrwx---. 11 john john 4096 May 20 10:08 1cvwnvlm.default
drwxrwx---. 19 john john 4096 May 20 10:08 2efefjeo.default
drwxrwx---.  4 john john 4096 May 20 10:08 Crash Reports
drwxrwx---.  9 john john 4096 May 20 10:10 l35ysjq6.default
-rw-------.  1 john john   94 May 20 10:47 profiles.ini
[john@localhost ~]$ mv .mozilla/firefox firefoxbk
[john@localhost ~]$ ls -l .mozilla/
total 16
drwxrwx---. 6 john john 4096 Feb  1 12:08 extensions
drwxrwx---. 2 john john 4096 Jul 27  2009 plugins
drwxrwx---. 7 john john 4096 Nov  4  2011 seamonkey
drwxrwx---. 3 john john 4096 Feb  1 12:08 sunbird
[john@localhost ~]$ firefox
Error: Access was denied while trying to open files in your profile directory.
[john@localhost ~]$ ls -l .mozilla/
total 20
drwxrwx---. 6 john john 4096 Feb  1 12:08 extensions
drwx------. 3 john john 4096 May 20 10:52 firefox
drwxrwx---. 2 john john 4096 Jul 27  2009 plugins
drwxrwx---. 7 john john 4096 Nov  4  2011 seamonkey
drwxrwx---. 3 john john 4096 Feb  1 12:08 sunbird
[john@localhost ~]$ ls -l .mozilla/firefox/
total 4
drwx------. 2 john john 4096 May 20 10:52 Crash Reports
[john@localhost ~]$  uname -a
Linux localhost.localdomain 3.8.11-200.fc18.x86_64 #1 SMP Wed May 1 19:44:27 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

(clearly I'm not doing this on the pc with the problem because firefox doesn't work there)

I have a new install of fedora18 and I was trying to recover my firefox settings from a backup. The backup doesn't maintain file ownership so I ran 'chown -R john:john /home/john'. Now I can't start firefox, probably because of a file permission issue but if I remove the firefox dir and try to start firefox again it will create a new firefox dir and put a Crash Reports dir in it and then fail with an access denied error. So where is the premissions issue??? Thanks for you time John <pre><nowiki>[john@localhost ~]$ firefox Error: Access was denied while trying to open files in your profile directory. [john@localhost ~]$ ls -l .mozilla/ total 20 drwxrwx---. 6 john john 4096 Feb 1 12:08 extensions drwxrwx---. 6 john john 4096 May 20 10:47 firefox drwxrwx---. 2 john john 4096 Jul 27 2009 plugins drwxrwx---. 7 john john 4096 Nov 4 2011 seamonkey drwxrwx---. 3 john john 4096 Feb 1 12:08 sunbird [john@localhost ~]$ ls -l .mozilla/firefox/ total 20 drwxrwx---. 11 john john 4096 May 20 10:08 1cvwnvlm.default drwxrwx---. 19 john john 4096 May 20 10:08 2efefjeo.default drwxrwx---. 4 john john 4096 May 20 10:08 Crash Reports drwxrwx---. 9 john john 4096 May 20 10:10 l35ysjq6.default -rw-------. 1 john john 94 May 20 10:47 profiles.ini [john@localhost ~]$ mv .mozilla/firefox firefoxbk [john@localhost ~]$ ls -l .mozilla/ total 16 drwxrwx---. 6 john john 4096 Feb 1 12:08 extensions drwxrwx---. 2 john john 4096 Jul 27 2009 plugins drwxrwx---. 7 john john 4096 Nov 4 2011 seamonkey drwxrwx---. 3 john john 4096 Feb 1 12:08 sunbird [john@localhost ~]$ firefox Error: Access was denied while trying to open files in your profile directory. [john@localhost ~]$ ls -l .mozilla/ total 20 drwxrwx---. 6 john john 4096 Feb 1 12:08 extensions drwx------. 3 john john 4096 May 20 10:52 firefox drwxrwx---. 2 john john 4096 Jul 27 2009 plugins drwxrwx---. 7 john john 4096 Nov 4 2011 seamonkey drwxrwx---. 3 john john 4096 Feb 1 12:08 sunbird [john@localhost ~]$ ls -l .mozilla/firefox/ total 4 drwx------. 2 john john 4096 May 20 10:52 Crash Reports [john@localhost ~]$ uname -a Linux localhost.localdomain 3.8.11-200.fc18.x86_64 #1 SMP Wed May 1 19:44:27 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux</nowiki></pre> (clearly I'm not doing this on the pc with the problem because firefox doesn't work there)

由cor-el于修改

所有回复 (6)

more options

Oh bother, it took out the new line characters! Paste it into a text editor and replace [ with a new line then it'll be a little easyer to read.

more options

Check if you have a profiles.ini file in the ~/.mozilla/firefox folder.

This usually happens when the profile that is marked in the profiles.ini file as Default=1 is missing.

If there is still a profiles.ini file, but the profile folder is gone then delete the profiles.ini file to force Firefox to create a new default profile. Otherwise you can create a new profile and use "Choose Folder" to recover an existing profile.

Create a new profile as a test to check if your current profile is causing the problems.

See "Creating a profile":

If the new profile works then you can transfer some files from an existing profile to the new profile, but be careful not to copy corrupted files.

more options

Thanks, I'd already found that info.

There is no profiles.ini file just the Crash Reports dir and all that has in it is one file containing the numbers "1369043549".

Firefox is creating the firefox dir so it must have access to it (surely?), so there is a file somewhere outside of my home dir it need access to?

Thanks

more options

Profiles.ini shows like this: -rw-------. 1 john john 94 May 20 10:47 profiles.ini

So you need to make sure that this file has the correct default permissions (-rw-r--r--)

more options

Thanks for the reply but there is no profiles.ini anymore.

[john@localhost ~]$ ls -l .mozilla/firefox/ total 4 drwx------. 2 john john 4096 May 20 10:52 Crash Reports [john@localhost ~]$

more options

I had a similar issue. The problem was the permissions on /root/.cache The current user has to be able to write to that folder in newer versions, as the cache is no longer keep in the same directory as the rest of the profile. So set it to chmod 777.