Good day, I am seeing warnings like the following in the log file:
2019-05-20 13:14:54,397 [https://<servername>/xwiki/bin/edit/<pagepath>/WebHome?template=&parent=<parent>&title=<title>] WARN w.s.WysiwygEditorScriptService - Failed to import office attachment [xwiki:CKEditor.OfficeImporter@empty.txt]. Root cause is: RuntimeException: Edit right is required in order to import [xwiki:CKEditor.OfficeImporter@empty.txt].
I don’t have edit rights on the parent page, but I am the creator of the page that where I see the error.
Any ideas on how to fix?
Thanks!
Bill
The problem here is that the WYSIWYG editor for wiki pages checks if the “Office server” is available every time someone edits a page.
The Office server is used by the “Import Office File” feature. To check the availability of the Office server the editor triggers the import of a dummy file and checks the results.
One reason might be that your account does not have view rights on the page “CKEditor.OfficeImporter” - or as the error message says, you might need edit rights. I need to check why edit rights are required, actually.
This will be fixed in the next version of CKEditor Integration (1.34) which will be released soon. See Loading... .
1 Like
@ClemensRobbenhaar and @mflorea - Sounds good, thank you!
Bill
Thank you @mflorea, I updated CKEditor Integration extension to 1.34 and this resolved the error.