Re: Global.asax

  •  06-23-2009, 12:45 PM

    Re: Global.asax

    My code works now,
    I put my code completely in the global.asax and now (almost)everyting works
    users will be created into the cutechat module when they start it for the first time. Now it is also possible to start multiple instances.
    The only problem is that users can't add contacts
    so nobody has any friends
    When I'm trying to add another user I get this message
    "ADDCONTACT_CANTADDSELF"
    but actualy I want everyone to be in each contact list. so everybody is everybody's friend.
    But I can't figure out which dbtable contacts are stored.
    When I read some other posts here I get the feeling i'm missing a table "cutechat4_relation" or something
View Complete Thread