Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#1 2009-08-14 13:00:06

pee
New member
Registered: 2009-08-14
Posts: 3

Editor Url is not set: Why?

Hi,

when I get on my page with the textarea, so get the following message.

WARNING: _editor_url is not set!  You should set this variable to the editor files path; it should preferably be an absolute path, like in '/htmlarea/', but it can be relative if you prefer.  Further we will try to load the editor files correctly but we'll probably fail.

But I've setted the _editor_url:

<script type="text/javascript">
    _editor_url  = '/cake/js/xinha/'
  // (preferably absolute) URL (including trailing slash) where Xinha is installed
    _editor_lang = "en";      // And the language we need to use in the editor.
    _editor_skin = "silva";   // If you want use a skin, add the name (of the folder) here
  </script>

Xinha is working right - only the CSS-file is not loaded. So the textareas are displayed in a chaos. The screenshot: http://www.ubuntu-pics.de/bild/21871/sc … PDutUf.png

Please help. :-)

Offline

#2 2009-08-15 09:51:22

ateslik
Xinha Community Member
Registered: 2009-07-16
Posts: 33

Re: Editor Url is not set: Why?

_editor_url  = '/cake/js/xinha/';

Notice the trailing ';' character.

Offline

#3 2009-08-15 18:16:15

pee
New member
Registered: 2009-08-14
Posts: 3

Re: Editor Url is not set: Why?

I've setted the semicolon, but the same error is coming. Has anybody an further idea? :-)

Offline

#4 2009-08-25 17:27:56

pee
New member
Registered: 2009-08-14
Posts: 3

Re: Editor Url is not set: Why?

Ok, the config-file include has to after setting the editor-url. thanks for your attention. :-D

Offline

Board footer

Powered by FluxBB