Hi Guys,
I have just come accross unexpected problem when
receiving a message from a memer on the forum
Could not get instant message post information
DEBUG MODE
SELECT u.username, u.user_id, u.user_sig_bbcode_uid, u.user_sig, pm.*, pmt.privmsgs_bbcode_uid, pmt.privmsgs_text, u2.username AS username2, u2.user_id AS user_id2 FROM phpbb_privmsgs pm, phpbb_privmsgs_text pmt, phpbb_users u, phpbb_users u2 WHERE pm.privmsgs_id = 126 AND pmt.privmsgs_text_id = pm.privmsgs_id AND pm.privmsgs_to_userid = 8 AND u.user_id = pm.privmsgs_from_userid AND u2.user_id = pm.privmsgs_to_userid
Line : 99
File : im_read.php
I dont even see the message from the member
can anyone help to understand the problem & help fix this with your knowledge & wisom
Thanx for your time.