I had strange issues when I first installed ajaxIM. Sometimes the messages weren't even saved in the DB, some other times they didn't made it through the recipient. I noticed that the SQL queries included some <em>...</em> where they shouldn't. Hence the fields were set to 0 and the message couldn't be sent to the recipient.
Here is my patch that seems to fix this (using !variable instead of %variable in the t() function).

CommentFileSizeAuthor
#1 ajaxim_fixed_chat_1.patch735 bytesbicou
ajaxim_fixed_chat.patch1.52 KBbicou

Comments

bicou’s picture

StatusFileSize
new735 bytes

There was another line where %variables were used, here is the patch to this.

akhodakovskiy’s picture

Assigned: Unassigned » akhodakovskiy
Status: Needs review » Fixed

This issue was fixed by another patch and commited to cvs.
Anyway, thanks for help! We appreciate it.

Anonymous’s picture

Status: Fixed » Closed (fixed)