Announcement

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

#1 2005-06-17 11:11:01

iamniche
New member
Registered: 2005-05-20
Posts: 4

Problems with Xinha under IE 6.0.28

Hello,

Under Firefox 1.0.4, Xinha loads ok but has the following errors in the JavaScript console:

Error: CharacterMap is not defined
Source File: http://tatties.lhb.scot.nhs.uk:8080/xinha/htmlarea.js
Line: 5201
Error: uncaught exception: Permission denied to call method XMLHttpRequest.open

However, under IE I get the same errors but it does not load ok - the boxes are greyed out and will not accept focus...

Any ideas?

Cheerio,
Nic.

Offline

#2 2005-06-17 20:30:07

mokhet
Xinha Authority
From: Paris, France
Registered: 2005-04-03
Posts: 105
Website

Re: Problems with Xinha under IE 6.0.28

As usual, can you provide an url where we can look what's happening on your version ? thank

Are you sure the CharacterMap plugin is located in the plugin directory ?

Offline

#3 2005-06-20 06:22:08

iamniche
New member
Registered: 2005-05-20
Posts: 4

Re: Problems with Xinha under IE 6.0.28

Firstly, I cannot provide you with a URL since it is on an internal server....i know this makes things more difficult but I can confirm that the CharacterMap is installed in the plugins directory.

The exact error is this:
Error: CharacterMap is not defined
Source File: http://tatties.lhb.scot.nhs.uk:8080/xinha/htmlarea.js
Line: 5201

If I run the examples in the xinha directory, there are no errors reported so it must be something with the way I am calling Xinha in my application.

Offline

#4 2005-06-20 06:37:49

iamniche
New member
Registered: 2005-05-20
Posts: 4

Re: Problems with Xinha under IE 6.0.28

Goddit! Sorry, but I had not updated the config for the live server as follows:

My config is in an XSL file (HTML template):

<!-- xhtml:script type="text/javascript">
            _editor_url  = "http://localhost:8080/xinha/"  // (preferably absolute) URL (including trailing slash) where Xinha is installed
            _editor_lang = "en";      // And the language we need to use in the editor.
          </xhtml:script -->
         
          <xhtml:script type="text/javascript">
            _editor_url  = "http://tatties.lhb.scot.nhs.uk:8080/xinha/"  // (preferably absolute) URL (including trailing slash) where Xinha is installed
            _editor_lang = "en";      // And the language we need to use in the editor.
          </xhtml:script>


problem solved.

Offline

#5 2005-06-20 22:54:54

mokhet
Xinha Authority
From: Paris, France
Registered: 2005-04-03
Posts: 105
Website

Re: Problems with Xinha under IE 6.0.28

iamniche wrote:

problem solved.

big_smile I think this is the phrase i love the most to read.

Offline

Board footer

Powered by FluxBB