HI.
I have installed this hack in 3.6.5. everithing looked fine but when i tried to "approve" the message from the admin cp i got this error message:
PHP Code:
Database error in vBulletin 3.6.5:
Invalid SQL:
SELECT id, dateline, pmdetails, fromuserid, fromusername, title, message, recipients, recipients_bcc
FROM moderation_pm
WHERE id IN ();
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 3
Error Number : 1064
Date : Wednesday, March 7th 2007 @ 11:41:26 AM
Script : http://www.my-forum.com/forums/modcp/moderate_pm.php?do=update
Referrer : http://www.my-forum.com/forums/modcp/moderate_pm.php?do=list
IP Address : -----------------
Username :------------------------
Classname : vb_database
and when i tried to "reject" the message i got this:
PHP Code:
Database error in vBulletin 3.6.5:
Invalid SQL:
DELETE FROM moderation_pm
WHERE id IN ();
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 2
Error Number : 1064
Date : Wednesday, March 7th 2007 @ 11:42:10 AM
Script : http://www.my-forum.com/forums/modcp/moderate_pm.php?do=update
Referrer : http://www.my-forum.com/forums/modcp/moderate_pm.php?do=list
IP Address : ----------------
Username : ---------------
Classname : vb_database
anyone can help me please?