[NMS] - Umlaut in Name breaks Job?! Help pls!
Posted: Thu Dec 18, 2008 2:00 pm
hi,
after working like a charm for the last month nms suddenly started to cause problems.
if i have users with german umlauts in a list, nms just breaks sending emails without an error message.
if i replace the umlauts manually, the batch gets send without problems.
i tried to fix the php, but somehow i am not getting the desired effect.
lets say i want to add user: müller
this gets written to the db: müller
i tried editing action.do_create_new_user.php line 94 to
but that just made things worse.
help on this one is greatly appreciated!
EDIT:// if i switch the encoding on the settings page back to iso-8859-1 the mails seem to go through
thx rtkd
nms 2.2
cmsms 1.3.1
after working like a charm for the last month nms suddenly started to cause problems.
if i have users with german umlauts in a list, nms just breaks sending emails without an error message.
if i replace the umlauts manually, the batch gets send without problems.
i tried to fix the php, but somehow i am not getting the desired effect.
lets say i want to add user: müller
this gets written to the db: müller
i tried editing action.do_create_new_user.php line 94 to
Code: Select all
htmlentities(trim(strip_tags($params['username'])),ENT_NOQUOTES,UTF-8)
help on this one is greatly appreciated!
EDIT:// if i switch the encoding on the settings page back to iso-8859-1 the mails seem to go through
thx rtkd
nms 2.2
cmsms 1.3.1