Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Other Forums
 Other Topics
 vB error

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2006-06-12 : 09:51:13
Adam writes "I was installing Gallery vB3.5.1 and i came up with this error

Database error in vBulletin 3.5.4:

Invalid SQL:
SELECT gallery, threadid, firstpostid, thread.title, attachmentid, attachment.dateline FROM attachment, thread, forum
WHERE gallery='1' AND thread.forumid=forum.forumid AND thread.firstpostid = attachment.postid AND attachment.dateline < 1149796256 ORDER BY attachment.dateline DESC LIMIT 5;

MySQL Error : Unknown column 'gallery' in 'field list'
Error Number : 1054
Date : Thursday, June 8th 2006 @ 08:50:56 PM
Script : http://www.peoplesforum.lardydar.com/forum/index.php
Referrer : http://www.peoplesforum.lardydar.com/
IP Address : 172.188.72.90
Username : Adam
Classname : vb_database

Looked in the Mysql database but cannot find them files what should i do thanks"

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2006-06-12 : 10:39:41
Check whether the column gallery exists in the table

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page

afrika
Master Smack Fu Yak Hacker

2706 Posts

Posted - 2006-06-12 : 11:04:26
Also take note. this forum is for MS SQL not mysql. see www.mysql.org www.dbforums.com www.sitepoint.com
Go to Top of Page
   

- Advertisement -