Quote:
Originally Posted by AGIRABI
Code:
Database error in vBulletin 3.5.1:
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 < 1133220095 ORDER BY attachment.dateline DESC LIMIT 5;
MySQL Error : Unknown column 'gallery' in 'field list'
Error Number : 1054
Date : Monday, November 28th 2005 @ 04:21:35 PM
Script : http://www.istmod.com/forum/login.php
Referrer : http://www.istmod.com/forum/admincp/
IP Address : 85.99.27.54
Username : admin
Classname : vb_database
İ got this error where do i make mistake ?
|
I have the same problem. I tried uninstalling it and got that error. When I re-add the query, I get "This Page Can Not Be Displayed". When I drop the gallery column, I get the error again. In phpmyadmin, after adding the query, I get:
" : Missing parameter: db (FAQ 2.8)
: Missing parameter: table (FAQ 2.8)"
So what's going on?