
02-10-2010, 04:26 PM
|
 |
|
|
Join Date: Aug 2008
Location: Wrocław
Posts: 1,353
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by AMG021
Code:
Database error in vBulletin 4.0.1:
Invalid SQL:
SELECT forum.forumid, forum.lastpost, forum.lastposter, forum.lastposterid, forum.lastthread, forum.lastthreadid, forum.lasticonid, forum.threadcount, forum.replycount, forum.lastpostid, forum.lastprefixid, default_tags_ids, user.usergroupid, user.homepage, user.options AS useroptions, IF(userlist.friend = 'yes', 1, 0) AS isfriend
FROM forum AS forum
LEFT JOIN user AS user ON (user.userid = forum.lastposterid)
LEFT JOIN userlist AS userlist ON (userlist.relationid = user.userid AND userlist.type = 'buddy' AND userlist.userid = 1);
MySQL Error : Unknown column 'default_tags_ids' in 'field list'
Error Number : 1054
Request Date : Wednesday, February 10th 2010 @ 08:32:42 AM
Error Date : Wednesday, February 10th 2010 @ 08:32:42 AM
Script : http://www..com/forum.php
Referrer : http://www..com/newthread.php?do=newthread&f=11
IP Address : 24.198.89.877
Username : mikey
Classname : vB_Database
MySQL Version : 5.0.51a-log
getting this error please help
|
It looks like installation goes wrong - did you imported product file? Please try uninstall and install mod again. If it still happens please PM me access details to your Admin CP and FTP - I will help you. As I see in your log - it happens during new thread creation. I cannot reproduce it on my side - so I need your assistance here. Thanks
|