Problems with Mac Users

Last post 11-18-2004, 11:17 AM by Adam. 4 replies.
Sort Posts: Previous Next
  •  09-06-2004, 4:16 AM 1724

    Problems with Mac Users

    Hi,

     
    I have problems with Mac users and some PC users in getting in to cute chat.
     
     
    Here are the errors from one Mac user:
     
    Tried to register for live chat using my email address as username, but
    couldn't. I got "Wrong Username" as an error message. I assume that the
    message should have been "Illegal character in username" or "Username
    unavailable", but I registered with EDITED OK.


    I tried "The Welsh chat", but got this error:
    @ http://chat.walez.net/CuteChat/ChatRoom.Aspx?RoomId=1 # 399 Object
    doesn't support this property or method

    The URL was:
    http://chat.walez.net/CuteChat/ChatRoom.Aspx?RoomId=1

    Hit "Retry" and got in, but with a javascript message box saying
    "Undefined"

    Can't send messages, get "Undefined" error

    Can't change text colour, get:
     "@ http://chat.walez.net/CuteChat/ChatRoom.Aspx?RoomId=1 # 511
    'runtimeStyle' is not an object"

    Same message for 'Smileys'

    "Undefined" error for avatars and help

    Save pulls up a box 1x1px wide, can just see the close box, can't
    resize the window, can't see any of the content.

    I imagine that these errors are because I'm not logged in. All with IE
    5.2.3, OS X 10.3.5

    IE is being very unstable at the moment, I'm not sure if it's your
    pages, but it is unusual.

    Safari gives a much more interesting error:

    (URL is http://chat.walez.net/CuteChat/ChatRoom.Aspx?RoomId=1)

    -------------

    Server Error in '/' Application.

    Compilation Error
      Description: An error occurred during the compilation of a resource
    required to service this request. Please review the following specific
    error details and modify your source code appropriately.

     Compiler Error Message: CS1501: No overload for method 'Connect' takes
    '2' arguments

    Source Error:

    Line 5:
    Line 6:  //Connect the chat room !
    Line 7:  string
    onlineid=Manager.Connect(CurrentUser,Request.UserHostAddress);
    Line 8:
    Line 9:  string
    querystr="?
    roomid="+RoomId+"&guestname="+HttpUtility.UrlEncodeUnicode(CurrentUser.N
    ickName)

    Source File:
    C:\domains\chat.walez.net\wwwroot\CuteChat\ChatRoom_FS.Aspx     Line: 7

     Show Detailed Compiler Output: [link]

    Show Complete Compilation Source: [link]

    Version Information: Microsoft .NET Framework Version:1.1.4322.573;
    ASP.NET Version:1.1.4322.573

    -------------

    Obviously I didn't get any of the controls, so I couldn't test them.
  •  09-06-2004, 11:15 PM 1734 in reply to 1724

    Re: Problems with Mac Users

    designserve :

     
    Sorry about that problems .
     
    The cutechat mainly support "Windows Internet Explorer 5.0" (WIE) or higher .
    The cutechat support other browsers too.
     
    Here is a bug in ChatRoom_FS.Aspx , please change
     
    string onlineid=Manager.Connect(CurrentUser,Request.UserHostAddress);
    to
    string onlineid=Manager.Connect(CurrentUser,Request.UserHostAddress,null);
     
    --------------
    Although the "Mac Internet Explorer" (MIE) is Internet Explorer , But it's different from WIE . It have another team , and another implementation , so you would see the scripting error there  . 
     
    So the cutechat should treat the MIE as "other browser" . (But we treat it as WIE currently , It's a bug..)
     
    ---------------------------------------------------------------------
     
    We have planed to finish the support for other browsers in CuteChat 2.0 , at about 15/Oct .
     
    Regards  , Terry .
  •  09-08-2004, 5:57 PM 1751 in reply to 1734

    Re: Problems with Mac Users

    thanks, have done that and will report back.
  •  11-18-2004, 11:04 AM 2476 in reply to 1734

    Re: Problems with Mac Users

     cutechat wrote:
     
    Here is a bug in ChatRoom_FS.Aspx , please change
     
    string onlineid=Manager.Connect(CurrentUser,Request.UserHostAddress);
    to
    string onlineid=Manager.Connect(CurrentUser,Request.UserHostAddress,null);
     
    Regards  , Terry .

     
    I applied this fix and receive this error now.
     

     Compiler Error Message: CS0029: Cannot implicitly convert type 'CuteChat.ChatOnline' to 'string'

    Source Error:

     
    Line 7:  Response.Write(Request.UserHostAddress);
    Line 8:  Response.End();
    Line 9:  string onlineid=Manager.Connect(CurrentUser,Request.UserHostAddress,null);
    Line 10:
    Line 11: string querystr="?roomid="+RoomId+"&guestname="+HttpUtility.UrlEncodeUnicode(CurrentUser.NickName)
     

  •  11-18-2004, 11:17 AM 2480 in reply to 2476

    Re: Problems with Mac Users

    twdo,

     
    when did you download the software?
     
    In the latest build, we have fixed this problem.

    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

View as RSS news feed in XML