View Single Post
  #1  
Old 6th January 2020, 13:17
rio rio is offline
Senior Member
 
Join Date: May 2019
P2P
Posts: 55
Default XML Parsing Error: not well-formed Ajax chat
I am getting a XML Parsing Error: not well-formed with Ajax chat by Frug

XML Parsing Error: not well-formed Location: https://mysite.tk/shout/?ajax=true&l...me&channelID=0 Line Number 39, Column 163:

Line 39

<script src="/static/functions/jquery.autocomplete.js?v=1517321378" type="text/javascript" integrity="sha256-6LHJARDolxe6qb3yJzy4rf9tm5tYQDar1t1taAqbALs=" async></script>
Column 163

// Listen for click event on suggestions list:
container.on('click.autocomplete', suggestionSelector, function () {
that.select($(this).data('index'));
});

UPDATE : I Manage to fix it ;) thus please ignore this thread
__________________
Live Free... Share Free...

Last edited by rio; 6th January 2020 at 14:09. Reason: Fixed the problem
Reply With Quote