concerning this line
$pmdm->set_recipients($pm['recipients'], $permissions);
do you know what needs to be included in $permissions ?
i tried the usergroupid
but when i look at the tabl
pmtext the array is
a:1:{i:11;s:12:"Chanel";}
i am not sure what i and s in the array stands for
I thought the i in the array was the usergroupid from the table vbusergroup
i am not sure waht really goes into the
$permissions
and the error given by class vb_datamanager_pm is not very helpful
----------------------
ERROR0:The following users were not found:
1. 11
Fatal error: Unable to proceed with save while $errors array is not empty in class vb_datamanager_pm in /includes/class_dm.php on line 758
----------------------------
i know that the user id 11 exists because i did several pm tests from the vbulletin application and i look after in the table to see what is saved.
any help would be appreciated
|