I had trouble finding the correct forum to post this in.....
I recently upgraded to cmsms 1.10 and now NMS won't send bulk emails. It still sends subscription emails - I just can't send to the list.
Anyone else have problems after upgrading?
How do I find error messages so I can trouble shoot the problem?
NMS
-
- Power Poster
- Posts: 1049
- Joined: Wed Mar 19, 2008 4:54 pm
Re: NMS
I have the same problem. Posted it in The Forgehttp://dev.cmsmadesimple.org/bug/view/7061 and in the Forum http://forum.cmsmadesimple.org/viewtopi ... =7&t=57606.
When I turned debug on, debug showed following errors:
Warning: set_time_limit(): Cannot set time limit due to system policy in /customers/scheldeschorren.be/scheldeschorren.be/httpd.www/cms/modules/NMS/action.process_queue.php on line 142
Notice: Undefined variable: jobrow in /customers/scheldeschorren.be/scheldeschorren.be/httpd.www/cms/modules/NMS/action.process_queue.php on line 162
problem occured after an upgrade from 1.9.4.3 and after a fresh install.
I switched back to version 1.9.4.3
When I turned debug on, debug showed following errors:
Warning: set_time_limit(): Cannot set time limit due to system policy in /customers/scheldeschorren.be/scheldeschorren.be/httpd.www/cms/modules/NMS/action.process_queue.php on line 142
Notice: Undefined variable: jobrow in /customers/scheldeschorren.be/scheldeschorren.be/httpd.www/cms/modules/NMS/action.process_queue.php on line 162
problem occured after an upgrade from 1.9.4.3 and after a fresh install.
I switched back to version 1.9.4.3
Re: NMS
A notice and a warning shouldn't stop a script.
My last line when processing a list is
SELECT eh.tag_name, eh.module_name, e.originator, e.event_name, eh.handler_order, eh.handler_id, eh.removable FROM event_handlers eh
INNER JOIN events e ON e.event_id = eh.event_id
ORDER BY eh.handler_order ASC
so it seems to me to be an event handler problem as the select is run but nothing else happens.
My last line when processing a list is
SELECT eh.tag_name, eh.module_name, e.originator, e.event_name, eh.handler_order, eh.handler_id, eh.removable FROM event_handlers eh
INNER JOIN events e ON e.event_id = eh.event_id
ORDER BY eh.handler_order ASC
so it seems to me to be an event handler problem as the select is run but nothing else happens.
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: NMS
NMS now works, with CMSMS 1.10.1
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
For me it still does not work.
i get this message:
Newsletter Made Simple Batch Processing Window
Keep this window open till all messages have been sent.
Debug: (1.000000000001E-5) - (usage: 11388232) - (peak: 11483432)
SELECT * FROM cms_module_nms_temp_jobstatus LIMIT 1
Debug: (5.6999999999974E-5) - (usage: 11388312) - (peak: 11503216)
Debug: (7.8999999999996E-5) - (usage: 11388232) - (peak: 11503280)
pear_ResultSet Object
(
[emptyTimeStamp] =>
[emptyDate] =>
[datetime] =>
[connectionId] => mysqli Object
(
[affected_rows] => 1
[client_info] => mysqlnd 5.0.8-dev - 20102224 - $Revision: 308673 $
[client_version] => 50008
[connect_errno] => 0
[connect_error] =>
[errno] => 0
[error] =>
[field_count] => 6
[host_info] => Localhost via UNIX socket
[info] =>
[insert_id] => 0
[server_info] => 5.0.92-log
[server_version] => 50092
[sqlstate] => 00000
[protocol_version] => 10
[thread_id] => 509
[warning_count] => 0
)
[fields] => Array
(
[jobid] => 2
[messageid] => 2
[email] => xxxxx@xxxxx.xx
[uniqueid] => b4ab29282c3a65afcca2171232f97ad8
[username] => Xxxxx
[status] => 0
)
[resultId] => mysqli_result Object
(
[current_field] => 0
[field_count] => 6
[lengths] => Array
(
[0] => 1
[1] => 1
[2] => 17
[3] => 32
[4] => 5
[5] => 1
)
[num_rows] => 1
[type] => 0
)
[_currentRow] => 0
[_numOfRows] => 1
[_numOfFields] => 6
[fetchMode] => 1
[EOF] =>
[record] => Array
(
)
)
I am using CMS version 1.10.2 with NMS version 2.3.5
Php Information:
phpversion: 5.3.6
md5_function: On (True)
gd_version: 2
tempnam_function: On (True)
magic_quotes_runtime: Off (False)
E_STRICT: 0
E_DEPRECATED: 0
memory_limit: 128M
max_execution_time: 60
output_buffering: 4096
safe_mode: Off (False)
file_uploads: On (True)
post_max_size: 10M
upload_max_filesize: 10M
session_save_path: /var/tmp (1777)
session_use_cookies: On (True)
xml_function: On (True)
Server Information:
Server Api: apache2handler
Server Db Type: MySQL (mysqli)
Server Db Version: 5.0.92
----------------------------------------------
i get this message:
Newsletter Made Simple Batch Processing Window
Keep this window open till all messages have been sent.
Debug: (1.000000000001E-5) - (usage: 11388232) - (peak: 11483432)
SELECT * FROM cms_module_nms_temp_jobstatus LIMIT 1
Debug: (5.6999999999974E-5) - (usage: 11388312) - (peak: 11503216)
Debug: (7.8999999999996E-5) - (usage: 11388232) - (peak: 11503280)
pear_ResultSet Object
(
[emptyTimeStamp] =>
[emptyDate] =>
[datetime] =>
[connectionId] => mysqli Object
(
[affected_rows] => 1
[client_info] => mysqlnd 5.0.8-dev - 20102224 - $Revision: 308673 $
[client_version] => 50008
[connect_errno] => 0
[connect_error] =>
[errno] => 0
[error] =>
[field_count] => 6
[host_info] => Localhost via UNIX socket
[info] =>
[insert_id] => 0
[server_info] => 5.0.92-log
[server_version] => 50092
[sqlstate] => 00000
[protocol_version] => 10
[thread_id] => 509
[warning_count] => 0
)
[fields] => Array
(
[jobid] => 2
[messageid] => 2
[email] => xxxxx@xxxxx.xx
[uniqueid] => b4ab29282c3a65afcca2171232f97ad8
[username] => Xxxxx
[status] => 0
)
[resultId] => mysqli_result Object
(
[current_field] => 0
[field_count] => 6
[lengths] => Array
(
[0] => 1
[1] => 1
[2] => 17
[3] => 32
[4] => 5
[5] => 1
)
[num_rows] => 1
[type] => 0
)
[_currentRow] => 0
[_numOfRows] => 1
[_numOfFields] => 6
[fetchMode] => 1
[EOF] =>
[record] => Array
(
)
)
I am using CMS version 1.10.2 with NMS version 2.3.5
Php Information:
phpversion: 5.3.6
md5_function: On (True)
gd_version: 2
tempnam_function: On (True)
magic_quotes_runtime: Off (False)
E_STRICT: 0
E_DEPRECATED: 0
memory_limit: 128M
max_execution_time: 60
output_buffering: 4096
safe_mode: Off (False)
file_uploads: On (True)
post_max_size: 10M
upload_max_filesize: 10M
session_save_path: /var/tmp (1777)
session_use_cookies: On (True)
xml_function: On (True)
Server Information:
Server Api: apache2handler
Server Db Type: MySQL (mysqli)
Server Db Version: 5.0.92
----------------------------------------------