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
btw- Report ID: 1528371855
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.
http://www.zotero.org/support/kb/no_toolbar_in_word_2008_plugin
Zotero experienced an error updating your document.
AttributeError: Unknown property, element or command: 'active_document'
Any thoughts? Thanks.
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.
Have you tried this?