The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
need some help please
cannot figure out how to fix this:
Database error in vBulletin 3.0.3: Invalid SQL: SELECT filename, filesize, attachmentid, IF(thumbnail_filesize > 0, 1, 0) AS hasthumbnail FROM attachment WHERE posthash = '6d80fc5ea6bbf2e1856f963aaa855743' AND userid = 2 ORDER BY dateline mysql error: Unknown column 'thumbnail_filesize' in 'field list' mysql error number: 1054 Date: Monday 04th of October 2004 01:36:42 PM Script: http://www.customtruckforum.com/foru...6f963aaa855743 Referer: Username: IP Address: |
#2
|
||||
|
||||
Try changing it to IF(filesize > 0, 1, 0) ??
|
#3
|
||||
|
||||
The column `thumbnail_filesize` doesn't exist in the table `attachment`.
Use PhpMyAdmin to verify the column exists, or DESCRIBE attachment; in SSH. If this is a custom hack, I would forward this question to that author's thread. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|