Hi Roman, coldserenity wrote:
An addition to this post. 1) When I go to "edit page", then click "preview" and then click "back to edit", I can see the links hierarchy properly rendered at the top of the page (according to the parent that is currently set in the parent input). But when I save the page, no link hierarchy rendered (only space and the page itself).
2) Another weird thing is that we had some error when uploading 3 images (by using WYSIWYG editor insert image functionality). Corresponding log from xwiki.log
2010-03-25 11:33:33,592 [http://wikihost/xwiki/resources/js/xwiki/wysiwyg/xwe/WikiService.gwtrpc] [http://wikihost/xwiki/resources/js/xwiki/wysiwyg/xwe/WikiService.gwtrpc] WARN server.DefaultWikiService - Failed to get attachment: SQLStatistics010sm83k6zpjb24032010.gif not found.
What was the full name of the page where you tried to insert the images using the WYSIWYG? What were the file names of those images? Can you reproduce it all the time? What XE version are you using? Can you search for your images after the upload fails to see if they were added to a different page? I recently fixed http://jira.xwiki.org/jira/browse/XWIKI-5053 . Maybe it's related. Does the upload fail even on a page whose name contains only ASCII letters? Thanks, Marius
So we re-uploaded them as attachments (preserving same names that were used in case of errors) with links added in xwiki mode. The weirdness is that from time those images simply disappear without any message in logs.
I will try one use-case related to 2), will re-upload the images again, create a copy page and delete it. Looks like previous time I did that there was an error about those 3 charmed images in logs
2010-03-25 17:47:36,807 [http://wikihost/xwiki/bin/delete/TestSpace/2132425032010LoadTests2?confirm=1] [http://wikihost/xwiki/bin/delete/TestSpace/2132425032010LoadTests2?confirm=1] WARN .XWikiHibernateAttachmentStore - Error loading attachment content when deleting attachment EmChartBeanLoadTest2.1.3night24-25-03-2010.gif of doc TestSpace.2132425032010LoadTests2 2010-03-25 17:47:36,813 [http://wikihost/xwiki/bin/delete/TestSpace/2132425032010LoadTests2?confirm=1] [http://wikihost/xwiki/bin/delete/TestSpace/2132425032010LoadTests2?confirm=1] WARN .XWikiHibernateAttachmentStore - Error loading attachment content when deleting attachment SQLStatistics010sm83k6zpjb24032010.gif of doc TestSpace.2132425032010LoadTests2 2010-03-25 17:47:36,814 [http://wikihost/xwiki/bin/delete/TestSpace/2132425032010LoadTests2?confirm=1] [http://wikihost/xwiki/bin/delete/TestSpace/2132425032010LoadTests2?confirm=1] WARN .XWikiHibernateAttachmentStore - Error loading attachment content when deleting attachment SQLStatistics7mgg04hswgvtc24032010.gif of doc TestSpace.2132425032010LoadTests2
There was also some warning in the logs when copying the page
2010-03-25 17:44:42,264 [http://wikihost/xwiki/bin/view/XWiki/CopyDocument?sourcedoc=xwiki%3ATestSpac...] [http://wikihost/xwiki/bin/view/XWiki/CopyDocument?sourcedoc=xwiki%3ATestSpac...] WARN internal.DefaultVelocityEngine - Deprecated usage of method [com.xpn.xwiki.XWiki.copyDocument] in velocity macro@11,25
Regards, Roman