Quote:
Originally Posted by Sixpackmark
We have registered members only, so we delete member's post only not guest. 
|
can't reproduce this what's your vBulletin version , PHP version and MySQL version ? also you could change some code in functions_modpm.php
PHP Code:
$pmdm =& datamanager_init('PM',$vbulletin,ERRTYPE_ARRAY);
change to
PHP Code:
$pmdm =& datamanager_init('PM',$vbulletin,ERRTYPE_SILENT);
PHP Code:
die(print_r($pmdm->errors));
remove that line and add