Using error webmessenger

Last post 10-09-2008, 10:21 AM by testtest. 12 replies.
Sort Posts: Previous Next
  •  03-03-2008, 10:43 AM 37502

    Using error webmessenger

    It has as to install webmessenger in a site that already is ready, without having that to create a new domain for the same?

    I have my site www.meusite.com, I created link Messenger:

    <href= " BLOCKED SCRIPT ; “ onclick= " Chat_OpenMessenger () “>Messenger< /a>

    I made import:

    <script src= " WebMessenger/CuteSoft_Client/CuteChat/IntegrationUtility.js.aspx " type= " text/Javascript ">< /script>

    When clico in link of the following errors:

    http://www.meusite.com/WebMessenger/CuteSoft_Cliente/CuteChat/Messenger.Aspx,3423
    “__cc_version” not this defining
    window_error

    http://www.meusite.com/WebMessenger/CuteSoft_Cliente/CuteChat/Messenger.Aspx,3426
    “__cc_urlbase” not this defining
    window_error
    LoadChatClasses
    anonymous function
     

    The system works perfectly running on http://localhost/meusite

    I do not understand how to use the right of my users of my database, then after a user register ja I add it in the table of the system webmessenge and use the following codes pra select them.

    public override string FindUserLoginName(string nickName)
            {
                return RecuperaCampo("DisplayName", "CuteChat4_User", "DisplayName = '" + nickName + "'");
            }

            public override bool GetUserInfo(string loginName, ref string nickName)
            {
                if(RecuperaCampo("DisplayName", "CuteChat4_User", "DisplayName = '"+ loginName +"'") == "")
                    return false;
                //UserData userdata = new UserData();
                //if (!userdata.IsUsernameExists(loginName))
                //    return false;

                nickName = loginName;

                return true;
            }

  •  03-03-2008, 3:29 PM 37508 in reply to 37502

    Re: Using error webmessenger

    Please add the following entry to your web.config file:

    <add key="CuteChat.DisableZipCompress" value="true" />

    Keep me posted

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  03-04-2008, 5:38 AM 37524 in reply to 37508

    Re: Using error webmessenger

    Added within the appSettings tags, but not resolved, continues with the same error:
     
    One important detail: I have my application with my web.config file, then only sem kopiral some information web.config of the application webmessenges cute, and it worked on localhost, but the server does not work.
  •  03-04-2008, 6:23 AM 37527 in reply to 37524

    Re: Using error webmessenger

    The DLL inside the folder BIN has the same version 4.1.0.0, and the file has LoadSettings.aspx the version on line 19 defined as

    __cc_version Var = 3.12; / / 3.1;

    Var __cc_urlbase ='<%= ResolveUrl("./")%>';

    To correct this?
  •  03-04-2008, 6:34 AM 37528 in reply to 37527

    Re: Using error webmessenger

    The error occurs in these lines:
     
    var chatui_random=__cc_version;
    url=__cc_urlbase+"Xml/"+url
  •  03-04-2008, 1:15 PM 37555 in reply to 37528

    Re: Using error webmessenger

    Please try the following step:
     
    1. Download the control again
    2. Delete all files on your server
    3. Install the version 4.1.
     
    Keep me posted
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  03-04-2008, 1:46 PM 37562 in reply to 37555

    Re: Using error webmessenger

    I downloaded the version of the link: http://cutesoft.net/downloads/folders/21915/download.aspx, not advanced. With date of 02-13-2008.
     
    And this version of 2008 also uses the same lines. Is that correct?

    __cc_version Var = 3.12; / / 3.1;

    Var __cc_urlbase ='<%= ResolveUrl ("./")%>';

    Var = (__cc_strings
     
  •  03-04-2008, 1:59 PM 37566 in reply to 37562

    Re: Using error webmessenger

    Yes.
     
    If reinstallation doesn't help. Please check your server.
     
    Is it running web garden or load balancing?
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  03-04-2008, 3:01 PM 37570 in reply to 37566

    Re: Using error webmessenger

    Adam seems that the error is in my installation:

    Como deve instalá-lo;
    Tenho minha aplicação em http://www.meudominio.com, criei uma pasta chamada CuteSoft e colei tudo que estava dentro do arquivo zipado que baixei.

    The correct place is the implementation cutemessenger within my web site?

    You are correct?
  •  03-04-2008, 3:08 PM 37572 in reply to 37570

    Re: Using error webmessenger

    In my local server, created a new website and put all the content that downloaded, when running it now generates an error of javascript.
    syntax error
    var cookie=name+"="+escape(value)+"; path=/;";"n

    And click on the web link IM it generates another error:
     
    Chat_OpenMessenger is not defined
     
    These errors were generated by its application. Running on my local server without any connection with my system
     
    Follow several of the tutorials that are here on the site, but none satisfied.

    Maybe you could explain better how to install. It could make it work once itegrado with my DB, but when put in the server online it does not work.
     
  •  03-04-2008, 3:51 PM 37573 in reply to 37572

    Re: Using error webmessenger

    This error of versio defined may not occur due to testing in a subdomain.
    Ex: I am testing in the sub site.amigosdotimao.com and licence was issued to www.amigosdotimao.com
  •  10-09-2008, 10:21 AM 44736 in reply to 37502

    Re: Using error webmessenger

    I have exactly the same problem...
    It was OK for some times but now it's broken.
    Is it fix ?
View as RSS news feed in XML