Word integration fails after update plugin
report ID: 77695387
Word claims that Zotero-plugin is outdated. After reinstall Zotero-plugin: "Word cannot open this document template" (c:\users\...\Zotero.dotm)
After OK Word starts without Zotero-tab
In Word options Add-ins: Zotero.dotm is shown under the Inactive Add-ins. After following
https://answers.microsoft.com/en-us/outlook_com/forum/all/how-do-i-activate-an-inactive-add-in/b4184bd4-b86b-4771-9b0c-cfa52bc0cc97
I get the identical message: Cannot open Zotero.dotm
In Word options Add-ins: two Zotero.dotm are shown under the Inactive Add-ins.
(after repeat: 3)
In C:\Users\...\Roaming\Microsoft\Templates: no Zotero.dotm present
c:\Users\...\Roaming\Microsoft\Word\STARTUP\:
Zotero.dotm 39 k 18-03-2022 12:30 -a--
~$Zotero.dotm 0 k 23-01-2019 15:39 -ah-
Word claims that Zotero-plugin is outdated. After reinstall Zotero-plugin: "Word cannot open this document template" (c:\users\...\Zotero.dotm)
After OK Word starts without Zotero-tab
In Word options Add-ins: Zotero.dotm is shown under the Inactive Add-ins. After following
https://answers.microsoft.com/en-us/outlook_com/forum/all/how-do-i-activate-an-inactive-add-in/b4184bd4-b86b-4771-9b0c-cfa52bc0cc97
I get the identical message: Cannot open Zotero.dotm
In Word options Add-ins: two Zotero.dotm are shown under the Inactive Add-ins.
(after repeat: 3)
In C:\Users\...\Roaming\Microsoft\Templates: no Zotero.dotm present
c:\Users\...\Roaming\Microsoft\Word\STARTUP\:
Zotero.dotm 39 k 18-03-2022 12:30 -a--
~$Zotero.dotm 0 k 23-01-2019 15:39 -ah-
- Deleted the Zotero.dotm from startup and reinstalled from Zot-prefs -> no solution
From the Manual install instructions:
"3 Find your Word startup folder and copy the path to the clipboard:
In the Word ribbon, click the File tab, click Options, and then click Advanced.
Under General, click File Locations. The current Startup folder should be listed. "
My File locations is greyed..
Tried Word in Run as admin, same problem, cannot open template, no Zotero in Word
https://www.zotero.org/support/word_processor_plugin_manual_installation#locating_your_word_startup_folder
c:\Program Files (x86)\Zotero\extensions\zoteroWinWordIntegration@zotero.org\install\Zotero.dotm 49 k 22-03-2022 19:56 -a--
c:\Users\Stroom01\AppData\Roaming\Microsoft\Word\STARTUP\Zotero.dotm 49 k 22-03-2022 19:56 -a--
https://www.zotero.org/support/reporting_problems
Closing Word, re-opening: no message, Zotero-tab available.
Closing Zotero, opening Word: all ok.
again Word options - Add-ins - Inactive add-ins: enabled the inactive template Zotero.dotm: again "Word cannot open this document template" (c:\users\...\Zotero.dotm).
So I had it running for some minutes, now the issue is back again ;(
has anyone reported a similar issue while their computer is using different security software (McAfee, Norton, etc.)? work & personal computers use Defender; i can't use Zotero in Word at work, but everything's just fine on the personal.
(this is on my work computer, where i don't have admin rights. i can try this later on my home computer.)
I'm on a work laptop as well, with admin rights, and on 6.0.3
edit: or do you mean that security software might be blocking the updated version of the dotm? So there's something new in the code of the updated dotm that security/Word won't tolerate?
Your IT department might be restricting loading of templates to specific files, so you should ask them. Word needs the ability to load the template file. You can also try double-clicking on the .dotm file within Startup, but that's only for testing.
word: Word for Microsoft 365 MSO (Version 2203 Build 16.0.15028.20070) 32-bit
opening dotm: "Word cannot open the document: user does not have access privileges." Same message as admin
and after several blocks & closing/opening Word: tried to open dotm again, suddenly no problem. Zotero tab active. For now ;)
workaround: I was able to copy the content of a document including Zotero-refs to that one file that opened the dotm. But it's messy: 1) hoping to be able to manually open the dotm, 2) cutting/pasting large docs.. not nice
anyway tnx for your support.
If you’ve saved changes to the .dotm, make sure you revert the Startup copy to the original version from the installation files.
Without corrupting dotm itself (as long as I do not forget to rename)
The Zotero.dotm file imports various functions from kernel32.dll, including:
- WideCharToMultiByte
- RtlMoveMemory
This will certainly trigger the rule.
These functions should be replaced with some equivalent code that avoids calling into kernel32.dll.