Jump to content
MakeWebGames

[rc] Help with daves chat!


Hybridd

Recommended Posts

EDIT: Ok so got most of it fixed no errors showing up now but there is still the issue i cant post nothing comes up or errors nothing just says start chatting now

the faction chat is working no problem this chat has been the worst thing iv had to convert in forever

EDIT AGAIN: ok so furthermore looking into it the info is inserting into the database but not showing up on the chat that i created

AND AGAIN:

ok so the issue lies here i think

WHERE `chat_channel` = ".$chat_data['channel_id']."

 

it returns a error

 

1. General

Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in /home/nonstopc/public_html/rc/ajax_chat/chat_ajax.php on line 125

Start Chatting below!

when i add a ' to the start of the ".$chat_data['channel_id']." and at the end the error goes away but no messages show up

ok so i was right the issue is coming from here looks like its not pulling the channel id for some reason

 

EDIT AGAIN LOL:

i forgot to change the _row to _array lol why it was not pulling id

Edited by NonStopCoding
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...