10-13-2007, 08:28 AM
|
|
|
Join Date: Jul 2007
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
PostCount DB Error
Hello there,
I upgraded my forum script lately to 3.6.7 and added all plugins back...
But since then i have this problem, whenever someone opens a postcount page a database error appears.
eg: showpost.php?p=88595&postcount=4
Quote:
Database error in vBulletin 3.6.7:
Invalid SQL:
SELECT
post.*, post.username AS postusername, post.ipaddress AS ip, IF(post.visible = 2, 1, 0) AS isdeleted,
user.*, userfield.*, usertextfield.*,
icon.title as icontitle, icon.iconpath,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid
,avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline,customavatar.width AS avwidth,customavatar.height AS avheight
,
editlog.userid AS edit_userid, editlog.username AS edit_username, editlog.dateline AS edit_dateline, editlog.reason AS edit_reason,
post_parsed.pagetext_html, post_parsed.hasimages
FROM post AS post
LEFT JOIN user AS user ON(user.userid = post.userid)
LEFT JOIN userfield AS userfield ON(userfield.userid = user.userid)
LEFT JOIN usertextfield AS usertextfield ON(usertextfield.userid = user.userid)
LEFT JOIN icon AS icon ON(icon.iconid = post.iconid)
LEFT JOIN avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN customavatar AS customavatar ON(customavatar.userid = user.userid)
LEFT JOIN editlog AS editlog ON(editlog.postid = post.postid)
LEFT JOIN post_parsed AS post_parsed ON(post_parsed.postid = post.postid AND post_parsed.styleid_code = -1 AND post_parsed.styleid_html = -1 AND post_parsed.styleid_php = -1 AND post_parsed.styleid_quote = -1)
WHERE post.postid = 88595;
MySQL Error : Table 'd60257574.post_parsed' doesn't exist
Error Number : 1146
Date : Saturday, July 28th 2007 @ 04:43:33 AM
Script : http://vcoderz.com/forum/showpost.ph...95&postcount=4
Referrer :
IP Address : 82.198.15.203
Username : xcoder
Classname : vB_Database
|
How to fix that?
Thanks in advance
--------------- Added at 09:32 ---------------
the customer support manager at vbulletin.com said that one of my modifications is causing this problem .
how can i know which mod is causing that ?
|