Hi, toivo
In my case, the problem lies with the variable plaintext_parser not being correctly set. So I commented the line 1266 at cron/emailintegration.php like this:
//unset($plaintext_parser, $pagetext_cache);
This way, I do not receive the error on line 1093 (call to member function on a non-object), and emails get deleted from the mailbox, too. I just wonder what side effects this might cause.
Quote:
Originally Posted by toivo
Hi,
Here is a workaround to the problem which stops messages from being deleted:
Force the language code, rather than retrieve it from $touser['languageid']:
Line 1615:
I sent three messages to the mailbox, hit the forum a few times and received all three messages. And they had been deleted from the mailbox, too.
Regards,
toivo
|