Text area of Edit page and Comment part are not empty

Hello everyone,
as i wanted to add some buttons in GUI of xwiki i worked a little with flamingo .vm files.
but I noticed that when i want to Edit the page with Edit button or when i want to leave a comment, there is some problem. the text area is not empty.
i thought I made a mistake in flamingo files and tryed to replace my flamingo directory with a not touched Falmingo directory but the problem is still there.
they are like this:
edit page
comment

Does anybody knows what did i wrong?

Thank you for your time and help:)

Hello @pegah,

Looks like you have some issues when CKEditor is loading.

May I ask for:

  • The version of XWiki you are running
  • The server logs, to see if something interesting is printed when the page loads
  • The brower’s logs

Also, do you know if it ever worked in the past? Do you know if any upgrades has been performed recently? Does CKEditor work on other pages?

Thanks

Hello @mleduc , first of all thank you for your time.

  • the version of my xwiki is 13.10.8
  • the browser log (sorry, some parts of it is in German ) :

[7956:23104:1020/100229.423:ERROR:device_event_log_impl.cc(214)] [10:02:29.422] USB: usb_device_handle_win.cc:1048 Failed to read descriptor from node connection: Ein an das System angeschlossenes Gerõt funktioniert nicht. (0x1F)
[7956:23104:1020/100229.425:ERROR:device_event_log_impl.cc(214)] [10:02:29.424] USB: usb_device_handle_win.cc:1048 Failed to read descriptor from node connection: Ein an das System angeschlossenes Gerõt funktioniert nicht. (0x1F)
[7956:23260:1020/100327.323:ERROR:util.cc(129)] Can’t create base directory: C:\Program Files\Google\GoogleUpdater

  • in logs Directory of tomcat i have multiple log files : Catalina , HostManager, LocalHost, LocalHost- access , Manager. which one do you need?

  • And I dont know if it worked before i start to work on it. And there was no upgrades on xwiki.

  • When i open xwiki edit i dont have this problem but all other Edit froms and Comment has this Problem.

I dont know if it is the usefull information. but i put my JavaEE Rest Api jar file into xwiki lib. and i changed the editactions.vm of Flamingo, to have some connections to Api and some extra Buttons.
When i remove my jar file or even put the original Flamino Directory i still have this Problem. I dont know if the Problem was there or not. I didnt check it as i installed the tomcat and xwiki on my windows.

Thank you :slight_smile:

i found this errors in browser: @mleduc

browser for comment error

browser error

The first line is very interesting, EditSheet should definitely be found.

  • What change did you do in flamingo .vm files?
  • The logs I’d like to see should be at a location like data/logs/2022_10_20.output.log
  • In the network tab of you browser debugger you should be able to search for EditSheet and click on. Then more details will be available on the “Response” tab (see the screenshot below)
  • Also, fullScreen.js is not something provided by default. Do you know from where it comes?

image