
11-21-2004, 01:52 AM
|
|
|
Join Date: Oct 2004
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by lancepoint
after installation i tried to edit options i got this sql error
HTML Code:
Database error in vBulletin 3.0.3:
Invalid SQL: update vbulletin_vbchat_datastore set d_online='yes',d_allowbbcode='yes',d_bannedgroups='',d_bannedusers='',d_chat_order='bottom',d_smiliedisplay='0',d_smilieamount='0',d_allowbantag='1',d_maxrooms='1',d_smilequery='0',d_autoprune='1',d_autoprunedays='1' where did='1'
mysql error: Unknown column 'd_smiliedisplay' in 'field list'
mysql error number: 1054
then i went to check out the chat from client side by hitting vbchat on the navbar and where the chat goes i got this error
HTML Code:
Database error in vBulletin 3.0.3:
Invalid SQL: select m.*,u.* from vbulletin_vbchat_store m
left join vbulletin_user u on (u.userid = m.s_postby) where m.s_forroom = '0' order by m.s_postime desc limit 0,15
mysql error: Unknown column 'm.s_forroom' in 'where clause'
mysql error number: 1054
your help is much appreciated!
|
I too this error after installation, show up
|