Log file in a chat application

Discussion in 'JavaScript' started by Bharadwaja, Mar 12, 2014.

  1. #1
    Hello everyone, I am a newbie to web development.
    I have an issue regarding a basic chat application that I am working on right now.
    The following is the link from which I am currently working right now.
    http://code.tutsplus.com/tutorials/how-to-create-a-simple-web-based-chat-application--net-5931
    The chat conversation is not being displayed. Please help me
     
    Bharadwaja, Mar 12, 2014 IP
  2. Tomve

    Tomve Active Member

    Messages:
    18
    Likes Received:
    1
    Best Answers:
    2
    Trophy Points:
    70
    #2
    well there can be a problem anywhere ... 1) this tutorial is almost 4 years old and there are a lot of changes (however with this old ajax library and code it could work); 2) you can have any bug in your code (no offence) and it's hard to find bug without code

    btw take a look here (http://thewoovee.com/blog/simple-chat-system-using-php-and-jquery/) it looks like similar tutorial what you posted + you can download source code and try demo
     
    Last edited: Mar 13, 2014
    Tomve, Mar 13, 2014 IP
  3. Bharadwaja

    Bharadwaja Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #3
    Could you please help me if I post the code here?
     
    Bharadwaja, Mar 13, 2014 IP
  4. Tomve

    Tomve Active Member

    Messages:
    18
    Likes Received:
    1
    Best Answers:
    2
    Trophy Points:
    70
    #4
    I can promise you nothing but I'll take a look on it.
     
    Tomve, Mar 13, 2014 IP
  5. Bharadwaja

    Bharadwaja Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #5
    I have worked according to the link you have given me, but instead of viewing the chat content, the page is directing to the login page.
     
    Bharadwaja, Mar 13, 2014 IP
  6. Tomve

    Tomve Active Member

    Messages:
    18
    Likes Received:
    1
    Best Answers:
    2
    Trophy Points:
    70
    #6
    it's weird because I downloaded source code and it's work on localhost/vps without problem

    (On the login page you write your nickname, then press Enter and you'll see the chat content)
     
    Tomve, Mar 13, 2014 IP