Well, it seems that uddeIM tries to send message reminders without having entries in this list.
Please add two lines:
[code:1] $database->setQuery($sql);
$castaways=$database->loadObjectList();
if (!$castaways)
$castaways = Array();
[/code:1]
That should fix your problem.
uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer