I update XWIKI from 1.1 to 1.8 and I need to keep some VM. All JS files are imported into the editor and it seems all functions are correct except the "link" ->"wiki page". When I click "link" -> "wiki page" shown below:
http://n2.nabble.com/file/n3254443/image001.png It always showing "Loading data……", see the screenshot below: http://n2.nabble.com/file/n3254443/image003.png I find the problem is some code cannot be parsed: https://www.denver.com/xwiki/bin/edit/Test/$request.getContextPath()/rest/wikis/$context.getDatabase()/spaces?r=508400 The italic words are contents cannot be parsed. The right URL should be:http://www.denver.com/xwiki/rest/wikis/xwiki/spaces?r=788517 I think $request.getContextPath() should be parsed to: http://www.denver.com/xwiki ; and $context.getDatabase() should be parsed to: xwiki I don't know whether I am right or not. Is there anybody can point out the problem why the code cannot be parsed correctly? I will be so appreciated! -- View this message in context: http://n2.nabble.com/WYSIWYG-editor-link-function-cannot-work-tp3254443p3254443.html Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
