Hi ttseppal,
Thanks, that is interesting. The hot fix for 2.6.1 also involved unsetting a variable or rather an object.
I'll just continue testing and studying the source code to learn more.
Regards,
toivo
Quote:
Originally Posted by ttseppal
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.
|