Simon
About
- Username
- Simon
- Joined
- Roles
- Member
Comments
-
Sorry, try sudo rm -f "/Users/Shared/.zoteroIntegrationPipe_$USER" It should work this time.
-
The file is still there. Try sudo rmdir "/Users/Shared/.zoteroIntegrationPipe_$USER"
-
That's almost certainly the problem. What commands did you try? Does ls -la /Users/Shared/.zoteroIntegrationPipe* still show anything? If there is still a file there, then you need to remove it. If there is no file, you may have to disable and re-e…
-
The relevant error is #4. This is a known bug in Migration Assistant, but perhaps it also occurs with other disk duplicating software. In technical terms, named pipes owned by the user somehow become directories owned by root. Try this thread for a …
-
If you don't want to apply the patch on your own, it's also already applied in the 2.0 branch XPI, which you can install here. While the 2.0 branch XPI should be fairly stable, you should make sure to back up your library if you use it, and manually…
-
It's a bug. If you need this to work now, the problem should be fixed in the 2.0 branch XPI, which will become Zotero 2.0.4. You can try it out now, but make sure you back up your Zotero library and manually install Zotero 2.0.4 once it's released.
-
Do you know the specifications and operating system of your computer? The times reported in your debug log indicate that Zotero is taking hundreds of times longer to initialize than it does on the computers we use for testing. I've just added a patc…
-
Try the steps at http://www.zotero.org/support/kb/no_status_bar_icon
-
It looks like there is no specialized translator for this site, and so it's using the DOI translator, but that should still work. Which pages are you having trouble with?
-
For now, you are really much better off using Microsoft Word or OpenOffice, or using the RTF Scan functionality. Apple hasn't responded to any of our requests to collaborate on adding support for Zotero to Pages, but enough people ask Apple to help …
-
Can you follow the instructions to enable real-time debug output here, and then try adding a citation? Email us the entire log at support@zot...org.
-
Is it just hanging, or does Firefox actually close? In the former case, try waiting—it may just be trying to synchronize a large number of references (assuming you use sync).
-
You could sort on a field like "Rights" which isn't commonly used for other purposes.
-
If, with Word and Firefox open, you type echo 'MacWord addCitation' > "/Users/Shared/.zoteroIntegrationPipe_$LOGNAME" do you see a dialog asking you to add a citation to your document?
-
As far as I can tell, there's something wrong with the repository at the moment. Dan, who maintains the server-side parts of Zotero, is currently taking a much needed vacation, but I'll make sure he takes a look at this when gets back in a few days.
-
jschlerf, I think just fixed this bug in the OpenOffice Integration Trunk XPI. You can try it out in here, although you should make frequent backups of your document during testing, and make sure to install Zotero OpenOffice Integration 3.0a9 manua…
-
Try echo $LOGNAME
-
Can you provide a link to the articles that aren't saving? PubMed is working fine for me.
-
Sorry, misread your previous message. If the Add-ons menu is crashing, this is probably a Firefox bug. You might want to try creating a new Firefox profile and seeing if that makes Zotero work. If it does, you can migrate your old Zotero library to …
-
Yes, the proxy entries are saved along with the library, which explains why restoring your old library caused these issues. Glad to hear the problem is fixed.
-
Try editing the highlighted line to change it from Shell "bash -c ""echo 'OpenOffice " & cmd & "' > '" & path$ & "'""" to Shell "/bin/bash -c ""echo 'OpenOffice " & cmd & "' > '" & path$ & "'""" and let us kno…
-
Ah, I forgot—you will also want to click each of the hostnames in the list in the "Proxies" tab of the Zotero preferences and press the minus icon to delete each of them, so that the list there is empty.
-
Ah, I forgot—you will also want to click the hostnames in the list in the "Proxies" tab of the Zotero preferences and press the minus icon to delete each of them.
-
If that's the case, you can try disabling Zotero in Tools->Add-ons and seeing if it makes a difference, although this issue probably isn't related to Zotero. You might want to try deleting your cookies.
-
Try opening Zotero, selecting Preferences, clicking Proxies, and unchecking "Automatically remember proxied resources," and let us know if that fixes the problem.
-
1) It would be very helpful to us if you could give us a debug ID for the issue. 2) After you've generated a debug ID, uncheck "Automatically remember proxied resources" in your Zotero preferences. This will get rid of the issue for now, but it sho…
-
Try opening /Applications/Utilities/Terminal and typing the following followed by a return: ls -la /bin/bash Let us know what the output is.
-
Can you provide a report ID? Thanks.
-
What error message do you get?
-
That was a bit premature. It turns out that, with about 200 lines of code, it is in fact possible to do this. If you have a large document, integration will slow down considerably if you put references in tables because of the workaround necessary f…