Reekie_Red Posted December 1, 2009 Author Report Share Posted December 1, 2009 Works fine for me. There was 8 or 9 of us in there for the Rangers game. Have you tried on a different browser? Or a different computer? Quote Link to comment https://dev.donstalk.co.uk/topic/558-chat-system-in-testing/page/2/#findComment-70198
dave_min Posted December 1, 2009 Report Share Posted December 1, 2009 This is the error i'm getting XML Parsing Error: not well-formed Location: http://www.donstalk.co.uk/messageboard/chat/ Line Number 228, Column 340:return text.replace(arguments.callee.regExp,this.decodeSpecialCharsCallback);},decodeSpecialCharsCallback:function(str){switch(str){case '&':return '&';case '<':return '<';case '>':return '>';case ''':return '\'';case '"':return '"';default:return str;}},inArray:function(haystack,needle){var i=haystack.length;while(i--){if(haystack===needle){return true;}} -------------------------------------------------------------------------------------------------- I've only tried my laptop, shall check at uni tomorrow. Quote Link to comment https://dev.donstalk.co.uk/topic/558-chat-system-in-testing/page/2/#findComment-70199
BigAl Posted December 1, 2009 Report Share Posted December 1, 2009 Working fine today.......apart from the obvious i.e nae fucker to talk to Quote Link to comment https://dev.donstalk.co.uk/topic/558-chat-system-in-testing/page/2/#findComment-70237
glasgowdon Posted December 1, 2009 Report Share Posted December 1, 2009 This is the error i'm getting I've only tried my laptop, shall check at uni tomorrow. Looks like an encoding issue but I can't see that being the problem. Can't assume the XML is the problem if its working fine for everyone else, perhaps its the way your machine is translating the XML? Quote Link to comment https://dev.donstalk.co.uk/topic/558-chat-system-in-testing/page/2/#findComment-70240
TENEMENTFUNSTER Posted December 1, 2009 Report Share Posted December 1, 2009 Looks like an encoding issue but I can't see that being the problem. Can't assume the XML is the problem if its working fine for everyone else, perhaps its the way your machine is translating the XML? Oooooh, get her. I'll have fries wi that Johnny! Quote Link to comment https://dev.donstalk.co.uk/topic/558-chat-system-in-testing/page/2/#findComment-70241
dave_min Posted December 1, 2009 Report Share Posted December 1, 2009 Looks like an encoding issue but I can't see that being the problem. Can't assume the XML is the problem if its working fine for everyone else, perhaps its the way your machine is translating the XML? Or, the way it's not translating it So, how do I fix it then? Quote Link to comment https://dev.donstalk.co.uk/topic/558-chat-system-in-testing/page/2/#findComment-70242
glasgowdon Posted December 1, 2009 Report Share Posted December 1, 2009 This is the error i'm getting I've only tried my laptop, shall check at uni tomorrow. You installed any Virtual Machines for Developing software? I remember you mentioning you were programming a while back. Also, what browser you using? We may need to re-set something... XML Parsing Error: not well-formed Location: http://www.donstalk.co.uk/messageboard/chat/ LineNumber 228, Column 340:returntext.replace(arguments.callee.regExp,this.decodeSpecialCharsCallback);},decodeSpecialCharsCallback:function(str){switch(str){case'&':return '&';case '<':return '<';case'>':return '>';case ''':return '\'';case '"':return'"';default:return str;}},inArray:function(haystack,needle){vari=haystack.length;while(i--){if(haystack===needle){return true;}} Also, Admin, delete the bold character in the code, might just be that dave_min's browser is bullet proof. EDIT: That being said, it Validates perfectly. I can't even locate that code in any of the source. Maybe your config JavaScript files are being stored in cache and not being read again? @admins, is there any more source files that I can't find apart from the ones below. You'd think I'd done enough debugging today *_*: [pre]<script src="js/chat.js" type="text/javascript" charset="UTF-8"></script> <script src="js/custom.js" type="text/javascript" charset="UTF-8"></script> <script src="js/lang/en.js" type="text/javascript" charset="UTF-8"></script> <script src="js/config.js" type="text/javascript" charset="UTF-8"></script> <script src="js/FABridge.js" type="text/javascript" charset="UTF-8"></script> <script type="text/javascript"> [/pre] Quote Link to comment https://dev.donstalk.co.uk/topic/558-chat-system-in-testing/page/2/#findComment-70259
dave_min Posted December 2, 2009 Report Share Posted December 2, 2009 You installed any Virtual Machines for Developing software? I remember you mentioning you were programming a while back. Also, what browser you using? We may need to re-set something... I re-installed XP at the Weekend, I updated it to the newest version, and i've got the newest version of Firefox running right now. I tried it on same Laptop in IE and it worked first time Quote Link to comment https://dev.donstalk.co.uk/topic/558-chat-system-in-testing/page/2/#findComment-70262
glasgowdon Posted December 2, 2009 Report Share Posted December 2, 2009 I re-installed XP at the Weekend, I updated it to the newest version, and i've got the newest version of Firefox running right now. I tried it on same Laptop in IE and it worked first time It's still not working on Fx? Quote Link to comment https://dev.donstalk.co.uk/topic/558-chat-system-in-testing/page/2/#findComment-70307
dave_min Posted December 2, 2009 Report Share Posted December 2, 2009 It's still not working on Fx? Yup Quote Link to comment https://dev.donstalk.co.uk/topic/558-chat-system-in-testing/page/2/#findComment-70323
glasgowdon Posted December 2, 2009 Report Share Posted December 2, 2009 Try clearing your cache in Fx manually. Quote Link to comment https://dev.donstalk.co.uk/topic/558-chat-system-in-testing/page/2/#findComment-70337
El Padre™ Posted December 2, 2009 Report Share Posted December 2, 2009 Works fine for me on Firefox. Quote Link to comment https://dev.donstalk.co.uk/topic/558-chat-system-in-testing/page/2/#findComment-70338
Kowalski Posted December 2, 2009 Report Share Posted December 2, 2009 Yup The internet is not really for you is it? Quote Link to comment https://dev.donstalk.co.uk/topic/558-chat-system-in-testing/page/2/#findComment-70339
dave_min Posted December 2, 2009 Report Share Posted December 2, 2009 The internet is not really for you is it? I always hoped it was, but no, it does not, still not working Quote Link to comment https://dev.donstalk.co.uk/topic/558-chat-system-in-testing/page/2/#findComment-70345
Slim Posted April 11, 2010 Report Share Posted April 11, 2010 The chat keeps kicking me out and nae letting me back in on both IE and FF. Quote Link to comment https://dev.donstalk.co.uk/topic/558-chat-system-in-testing/page/2/#findComment-80049
Guest ally s Posted December 29, 2010 Report Share Posted December 29, 2010 The chat keeps kicking me out and nae letting me back in on both IE and FF. This is happening to me too. Any ideas? Quote Link to comment https://dev.donstalk.co.uk/topic/558-chat-system-in-testing/page/2/#findComment-98629
Guest ally s Posted December 29, 2010 Report Share Posted December 29, 2010 This is happening to me too. Any ideas? Anyone? Quote Link to comment https://dev.donstalk.co.uk/topic/558-chat-system-in-testing/page/2/#findComment-98690
manc_don Posted December 29, 2010 Report Share Posted December 29, 2010 It's not happened to me Might just be the latest firefox/ie update isn't compatable with the chat function? I am only guessing here. Quote Link to comment https://dev.donstalk.co.uk/topic/558-chat-system-in-testing/page/2/#findComment-98696
Kowalski Posted December 29, 2010 Report Share Posted December 29, 2010 Not happened to me yet. I'm using the latest version of Firefox. Quote Link to comment https://dev.donstalk.co.uk/topic/558-chat-system-in-testing/page/2/#findComment-98725
dave_min Posted December 29, 2010 Report Share Posted December 29, 2010 It's not happened to me Might just be the latest firefox/ie update isn't compatable with the chat function? I am only guessing here. Its only just started working for me since I updated to the newest firefox. Before I had to use IE to get it to work. Quote Link to comment https://dev.donstalk.co.uk/topic/558-chat-system-in-testing/page/2/#findComment-98726
RDU_64 Posted December 29, 2010 Report Share Posted December 29, 2010 I use Firefox and this also happens to me. Quote Link to comment https://dev.donstalk.co.uk/topic/558-chat-system-in-testing/page/2/#findComment-98739
Harcus Posted January 8, 2011 Report Share Posted January 8, 2011 My chat is fucked. some kind of typeerror? using chrome. Quote Link to comment https://dev.donstalk.co.uk/topic/558-chat-system-in-testing/page/2/#findComment-100460
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.