Bekomme als Fehler

all/modules/htmlmail/htmlmail.mail.inc on line 188

Und Nochmal die gesamte fehlermeldung Einstellungen liegt auf (DEFAULTMAIL)

Fatal error: Call to undefined function mailsystem_html_to_text() in /www/htdocs/XXXXXXXXXXXXXX/xxxxxx/sites/all/modules/htmlmail/htmlmail.mail.inc on line 188

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

znerol’s picture

Project: Mail System » HTML Mail
Version: 7.x-3.0-alpha1 » 7.x-2.x-dev
Status: Active » Needs review
FileSize
2.84 KB

This behaviour is caused because mailsystem version 7.x-3.x does not load mailsystem.html_to_text.inc automatically on each and every page request using hook_init. Attached is a patch for htmlmail taking this change into account by selecting and loading the appropriate include file only if necessary.

znerol’s picture

Actually this is duplicate of #1692966: Incompatible with latest MailSystem code but I favour this solution.

Knuffie’s picture

Thank you sooooo much for this solution!!!
I was trying for days to get my email working from my drupal site.
This patch was the answer to my problem.

ShaneOnABike’s picture

Status: Needs review » Reviewed & tested by the community

I reviewed and tested this and it worked great!

robcarr’s picture

+1 - rolled patch #1 against HTML Mail 7.x-2.65 (can't see a DEV release)

ShaneOnABike’s picture

Assigned: xyz-pl » Unassigned

Can we roll this into the latest release so we don't have to keep patching the module?

dgtlmoon’s picture

Priority: Normal » Critical

this is ugly bug, tested against current, please commit it and make a new version ASAP

DuaelFr’s picture

Priority: Critical » Major
Status: Reviewed & tested by the community » Needs work

Take care of this patch as "enhancedtextmail" is a submodule of mailsystem proposed in a patch but without any evolution for a year.
More, this patch tries to load the file mailsystem.html_to_text.inc which does not exist.
I suggest you to rely on #1692966: Incompatible with latest MailSystem code for the moment.

jacob.embree’s picture

Issue summary: View changes
Status: Needs work » Closed (duplicate)
jacob.embree’s picture