trouble firefox 3.6.2
I get problem yesterday with zotero (last version) when firefox upgraded to 3.6.2. I can't no more access : a yellow icone (triangle on zotero icone) tells an error occur when zotero starts.
Could anybody help me ?
thanks
Could anybody help me ?
thanks
This discussion has been closed.
If that doesn't help, restart your computer and try again.
If you still have trouble, follow the steps in the Advanced Instructions section of the Reporting Bugs page and let us know what appears in the Error Console.
anyway thanks a lot for your quick answer.
Erreur : view.selection is null
Fichier Source : chrome://global/content/config.js
Ligne : 369
hope this is what you are expecting
[extra output removed — D.S.]
Erreur : [Exception... "Component returned failure code: 0x80520015 (NS_ERROR_FILE_ACCESS_DENIED) [nsILocalFile.remove]" nsresult: "0x80520015 (NS_ERROR_FILE_ACCESS_DENIED)" location: "JS frame :: chrome://zotero/content/xpcom/integration.js :: anonymous :: line 70" data: no]
Fichier Source : file:///Users/sc/Library/Application%20Support/Firefox/Profiles/knqrz04m.default/extensions/zotero@chnm.gmu.edu/components/zotero-service.js
Ligne : 134
[extra output removed — D.S.]
ls -la ~/.zoteroIntegrationPipe
ls -la /Users/Shared/.zoteroIntegrationPipe*
ls -lad ~
ls -lad /Users/Shared/
Press Enter after each and copy in the output.
Last login: Wed Mar 31 20:31:47 on ttys000
MacBook-Pro-3:~ sc$ ls -la ~/.zoteroIntegrationPipe
ls: /Users/sc/.zoteroIntegrationPipe: No such file or directory
MacBook-Pro-3:~ sc$ ls -la /Users/Shared/.zoteroIntegrationPipe*
prw-r--r-- 1 root wheel 0 29 mar 22:51 /Users/Shared/.zoteroIntegrationPipe_sc
MacBook-Pro-3:~ sc$ ls -lad ~
drwxr-xr-x+ 33 sc staff 1122 20 mar 09:32 /Users/sc
MacBook-Pro-3:~ sc$ ls -lad /Users/Shared/
drwxrwxrwt 5 root wheel 170 29 mar 22:51 /Users/Shared/
MacBook-Pro-3:~ sc$
/Users/Shared/.zoteroIntegrationPipe_sc is somehow owned by the root user on your system, which shouldn't be possible unless you made manual permissions changes outside of Firefox.
In any case, you should be able to fix it with this command:
sudo rm -f /Users/Shared/.zoteroIntegrationPipe_sc
Type your password when it prompts you. You won't see the letters in Terminal as you type—just hit Return after you've typed it.
(Others would have to replace "sc" in the above command with their OS X username, as shown by "ls -la /Users/Shared/.zoteroIntegrationPipe*".)
have a good day.
SC