Re: [xwiki-users] Clean URL and WYSIWYG Issues
Thanks, that fixed it. Now, when I try to edit a page with the WYSIWYG editor it doesn't show up, and I get "wikiEditor is not defined" in firebug. Jonathan On Wed, Nov 12, 2008 at 11:05, Sergiu Dumitriu <[email protected]> wrote:
Jonathan Rudenberg wrote: ...
prototype.js is getting included as "/prototype.js", which returns a not
found message.
You could move it inside skins, and modify templates/javascript.vm to point to /skins/prototype.js instead of the current location.
-- Sergiu Dumitriu http://purl.org/net/sergiu/<http://lists.xwiki.org/mailman/listinfo/users>
Jonathan Rudenberg wrote:
Thanks, that fixed it.
Now, when I try to edit a page with the WYSIWYG editor it doesn't show up, and I get "wikiEditor is not defined" in firebug.
There seems to be a hard-coded URL left somewhere (or several), although we checked for this a long time ago. Can you look with firebug what URLs are accessed, and which ones end with 404 responses?
On Wed, Nov 12, 2008 at 11:05, Sergiu Dumitriu <[email protected]> wrote:
Jonathan Rudenberg wrote: ...
prototype.js is getting included as "/prototype.js", which returns a not
found message. You could move it inside skins, and modify templates/javascript.vm to point to /skins/prototype.js instead of the current location.
-- Sergiu Dumitriu http://purl.org/net/sergiu/
/tiny_mce/tiny_mce.js /wiki_editor/wiki_editor.js On Wed, Nov 12, 2008 at 16:49, Sergiu Dumitriu <[email protected]> wrote:
Jonathan Rudenberg wrote:
Now, when I try to edit a page with the WYSIWYG editor it doesn't show up, and I get "wikiEditor is not defined" in firebug.
There seems to be a hard-coded URL left somewhere (or several), although we checked for this a long time ago. Can you look with firebug what URLs are accessed, and which ones end with 404 responses?
-- Sergiu Dumitriu http://purl.org/net/sergiu/
I sent this a few days ago. Did anyone get a chance to take a look? Jonathan On Wed, Nov 12, 2008 at 16:54, Jonathan Rudenberg <[email protected]> wrote:
/tiny_mce/tiny_mce.js /wiki_editor/wiki_editor.js
On Wed, Nov 12, 2008 at 16:49, Sergiu Dumitriu <[email protected]> wrote:
Jonathan Rudenberg wrote:
Now, when I try to edit a page with the WYSIWYG editor it doesn't show up, and I get "wikiEditor is not defined" in firebug.
There seems to be a hard-coded URL left somewhere (or several), although we checked for this a long time ago. Can you look with firebug what URLs are accessed, and which ones end with 404 responses?
-- Sergiu Dumitriu http://purl.org/net/sergiu/
participants (2)
-
Jonathan Rudenberg -
Sergiu Dumitriu