Quote:
Originally Posted by paulket
Having the same problem with 4.1.8
Has anyone figured out how to fix this?
|
Quote:
Originally Posted by rbc1225
Chatbox comes up but when I place text and hit the submit button, nothing happens. Doesn't seem as though there is too good of support here since no updates since December and it is now March, but any help would be appreciated.
|
you need to do the following fix
Quote:
Originally Posted by digitalpoint
In chat.php, change this:
PHP Code:
LEFT JOIN " . TABLE_PREFIX . "customavatar ON (customavatar.userid = user.userid)
to this:
PHP Code:
LEFT JOIN " . TABLE_PREFIX . "customavatar AS customavatar ON (customavatar.userid = user.userid)
|