NMS Crashes Server
-
- Forum Members
- Posts: 28
- Joined: Sun May 18, 2008 7:53 pm
NMS Crashes Server
I recently setup NMS on one of my sites and every time I tried to send a message out ( I was just sending a test and only to 3 emails) it would crash all the sites that I host on that server for about 5 minutes. I can't figure out the problem. I tried the NMS I have on the other sites on that server and they worked fine.
Help?!
Help?!
Re: NMS Crashes Server
You should tell us something more about your CMSms and server enviroment.
Re: NMS Crashes Server
Perhaps the email account is set up incorrectly for that site.
Nullig
Nullig
-
- Forum Members
- Posts: 28
- Joined: Sun May 18, 2008 7:53 pm
Re: NMS Crashes Server
here is the link, www.glenhillsgolf.com I don't really know what to tell you about the server...I use hostmonster.com
Re: NMS Crashes Server
Please post the system informations from admin panel.schug.trent wrote: I don't really know what to tell you about the server...
Re: NMS Crashes Server
I'm also having the same issue with NMS 2.0.2. My system information is as follows:
Server Information:
Server API (server_api):
apache2handler
Server Database (server_db_type):
MySQL (mysql)
Server Database Version (server_db_version):
5.0.51a Success
Server Software (server_software):
Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Server Operating System (server_os):
Linux 2.6.26.2-grsec On x86_64
In regard to the Email info, I noticed the POP3 fields. What do I populate these with, the SMTP address, username and password for my email account?
Thanks,
Todd
Server Information:
Server API (server_api):
apache2handler
Server Database (server_db_type):
MySQL (mysql)
Server Database Version (server_db_version):
5.0.51a Success
Server Software (server_software):
Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.8b DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
Server Operating System (server_os):
Linux 2.6.26.2-grsec On x86_64
In regard to the Email info, I noticed the POP3 fields. What do I populate these with, the SMTP address, username and password for my email account?
Thanks,
Todd
Last edited by reidjazz on Fri Aug 29, 2008 11:19 pm, edited 1 time in total.
Re: NMS Crashes Server
NMS -> Preferencesschug.trent wrote: I recently setup NMS on one of my sites and every time I tried to send a message out ( I was just sending a test and only to 3 emails) it would crash all the sites that I host on that server for about 5 minutes. I can't figure out the problem. I tried the NMS I have on the other sites on that server and they worked fine.
Help?!
Delay (in milliseconds) between sending each message : just put 2000 for start and try it
Best Regards
Nuno Costa
Re: NMS Crashes Server
Just sending one email...still hangs the server.nuno wrote:NMS -> Preferencesschug.trent wrote: I recently setup NMS on one of my sites and every time I tried to send a message out ( I was just sending a test and only to 3 emails) it would crash all the sites that I host on that server for about 5 minutes. I can't figure out the problem. I tried the NMS I have on the other sites on that server and they worked fine.
Help?!
Delay (in milliseconds) between sending each message : just put 2000 for start and try it
Best Regards
Nuno Costa
Yes, CMSmailer works...I tested this when I upgraded. Any ideas? I have a client who's patience is wearing thin.
reidjazz
Re: NMS Crashes Server
Check your server logs (messages, maillog, ...) for other infosreidjazz wrote: Just sending one email...still hangs the server.
Alby
Re: NMS Crashes Server
The error log produced the following:alby wrote:Check your server logs (messages, maillog, ...) for other infosreidjazz wrote: Just sending one email...still hangs the server.
Alby
[Mon Sep 01 12:49:14 2008] [error] [client 67.177.224.254] PHP Fatal error: Maximum execution time of 9999 seconds exceeded in /home/charlie/public_html/modules/NMS/function.utils.php on line 138, referer: http://denverjazzquartet.com/admin/modu ... le_theme=1
-
- Forum Members
- Posts: 28
- Joined: Sun May 18, 2008 7:53 pm
Re: NMS Crashes Server
After much trial and mostly error.. I think it may have something to do with the template I'm using. I made a template and this one doesn't work here is the code:
Then I tried using this and it works fine every time I use this code in the template, the only thing different is that I don't have the links near the end...
{sitename} - {title}
{metadata}
E-Newsletter from GlenHillsGolf.com
{nms_content name='content' prompt='HTML Content'}
Home | Course | Specials | Membership | Events | Contact | Facilities
Copyright © 2008 Glen Hills Golf Club Inc. All Rights Reserved.
I cannot explain this and I cannot make my first code work.
{sitename} - {title}
{metadata}
E-Newsletter from GlenHillsGolf.com
{nms_content name='content' prompt='HTML Content'}
Last edited by schug.trent on Tue Sep 02, 2008 1:11 pm, edited 1 time in total.
Re: NMS Crashes Server
My client doesn't use NMS for a newsletter, just as a mailing list to send out notices regarding upcoming gigs. Again, I'm just sending myself one test message. It is HTML, so maybe I'll try just a plain text message. This worked fine before I upgraded to 2.2...that's when all the problems began.
Help!!!
Help!!!
Re: NMS Crashes Server
I also have the same issue on a IIS server: Any of the sites hosted on the server are available until the batch is fully executed.
I can confirm that all the emails go through...
I can confirm that all the emails go through...
Re: NMS Crashes Server
I was able to send an email when I chose the Text Message option (email not sent as HTML). This will work, but my client desires to send HTML email. When I used the Sample template when sending HTML mail, it still hung the server.
Any help in fixing this would be greatly appreciated
Any help in fixing this would be greatly appreciated
-
- Forum Members
- Posts: 28
- Joined: Sun May 18, 2008 7:53 pm
Re: NMS Crashes Server
I finally got mine to work. For me, it was something with the HTML template I was using. If I pasted some code in near the bottom it wouldn't work, but when I was in Dreamweaver creating the template I just typed it in manually instead of pasting it from a pre-existing file. And then it worked. I have no idea why. The code was almost the same so it makes absolutely no sense.