To resolve it I added a.cryptmode on line 554:Notice: Undefined property: stdClass::$cryptmode in ...\components\com_uddeim\includes.php on line 573
$sql = "SELECT min(a.id) AS mid, a.toid, b.name, a.cryptmode "
. "FROM #__uddeim AS a, #__users AS b, #__uddeim_emn AS c "
. "WHERE a.toid=b.id AND a.toid=c.userid AND "
. "a.toread=0 AND a.totrash=0 AND b.block=0 AND "
. "a.datum<".$sincewhen." AND a.datum>".$config->forgetmenotstart." AND "
. "c.remindersent+".$next."<".$rightnow." "
. "GROUP BY a.toid";
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I'm sorry to bother again, really I am. I udated to hotfix2, checked the update checker and it says I got it right. Cleared my browser cache. I'm still seeing the same thing. I may not have gotten the post you were referring to though. I didn't see one specifically mentioning this in this thread, were you talking about another thread ?
Please Log in or Create an account to join the conversation.