Hi,
When I tried to upload the product, it took for ever. I stopped the process and tried again, same thing. Then I noticed it was uploaded. I tried to do the setttings and it didn't work, it seemd that something wrong during upload. I uninstalled the product. Checked my forum and founf this error when I try to open a thread:
Database error in vBulletin 4.0.4:
Invalid SQL:
SELECT
entry.contentid,
entry.varname,
entry.dateline,
user.userid,
user.username,
user.usergroupid,
user.infractiongroupid,
user.displaygroupid
FROM dbtech_thanks_entry AS entry
LEFT JOIN post AS post ON(post.postid = entry.contentid)
LEFT JOIN user AS user ON(user.userid = entry.userid)
WHERE post.postid IN (0)
AND entry.contenttype = 'post'
ORDER BY entry.contentid ASC, entry.dateline DESC;
MySQL Error : Table '****_forum.dbtech_thanks_entry' doesn't exist
Error Number : 1146
Request Date : Wednesday, January 19th 2011 @ 11:38:02 PM
Error Date : Wednesday, January 19th 2011 @ 11:38:02 PM
Script :
http://****/forum/showthread.php?49044-test
Referrer :
http://****/forum/search.php?searchid=319476
IP Address : ****
Username : ****
Classname : vB_Database
MySQL Version : 5.0.91-community
Any idea how to fix this problem?