If you're still doing support for this great hack, I could use some help...
I installed your hack last week, and now I'm getting some Database errors in my inbox. The hack appears to be working, so I'm not sure what the problem is. Here's the error I get:
Quote:
Database error in vBulletin 2.2.9:
Invalid SQL:
SELECT
post.*,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
FROM post
LEFT JOIN icon ON icon.iconid=post.iconid
LEFT JOIN user ON user.userid=post.userid,ratetradetotal
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 attachment ON attachment.attachmentid=post.attachmentid
WHERE post.postid = '372305'
mysql error: Table 'gaowners_vb.ratetradetotal' doesn't exist
mysql error number: 1146
Date: Friday 17th of September 2004 07:39:14 PM
Script: http://www.gaownersclub.com/forum/forum/showthread.php?s=&action=showpost&postid=372305&
Referer:
|
I checked phpMyAdmin, and the table seems to be there (See attachment).
I've run repair.php?html=1&check=1, and I'm still getting the error in my mailbox. As well, note the URL listed in the error: forum/forum/showthread.php Not sure if that means anything or now, but it isn't a valid link.
Thanks for any help you can provide!!