Time : 13:26:00
SQLSTATE[23000]: Integrity constraint violation: 1052 Column 'message_id' in where clause is ambiguous
Raw SQL : SELECT notice_messages.reply_id as reply_id, notice_messages.file as file, notice_messages.file_name as file_name, notice_messages.message_id as message_id, notice_messages.message_id as message_id, notice_messages.message as message, notice_messages.from_id as from_id, notice_messages.created_on as created_on, notice_messages.chat_type as chat_type, notice_messages.mime as mime FROM `notice_messages` join notice_room_message on notice_messages.message_id = notice_room_message.message_id WHERE notice_messages.message_id = message_id

Time : 12:25:49
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'reply_id' in 'field list'
Raw SQL : INSERT INTO notice_messages(message,chat_type,from_id,reply_id) VALUES (:message,:chat_type,:from_id,:reply_id)
