
01-31-2010, 12:44 PM
|
 |
|
|
Join Date: Jul 2007
Location: 3rd Level of Hell
Posts: 502
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Nadeemjp
hey mrpaint, i am having errors, alot of errors whenever someone accesses the albums.
i am posting one of the errors as below:
Code:
Database error in vBulletin 4.0.1:
Invalid SQL:
SELECT
a.userid, a.attachmentid, a.state, a.contentid, a.filename, fd.userid as uploader, fd.extension, fd.filedataid, fd.thumbnail_dateline AS dateline, fd.thumbnail_filesize AS filesize, at.extension, at.mimetype, album.state AS albumstate, album.albumid, album.userid AS albumuserid, pbp.requirement AS privacy_requirement, a.fbbypass, a.fbpid
FROM attachment AS a
INNER JOIN filedata AS fd ON (a.filedataid = fd.filedataid) LEFT JOIN attachmenttype AS at ON (at.extension = fd.extension) LEFT JOIN album AS album ON (album.albumid = a.contentid) LEFT JOIN profileblockprivacy AS pbp ON (pbp.userid = a.userid AND pbp.blockid = 'albums')
WHERE a.attachmentid = 282 AND a.contenttypeid = 8;
MySQL Error : Unknown column 'a.fbbypass' in 'field list'
Error Number : 1054
Request Date : Sunday, January 31st 2010 @ 04:56:15 AM
Error Date : Sunday, January 31st 2010 @ 04:56:15 AM
Script : http://www.familybunker.com/forums/attachment.php?albumid=150&attachmentid=282t&thumb=1&dl=
Referrer : http://www.familybunker.com/forums/members/aamir.html
IP Address : xxxx
Username : xxx
Classname : vB_Database_MySQLi
MySQL Version : 5.1.30
with 3.8.4 there wasnt such error.
cna you cure it?
|
What version of the mod are you using?
Can you verify in myphpadmin there's that column is in your db?
|