NMS - Anyone else having probs making messages?
NMS - Anyone else having probs making messages?
Using CMS Made Simple 1.0.4 "Lanai" on mysql server macbook osx 10.4 and nms 1.0.1
It looks like I just can't send anything but a message that is a text message. When I try to use html I get "form error". I use the html that has been auto filled in the message area. I have uninstalled and installed a few times.
When I use any other template I have, I can make the message and a job and when I process I get the Newsletter Made Simple Batch Processing Window and it just hangs up. Eventually times out, nothing happens. After a while I see that the job has an error and I have to reset. If I delete before reset I get another error about the NMS temp folder so I have to go into myadmin and delete that extra temp table that has been created.
The only time anyting has worked is when I've done a text message. Also, the mailer is working just fine and seems to be set up ok
thanks, diad
It looks like I just can't send anything but a message that is a text message. When I try to use html I get "form error". I use the html that has been auto filled in the message area. I have uninstalled and installed a few times.
When I use any other template I have, I can make the message and a job and when I process I get the Newsletter Made Simple Batch Processing Window and it just hangs up. Eventually times out, nothing happens. After a while I see that the job has an error and I have to reset. If I delete before reset I get another error about the NMS temp folder so I have to go into myadmin and delete that extra temp table that has been created.
The only time anyting has worked is when I've done a text message. Also, the mailer is working just fine and seems to be set up ok
thanks, diad
Last edited by diad on Mon Feb 05, 2007 11:35 pm, edited 1 time in total.
Re: NMS - Anyone else having probs making messages?
Also, I never have been able to find: "3. Configure NMS using the "configuration" panel in the NMS Module. "
There is no configuration panel on any of my tabs. I have looked everywhere. Any ideas?
There is no configuration panel on any of my tabs. I have looked everywhere. Any ideas?
Re: NMS - Anyone else having probs making messages?
NM, I think that's what I have been configuring in the message area, like choosing html or text or a template, etc... correct?
thanks! diad
thanks! diad
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
- Location: Fernie British Columbia, Canada
Re: NMS - Anyone else having probs making messages?
if you don't see a great deal of tabs (like 7 or more... don't make me lookdiad wrote: Also, I never have been able to find: "3. Configure NMS using the "configuration" panel in the NMS Module. "
There is no configuration panel on any of my tabs. I have looked everywhere. Any ideas?

Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: NMS - Anyone else having probs making messages?
I have: lists, users, messages, jobs, preferences, subscribe, confirm subscribe, unsubscribe and user settings.
And I have assigned myself as the user in the group admin, and I have given the admin group permission to do everything in every module.
can't think of any other permissions...
And I have assigned myself as the user in the group admin, and I have given the admin group permission to do everything in every module.
can't think of any other permissions...
Re: NMS - Anyone else having probs making messages?
Having the same problem here; I can only sent text messages. When choosing for html the message will not be saved. Choosing a template ans the processing will freeze.
Probably the mailer has to be set correctly...
BTW, I think that Configuration is the same as Preferences (I hope
)
Probably the mailer has to be set correctly...
BTW, I think that Configuration is the same as Preferences (I hope

Re: NMS - Anyone else having probs making messages?
Hi,
I am having the same issue too - Text newsletters are being sent fine. HMTL newsletters and ones using page templates aren't being sent. The popup screen that just sits there and never finishes. I have made sure that my user has all of the possible NMS permissions as well.
Any ideas what's causing it?
Regards
michael
I am having the same issue too - Text newsletters are being sent fine. HMTL newsletters and ones using page templates aren't being sent. The popup screen that just sits there and never finishes. I have made sure that my user has all of the possible NMS permissions as well.
Any ideas what's causing it?
Regards
michael
Re: NMS - Anyone else having probs making messages?
Same here,
only text files are being sent, HTML gives an error on "temp table". Another thing I noticed is that my default template is not in the option list for the HTML-mail. All others are available.
Ronny
only text files are being sent, HTML gives an error on "temp table". Another thing I noticed is that my default template is not in the option list for the HTML-mail. All others are available.
Ronny
Re: NMS - Anyone else having probs making messages?
Hi Ronny,
To get rid of the error on the temp table, i had to go into the database and delete the 'cms_module_NMS_tmp somthing' (i forget the name). After this the temp table error dissapeared. This didn't fix the html newsletter problem though.
Also, my default page template isn't appearing in the list.
Regards
> michael
To get rid of the error on the temp table, i had to go into the database and delete the 'cms_module_NMS_tmp somthing' (i forget the name). After this the temp table error dissapeared. This didn't fix the html newsletter problem though.
Also, my default page template isn't appearing in the list.
Regards
> michael
Re: NMS - Anyone else having probs making messages?
I deleted the table as well, but it keeps coming back when I try to send html-mail. For text mails I don't need to delete the table.
Ronny
Ronny
Re: NMS - Anyone else having probs making messages?
Maybe a stupid question, but I had the same issue until I replaced {$content} with {$message_text} in my template.
Did you did that ?
Did you did that ?
Re: NMS - Anyone else having probs making messages?
Chris,
what was solved after your change, were you able to send HTML-mails?
Ronny
what was solved after your change, were you able to send HTML-mails?
Ronny
Re: NMS - Anyone else having probs making messages?
Yes, that's what I'm saying.
I did several tries sending html newsletter whitout success, but no problem for text messages. Html ones did freeze my Firefox or was sending errors.
Then I made a duplicate of my template and just replaced {content} with {$message_text}, then called this duplicate in my NMS message and everything worked fine.
I know this trick is hard to find in the help because it is not in the help, it's in NMS>message.
Hope this help
I did several tries sending html newsletter whitout success, but no problem for text messages. Html ones did freeze my Firefox or was sending errors.
Then I made a duplicate of my template and just replaced {content} with {$message_text}, then called this duplicate in my NMS message and everything worked fine.
I know this trick is hard to find in the help because it is not in the help, it's in NMS>message.
Hope this help
Re: NMS - Anyone else having probs making messages?
Thanks chris...,
an applaud to you. I had noticed the line in the NMS -> message but didn't react as you did. I didn't think of copying the template as the error didn't point in that direction. I'll point to the solution as well in the other topic that concerned the NMS HTML temp-table issues.
Thanks again,
Ronny
an applaud to you. I had noticed the line in the NMS -> message but didn't react as you did. I didn't think of copying the template as the error didn't point in that direction. I'll point to the solution as well in the other topic that concerned the NMS HTML temp-table issues.
Thanks again,
Ronny
Re: NMS - Anyone else having probs making messages?
I did a duplicate of my template (without menus nor news actually) because I wanted my newsletter to look like my site, but you can do it looks whatever you want. 
By the way : some subscribers didn't receive the good layout : yahoo mails, for example, don't interpret as it must style links or metadata. No problems for outlook or thunderbird. I don't know if there's a way to avoid that (except by copying all needed styles in the html head), but maybe a list of some of the principals mail services (gmail, hotmail,..) and their errors should helps us to do better job.

By the way : some subscribers didn't receive the good layout : yahoo mails, for example, don't interpret as it must style links or metadata. No problems for outlook or thunderbird. I don't know if there's a way to avoid that (except by copying all needed styles in the html head), but maybe a list of some of the principals mail services (gmail, hotmail,..) and their errors should helps us to do better job.