Office Mac 2011
This is an old discussion that has not been active in a long time. Instead of commenting here, you should start a new discussion. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
I have the same problem,
I installed word 2011, no zotero menu when I click on the script icon
then I have tried to reinstall zotero with the plugin for word : no effect
then I have installed the betas version : no effect
and moreover, i have lost the integration for word 2008...
I have a french version of word.
many thks for your help
ZOtero is a great software !!!
It works !!!
actually, I have deleted the zotero directory in the microsoft user data, then reinstall the zotero integration module. and now it's ok
thks you very much
Marc
Regards
from México
I can only access it from the Menu
Just installed Office 2011 and am appreciating the new version of Word, except for not having figured out Zotero integration.
http://www.zotero.org/support/kb/no_toolbar_in_word_2008_plugin
Regards
From México.
Took an additional step to get it to work. So, for others to see, the steps that worked for me were:
1. close Word
2. install PythonExt into Zotero
3. install Zotero MacWord Integration 3.0b5 into Zotero
( regarding the above two steps, see
http://www.zotero.org/support/word_processor_plugin_installation )
4. in Firefox, under the Tools menu go to "add-ons," and then in "add-ons" go to "Zotero MacWord Integration" and click on "preferences" there. Click on "reinstall Word components."
( regarding step 4 or problems with non-English versions of Word, see http:///word_processor_plugin_troubleshooting#scripts_do_not_appear_in_word_20082011_or_are_incompatible )
5. open Word. Zotero should now be listed under the scripts menu.
Glad it worked for me. Hopefully, this info is useful to others
The problem occurs with zotero 2.1b2 and MacWord integration 3.1a2 (as well as previous versions) when adding a citation to a word 2011 document.
Steps to reproduce the problem :
1 - Open Firefox
2 - Open Word
3 - Use Add Citation from the scripts menu
4 - Choose any citation style and click ok
ERROR:xpcom:Unhandled exception calling 'int8 setDocumentData(in wstring);'
Traceback (most recent call last):
File "/Users/marc/Library/Application Support/Firefox/Profiles/nq0ndjuv.default/extensions/pythonext@mozdev.org/pylib/xpcom/server/policy.py", line 277, in _CallMethod_
return 0, func(*params)
File "/Users/marc/Library/Application Support/Firefox/Profiles/nq0ndjuv.default/extensions/zoteroMacWordIntegration@zotero.org/pylib/MacWord.py", line 212, in setDocumentData
self.properties.setProperty(PREFS_PROPERTIES[0], documentData)
File "/Users/marc/Library/Application Support/Firefox/Profiles/nq0ndjuv.default/extensions/zoteroMacWordIntegration@zotero.org/pylib/MacWord.py", line 955, in setProperty
with_properties={k.name:docPropertyName, k.value:docPropertyValue})
File "/Users/marc/Library/Application Support/Firefox/Profiles/nq0ndjuv.default/extensions/zoteroMacWordIntegration@zotero.org/pylib/appscript/reference.py", line 499, in __call__
raise CommandError(self, (args, kargs), e, self.AS_appdata)
CommandError: Command failed:
OSERROR: -1708
MESSAGE: Application could not handle this command.
COMMAND: app(u'/Applications/Microsoft Office 2011/Microsoft Word.app/').make(new=k.custom_document_property, with_properties={k.name: u'ZOTERO_PREF_1', k.value: u'<data data-version="3" zotero-version="2.1b2"><session id="Z5tutkTV"/><style id="http://www.zotero.org/styles/harvard1" hasBibliography="1" bibliographyStyleHasBeenSet="0"/><prefs><pref name="fieldType" value="Field"/><pref name="noteType" value="0"/></pr'}, at=app(u'/Applications/Microsoft Office 2011/Microsoft Word.app/').active_document.end)
[JavaScript Error: "[Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [zoteroIntegrationDocument.setDocumentData]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: chrome://zotero/content/xpcom/integration.js :: anonymous :: line 452" data: no]" {file: "chrome://zotero/content/xpcom/integration.js" line: 452}]
"Zotero experienced and error updating your document."
My report ID is: 960391268
I am using an English version of Word. The scripts appear to be in the correct directory. Why can't I add citations?
"Zotero experienced an error updating your document."
System: Mac OS 10.6.5 MSOffice 2011 Firefox 3.6.13
Have power cycled laptop
Have re-installed all components except MSOffice
Report ID 196798864
If you create a new document in Word, open /Applications/Utilities/AppleScript Editor, paste the following:
tell application "Microsoft Word" to make new custom document property at active document with properties {name:"ZOTERO_PREF_1", value:"<data><session id=\"65lGMSdx\"/><style id=\"http://www.zotero.org/styles/mla\" hasBibliography=\"0\"/><prefs><pref name=\"fieldType\" value=\"Field\"/><pref name=\"noteType\" value=\"0\"/></prefs></data>"}
and click "Run," do you also get an error? If so, if you type
tell application "Microsoft Word" to name of active document
and press "Run," what appears in the "Result" pane below where you enter the script?
Thanks for your prompt reply.
I went through your first step outlined above, pasting the whole paragraph and got the following error:
error "Microsoft Word got an error: Can’t make class custom document property." number -2710 from custom document property to class
I then pasted in the single line below the multiple line command and also got the same error.
Thanks,
Reid
ran
'tell application "Microsoft Word" to name of active document'
result: missing value