Quote:
Originally Posted by EdQ
I get this error when handing out a warning causing a ban
|
quick and dirty workaround
/includes/functions_warning.php find
PHP Code:
$pmdm =& datamanager_init('PM',$vbulletin,ERRTYPE_ARRAY);
change to
PHP Code:
$pmdm =& datamanager_init('PM',$vbulletin,ERRTYPE_SILENT);
/admincp/admin_warn.php find
PHP Code:
$pmdm =& datamanager_init('PM',$vbulletin,ERRTYPE_CP);
change to
PHP Code:
$pmdm =& datamanager_init('PM',$vbulletin,ERRTYPE_SILENT);
save & upload
the pm still won't be sended but at least now the error messageis gone