btw, since I made that mod you suggested...
The line 1615 is in the file /includes/cron/emailintegration.php:
$plaintext_parser->set_parsing_language($touser['languageid']);
Workaround:
$plaintext_parser->set_parsing_language( 1 );
I am no longer getting the error I had when manually running the cron. Will test again today and see if it is working now. Odd, suddenly I have the Admin CP -> Email Integration in the sidebar when earlier I didn't. Cache? hmmm.
Again everything is working great except emails are being left on the server and continually reposted to the site and emailed out to users. Frustrating!
|