damn im getting this error
Quote:
Database error in vBulletin 2.2.8:
Invalid SQL: SELECT attachment.attachmentid,attachment.userid,attachme nt.dateline,attachment.filename,attachment.visible ,attachment.private,attachment.counter,post.postid ,post.threadid,thread.title,user.username FROM attachment LEFT JOIN post on attachment.attachmentid=post.attachmentid LEFT JOIN thread USING(threadid) LEFT JOIN user on attachment.userid=user.userid WHERE attachment.visible=1 AND post.attachmentid<>0 LIMIT 0,15
mysql error: Unknown column 'attachment.private' in 'field list'
mysql error number: 1054
|
this is how i have set up the attatc.php file
PHP Code:
//===================== config ===============
$privattach = 0; // set this to 1 if you have the private attachments hack installed. 0 if not.
$ppg = 15; // atttachments to show per page
$maxppg = 100; // maximum attachments per page
$attachviewer = 1; //set this to 1 if you've got the attachment viewer installed. 0 if not.
//============================================
please can you help me out ? thanks