Deleting a mail folder DOES delete it, but it also gives the following SQL error:
Quote:
Database error in vBulletin 3.6.5:
Invalid SQL:
SELECT SUM(LENGTH(message)) AS bytesused
FROM vbms_message
WHERE messageid IN () AND userid = 2;
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 ') AND userid = 2' at line 3 Error Number : 1064
Date : Sunday, March 4th 2007 @ 10:09:50 PM
Script : <...myforumsurl...>/vbms_folders.php?action=delete&folderid=1
Referrer : <...myforumurl...>/vbms_folders.php?
|
Perhaps messageid() array should not be empty? Or should it be folderid()?