If the installation is using a prefix for the database then the module fails to get the default newsletter series.
Line 128 is missing lots of {} and uses the un-prefixed name. The atteached file has the fixes on line 128. I have not checked the rest of the code and am about to start testing.
| Comment | File | Size | Author |
|---|---|---|---|
| views_mail.module.txt | 83 KB | magpie5212 |
Comments
Comment #1
summit commentedHi,
Did you find other things? Looking into this module also.
greetings,
Martijn
Comment #2
magpie5212 commentedSeems to be working OK after my fix.
Comment #3
somebodysysop commentedAccording to your fix, is this what line 128 should have?
Comment #4
uv516 commentedIf your tables start with a prefix the #3 doesn't fix the problem.
The { and } must be there
It should be this:
Comment #5
richardtmorgan commentedThe same thing applies to lines 1126 and 1129