Reasons why it would error out here..

  •  01-31-2007, 7:58 AM

    Reasons why it would error out here..

    Everything works fine on my local machine. I copied my entire chat directory to our development server and it stops working.
    It errors out in the EmbedChat.js file at this line:
     
    channel_window_onload=function()
    {
    HtmlInitialize();
    _SL_ParseXml(LoadChatClasses(__cc_urlbase+"ChatUI.Xml.Aspx?Type=ChannelMain"),
    null); 
    ReloadUI();
    setInterval(AdjustPanelLayout,100);
    Connect();
    }
     
    The error it gives is 'No data is available for requested resource'
     
    the line number it gave was line 31 so I went there and this is the line it shows:
     
    <img title="Bold" src='/IPNChat/CuteSoft_Client/CuteChat/images/bold.gif' class="button" onclick="SetFontBold((this.className=(this.className=='button'?'buttondown':'button'))=='buttondown')" />
    I went to that image directory to see if maybe it wasnt finding it and it is there.
     
    So my question is what are the reasons why it would error out at that point and give me that error? Am I missing a file or reference?
     
    Any help would be greatly appreciated.
     
View Complete Thread