Page 1 of 1
[Solved] NMS error on temporary database table + sending HTML
Posted: Fri Feb 09, 2007 9:03 pm
by RonnyK
Does anyone know what table is used for NMS or another way to solve the error below, as I get the error stated below whie trying to send the NM job.
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.
Ronny
Re: NMS error on temporary database table
Posted: Fri Feb 09, 2007 11:41 pm
by calguy1000
look for _NMS_temp_jobstatus
Re: NMS error on temporary database table
Posted: Sat Feb 10, 2007 12:40 am
by diad
Re: NMS error on temporary database table
Posted: Sun Feb 11, 2007 6:34 am
by RonnyK
Thanks for mentioning the correct table. The error is gone now, but still the processing screen doesn't finis and the messages aren't sent, the job-status is set to "Error". Anyone an idea why it isn't processing.
Ronny
Re: NMS error on temporary database table
Posted: Thu Feb 22, 2007 11:44 pm
by diad
My processes all got hung up when I tried to do any kind of html newletter. I still haven't solved it and would like to choose that html option but I have to either do only a text one or I made a really generic template and now I created the entire message in fcked editor and then copy/paste it with all of it's clunky inline style stuff to the nms. Then I choose the generic template and it seems to send it like an html.
Otherwise, I would just keep getting that error and wasn't able to find out why. Got tired of deleting that table all the time.

Re: NMS error on temporary database table
Posted: Fri Mar 02, 2007 4:04 pm
by RonnyK
The problem is solved thanks to chris..
He pointed me to change the template as described in NMS while composing a message:
Note: When using a page template as a message template, you need to use {$message_text} in place of {content} in your template.
I copied my template, and change {content} to {$messag_text}. This newly created template is than the template of choice for the message.
Sending the message is also no problem anymore.
Ronny