11
I've debugged a bit more (after updating the files with cvs versions) and I now get the following javascript error when sending an email to my 92 members:
window.document.mailusers.mail_send_to.value empty or not an object.
I've dug into the code, but all I can find is the standard creation of a checkbox where you can choose between e-mail and pm, which is a required field. I suspect the error is somewhere in that required fields function.
Results are still the same, however. Blank page after submit, no mails sent. I use the php mail class, so it's no server error.
Any idea's on how to solve this? I can't send any mail to my users, and I really need to...
Herko