Page 1 of 1

[Bug reported] NMS - problem sending messages

Posted: Wed Jan 17, 2007 5:41 am
by chalm
Am running CMS 1.0.2 and NMS 1.0.1

Just setting up a new site, and configuring NMS, I was unable to send a newsletter - the processing page ended up just hanging. Resetting the job didn't help. I deleted a job without resetting. Now when trying to send a newsletter, the processing page gives the following error (in red):


ERROR- The temporary database table, used for job processing already exists. This probably indicates that an error occurred when trying to process a job previously.

I suspect the original problem was to do with setting up CMSMailer, but how to get around this database error/problem?

???

Re: NMS - problem sending messages

Posted: Thu Jan 18, 2007 5:06 am
by chalm
Should I report this as a bug?

???

[Bug Reported] Re: NMS - problem sending messages

Posted: Fri Jan 19, 2007 1:09 am
by chalm
Guess so.

Re: [Bug reported] NMS - problem sending messages

Posted: Fri Jan 26, 2007 11:51 am
by carla
Hello,

Today I just had the same problem, I  went to "phpmyAdmin"  and in my cms database I deleted the table "cms_module_NMS_temp......" sorry I dont remember the right name but something with temp.....
and the newsletter started to work again....
I hope this works with you too.

;)

Re: [Bug reported] NMS - problem sending messages

Posted: Sun Feb 25, 2007 9:25 pm
by Foton
Hi, I had the same problem.
Until I choosed not to have the template but plain text, after that it worked fast!
HTH.

Re: [Bug reported] NMS - problem sending messages

Posted: Tue Feb 27, 2007 7:07 pm
by PrettyWolfie
Same problem here... no emails except text messages

Re: [Bug reported] NMS - problem sending messages

Posted: Tue Mar 13, 2007 11:21 am
by RonnyK
When sending HTML-messages, you should have a template that doesn't call {content} but {$message_text} instead. The help of NMS shows this. Just create a copy of your template, relpace the calling of the {content} block and choose this newly created teplate as the template for the NMS-mail. This should work.

Ronny