Raised in Tracker as: 11783.
After selecting/opening a user from a list of users created by the CB list
option, the following php message occurs.
Fatal error: Cannot access empty property in
H:\wwwroot\components\com_comprofiler\plugin\user\plug_pmsuddeim\pms.uddeim.php
on line 391
I have done a clean install of version 1.2. Checked the db alters as specified
in the README.txt fiel for upgrading from 1.0 to 1.2 and that looked to be ok.
Yet it seems to be missing something in the table.
This is the code in the module:
// now check group blocking
if ($my_gid==18) { // I am a registered user, so check if I am allowed to
send to this group
$is_group_blocked = $this->_uddeIMisRecipientBlockedReg($my->id,
$user->id, $this->$config);
if ($is_group_blocked) {
return null;
}
}
Pieter van Horssen
Post edited by: slabbi, at: 2008/07/12 21:04