Hi Shawn,
Can you help me with the install please.
---
Chat messages do not display
Getting this DB error:
Any ideas?
Code:
Database error in vBulletin 4.1.7:
Invalid SQL:
SELECT chat.*, user.username, user.usergroupid, user.displaygroupid, user.infractiongroupid, user.membergroupids, IF(LENGTH(customavatar.filedata) AND customavatar.width AND customavatar.height, 1, 0) AS has_avatar, customavatar.dateline AS avatar_dateline
FROM tfdigitalpoint_chat AS chat
LEFT JOIN tfuser AS user ON (user.userid = chat.userid)
LEFT JOIN tfcustomavatar ON(customavatar.userid = user.userid)
ORDER BY chatid DESC
LIMIT 50;
MySQL Error : Unknown column 'customavatar.filedata' in 'field list'
Error Number : 1054
Request Date : Wednesday, October 26th 2011 @ 02:55:01 PM
Error Date : Wednesday, October 26th 2011 @ 02:55:01 PM
Script : http://www.travel-fans.com/chat.php?do=ajax
Referrer : http://www.travel-fans.com/chat.php
IP Address : 62.255.192.162
Username : Hybrid
Classname : vB_Database
MySQL Version : 5.5.17-cll