help me urgent

mobimano

New Member
Database error in vBulletin 3.8.2:

Invalid SQL:

SELECT post_groan.postid AS postid
FROM post_groan AS post_groan
LEFT JOIN post AS post USING (postid)
INNER JOIN thread AS thread ON(thread.threadid = post.threadid)
WHERE post_groan.userid = 283
AND thread.forumid IN(1,3,2,12,4,5,6,7,8,9,10,11,13,14,15,17,18,19,20,48,36,38,39,40,41,42,24,21,22,23,69,83,25,70,71,72,73,74,75,76,77,78,79,26,27,28,29,30,33,34,35,56,80,81,82,37,31,32,43,45,46,84,62,63,64,16,65,47,67,68,86,85,87,90,91,88,89,58,57,59,60,61,44,66,50,51,52,55,53,54)
ORDER BY post.dateline DESC
LIMIT 1000;

MySQL Error : Table 'allmaza_mobi.post_groan' doesn't exist
Error Number : 1146
Request Date : Tuesday, May 19th 2009 @ 05:29:04 PM
Error Date : Tuesday, May 19th 2009 @ 05:29:04 PM
Script : ~~~All Maza~~~
Referrer :
IP Address : 66.249.71.50
Username : Unregistered
Classname : vB_Database
MySQL Version :
 
This hack: post_groan_4_1 is broken. Disable it. If you tried to uninstall it, you missed some pieces that need to be removed. Particularly the two files that are in /includes/xml.

cpnav_abe1_post_groan_hack.xml

hooks_abe1_post_groan_hack.xml

need to be deleted if you uninstalled it. You should go through the installation package and remove the files that you originally uploaded.
 
Back
Top