Can't access zotero citation toolbar in word doc

Have mac os x and latest version of the plugin, zotero and word 2011. Pasted a paragraph from an old document done on word 2004 with Zotero 1.1 and lost ability to access zotero's citation feature in my document. The z citation toolbar is gone, although I still have access to the zotero database when I go to firefox. Have tried to reinstall everything. Still no go. Any thoughts? Thanks.

btw- Report ID: 1528371855
  • you're aware of this, right?
    http://www.zotero.org/support/kb/no_toolbar_in_word_2008_plugin
  • Yep. But Zotero is no longer listed there. Thanks.
  • Also tried to go through the applications file downloaded onto my mac. When I attempted to run Add Citation\coa.scpt received the following error message:

    Zotero experienced an error updating your document.

    AttributeError: Unknown property, element or command: 'active_document'

    Any thoughts? Thanks.
  • edited October 22, 2011
    When attempted to access zotero bibliography through applescript received the following message:

    try
    do shell script "PIPE=\"/Users/Shared/.zoteroIntegrationPipe_$LOGNAME\"; if [ ! -e \"$PIPE\" ]; then PIPE=~/.zoteroIntegrationPipe; fi; if [ -e \"$PIPE\" ]; then echo 'MacWord2008 addBibliography '" & quoted form of POSIX path of (path to current application) & " > \"$PIPE\"; else exit 1; fi;"
    on error
    display alert "Word could not communicate with Zotero. Please ensure that Firefox is open and try again." as critical
    end try

    ***

    Firefox was open, but it seemed not to recognize it. Thanks.
  • That's expected. You're not supposed to run the scripts from AppleScript Editor. They won't work if you do. They have to be run from the script menu.

    Have you tried this?
  • Simon, you're a genius! It worked. Thanks!!

This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.

Sign In or Register to comment.