Quote:
Quote:
Originally posted by Okiewan
This error started after a recent apache/php upgrade. Any input would be appreciated, getting tons of error email
In addition... users are saying that suddenly others are on their Ignore Lists ... when they "click here to read thread" another bookmarks related SQL error shows.
Odd stuff.
|
Originally posted by NuclioN
Yep, same error over here. When a user is on ignore and someone clicks "HERE" to read the post, this error shows up
|
Same thing with me, here's the error I'm getting...
Database error in vBulletin 2.2.9:
Invalid SQL:
SELECT
post.*,SUM(bookmarks.public) AS bmcount,SUM(bookmarks.counter) AS allhits,post.username AS postusername,post.ipaddress AS ip,user.*,userfield.*,icon.title as icontitle,icon.iconpath,
attachment.attachmentid,attachment.filename,attach ment.visible AS attachmentvisible,attachment.counter
,avatar.avatarpath,NOT ISNULL(customavatar.avatardata) AS hascustomavatar,customavatar.dateline AS avatardateline
,signature.signaturepath,NOT ISNULL(customsignature.signaturedata) AS hascustomsignature,customsignature.dateline AS signaturedateline
FROM post
LEFT JOIN icon ON icon.iconid=post.iconid
LEFT JOIN user ON user.userid=post.userid
LEFT JOIN userfield ON userfield.userid=user.userid
LEFT JOIN avatar ON avatar.avatarid=user.avatarid
LEFT JOIN customavatar ON customavatar.userid=user.userid
LEFT JOIN signature ON signature.signatureid=user.signatureid
LEFT JOIN customsignature ON customsignature.userid=user.userid
LEFT JOIN attachment ON attachment.attachmentid=post.attachmentid
WHERE post.postid = '2777'
mysql error: Unknown table 'bookmarks' in field list
mysql error number: 1109
Date: Thursday 02nd of January 2003 03:02:42 PM
Script:
http://www.expectedmiracles.com/foru...st&postid=2777
Referer:
Anyone know how to fix this? Seems to be the only error I've ever gotten and it keeps popping up from time to time.