Good Day
When i run cron (admin/reports/status/run-cron)

I have whitу page and text

messaging_message-notifications

In admin/reports/status - cron not run (2 day)

Comments

Valeratal’s picture

If I disable all Notification , cron run success

rkdesantos’s picture

Priority: Normal » Critical

I am also seeing this same error. The log doesn't provide anything that seems related. The only way to get things working is to clear the subscriptions queue (which defeats the whole purpose as the messages don't get sent). So this would seem to be some module interaction between Messaging and Notification and Subscriptions that has gone awry. I am using v 6.x-1.1

Valeratal’s picture

Thanks
I waiting working Messaging and Notification

niallhatton’s picture

I am also having this problem.

zmove’s picture

Same here. /Subscribe

zmove’s picture

The problem seems to be related with the mail ID.

In the module, line 39 we have

  return mimemail($mail['from'], $mail['to'], $mail['subject'], $mail['body'], NULL, $mail['headers'], NULL, array(), $mail['id']);

If you replace $mail['id'] by '', it will work.

I don't know the consequences to remove this last parameter. If some people knows, I would be happy to understand their opinion.

Another problem is that, by doing like that, you cannot override the mimemail theme function. I explain :

mimemail have a theme_ function if you want to override the default template for your mimemail. I overrided it by declaring a phptemplate_mimemail_message function in my template.php.

All works good for general drupal mail (I setup mimemail parameter to override all drupal mail)

But for emails sent by the mimemail notification module, the html that is sent to the email address is the html generated by the default theme_mimemail_message template. It completly ignore my override in template.php.

So, if you want to theme your email notification as you want using this module, you will have to hack the mimemail core.... not cool

jose reyero’s picture

Category: bug » support
Priority: Critical » Normal
Status: Active » Postponed (maintainer needs more info)

So this seems to be some messaging-mimemail integration issue, right?

I really have no idea of how mimemail works. So please someone translates for me this into 'how I need to change parameters passed to mimemail'....

rkdesantos’s picture

I'm sure if you contact the maintainer of Mimemail they will point you to the relevant information.

scottrigby’s picture

adding patch based on zmove's suggestion in #6 (even if this is only temporary). Mainly this is so I don't forget i made the change in the meantime.

fred0’s picture

Also experienced this. The patch does fix it. Hoping to hear official answer soon!

jose reyero’s picture

Status: Postponed (maintainer needs more info) » Fixed

I'm a bit lost with the mimemail parameters too.

Anyway, if you guys say it works, it's welcomed. Applied the patch.

Thanks

DanilaD’s picture

I confirm this works for me. Format of automated mail did not change (I do not override it anywhere).

Thanks a lot!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.