Closed (fixed)
Project:
Simplenews Template
Version:
6.x-1.0-beta3
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Jun 2012 at 11:33 UTC
Updated:
27 Jun 2012 at 10:39 UTC
I'm getting this error message after creating a header and attempting to send out a test newsletter:
Fatal error: Call to undefined function simplenews_mail_tokens() in /homepages/36/d105421224/htdocs/cms/modules/simplenews_template/simplenews_template.module on line 117
Why?
The entire HTML source for the Header of the test newsletter is this:
<div style="border: 1px solid #ff0000; padding: 20px; background-color: #ffffff; font-weight: bold; font-style: italic;"><img src="http://www.iuf.org/cms/themes/foliage/iuflogo.jpg" alt="IUF Logo." align="left" hspace="2" vspace="2" width="50" /> <span style="color: #ff0000; font-size: x-large;">IUF</span> <br /> <span style="font-size: small; color: #0000ff;">Uniting food, farm and hotel workers world-wide</span></div>
Thanks.
Comments
Comment #1
MangaPower commentedSame issue here, I need a way to solve this ASAP...
Anyways, I'll try to check the code and see if I can solve it by myself.
Comment #2
labourstart commentedIs it possible that using the Foliage theme caused the problem? Unlikely, but that's the only thing I can think of.
Comment #3
labourstart commentedAny luck? I can't get this to work at all.
Comment #4
labourstart commentedComment #5
jadowd commentedIf you are still having issues with this, download the dev version of the module... this appears to be fixed there.
Comment #6
labourstart commentedThank you! That worked.
Comment #7
labourstart commentedClosed.