hi,
People please temprarly disable automatic warnings from posts.vBulletin is not passing it's information and when used it will result in errors from PHP and MySQL.I will see what can be done maybe it's time for a "class_dm_aws.php" that deals with the pmtext_warned table
PHP Code:
if(!class_exists('vB_DataManager'))
{
exit;
}
class vB_DataManager_Aws extends vB_DataManager
{
var $validfields = array(
);
}
and so on ...