1
sophie040
Ajax chat
  • 2010/6/11 9:13

  • sophie040

  • Just popping in

  • Posts: 7

  • Since: 2010/6/7 1


Hello from a new you

I install ajax chat in xoops 2.4.4 which works fine in browsers Firfox, IE and Opera but I have this under google chrome error message that appears and impossible to post a message in the box ...
This page contains the following error:

error on line 388 at column 1: Extra content at the end of the document
Below Is a rendering of the page up to the first error.

if someone could help me solve my problem thank you in advance
good day

2
ghia
Re: Ajax chat
  • 2010/6/11 10:31

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


Can you look in your HTML source and see what is on that line?

3
sophie040
Re: Ajax chat
  • 2010/6/11 14:43

  • sophie040

  • Just popping in

  • Posts: 7

  • Since: 2010/6/7 1


thank you for your reply ....
I am a beginner but can you tell me what exactly is a source?
of ajax?
my theme?
thank you

4
ghia
Re: Ajax chat
  • 2010/6/11 17:19

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


The HTML source of your browser (in FireFox: View - Page source).

5
sophie040
Re: Ajax chat
  • 2010/6/11 17:26

  • sophie040

  • Just popping in

  • Posts: 7

  • Since: 2010/6/7 1


is the source of chromium ggogle
388 -> </tr>
<tr class="rowOdd">
<td><label for="wordWrapSetting">Activer la coupure des mots:</label></td>
<td class="setting"><input type="checkbox" id="wordWrapSetting" onclick="ajaxChat.setSetting('wordWrap', this.checked);"/></td>
</tr>

6
ghia
Re: Ajax chat
  • 2010/6/11 17:36

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


And what is in a few lines before?

7
sophie040
Re: Ajax chat
  • 2010/6/11 17:39

  • sophie040

  • Just popping in

  • Posts: 7

  • Since: 2010/6/7 1


<div id="settingsContainer" style="display:none;">
<h3>Preferences</h3>
<div id="settingsList">
<table>
<tr class="rowOdd">
<td><label for="bbCodeSetting">Activer BBCode:</label></td>
<td class="setting"><input type="checkbox" id="bbCodeSetting" onclick="ajaxChat.setSetting('bbCode', this.checked);"/></td>
</tr>
<tr class="rowEven">
<td><label for="bbCodeImagesSetting">Enable image BBCode:</label></td>
<td class="setting"><input type="checkbox" id="bbCodeImagesSetting" onclick="ajaxChat.setSetting('bbCodeImages', this.checked);"/></td>
</tr>
<tr class="rowOdd">
<td><label for="bbCodeColorsSetting">Enable font color BBCode:</label></td>
<td class="setting"><input type="checkbox" id="bbCodeColorsSetting" onclick="ajaxChat.setSetting('bbCodeColors', this.checked);"/></td>
</tr>
<tr class="rowEven">
<td><label for="hyperLinksSetting">Activer les liens:</label></td>
<td class="setting"><input type="checkbox" id="hyperLinksSetting" onclick="ajaxChat.setSetting('hyperLinks', this.checked);"/></td>
</tr>
<tr class="rowOdd">
<td><label for="lineBreaksSetting">Activer les lignes blanches:</label></td>
<td class="setting"><input type="checkbox" id="lineBreaksSetting" onclick="ajaxChat.setSetting('lineBreaks', this.checked);"/></td>
</tr>
<tr class="rowEven">
<td><label for="emoticonsSetting">Activer les émoticons:</label></td>
<td class="setting"><input type="checkbox" id="emoticonsSetting" onclick="ajaxChat.setSetting('emoticons', this.checked);"/></td>
</tr>
<tr class="rowOdd">
<td><label for="autoFocusSetting">Champ de saisie automatique :</label></td>
<td class="setting"><input type="checkbox" id="autoFocusSetting" onclick="ajaxChat.setSetting('autoFocus', this.checked);"/></td>
</tr>
<tr class="rowEven">
<td><label for="maxMessagesSetting">Max messages dans le chat:</label></td>
<td class="setting"><input type="text" class="text" id="maxMessagesSetting" onchange="ajaxChat.setSetting('maxMessages', parseInt(this.value));"/></td>
</tr>
<tr class="rowOdd">
<td><label for="wordWrapSetting">Activer la coupure des mots:</label></td>
<td class="setting"><input type="checkbox" id="wordWrapSetting" onclick="ajaxChat.setSetting('wordWrap', this.checked);"/></td>
</tr>

8
ghia
Re: Ajax chat
  • 2010/6/11 23:59

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


Don't see anything, that could explain the error message.
Are you sure this is the document where the error occurred in (because it seems more like a preference page then a chat page) and that the line position is correct?

9
sophie040
Re: Ajax chat
  • 2010/6/12 10:23

  • sophie040

  • Just popping in

  • Posts: 7

  • Since: 2010/6/7 1


hello

I just do not understand I test it works by anonymous and record but not in admin ...
thank you for your help

10
sophie040
Re: Ajax chat
  • 2010/6/13 22:21

  • sophie040

  • Just popping in

  • Posts: 7

  • Since: 2010/6/7 1


Hey,
problem solved I had to debug and disables it works now thank you for your help
good end of evening