hi people,
i'm getting this error
Code:
Database error in vBulletin 3.0.6:
Invalid SQL:
SELECT
vb3_postreport.*,
vb3_user.username modname,
vb3_post.username postername,
vb3_post.userid posterid,
vb3_thread.title, thread.threadid
FROM vb3_postreport AS postreport
LEFT JOIN vb3_user AS user ON (postreport.modid = user.userid)
LEFT JOIN vb3_post AS post ON (postreport.postid = post.postid)
LEFT JOIN vb3_thread AS thread ON (post.threadid = thread.threadid)
WHERE vb3_postreport.userid = 1
ORDER BY postreport.dateline DESC
LIMIT 0, 25
mysql error: Unknown table 'vb3_postreport'
mysql error number: 1051
Date: Saturday 19th of February 2005 12:20:54 AM
Script: http://**********/postreports.php
Referer:
Username: ************
IP Address: ************
still that table is there ....
my /modcp/postreports.php works fine