When we try to send messages from user to user, it won't even get as far as sending the message if you put anything in the body of the message. If you put something in the body, you get this error: Message body is too long(11). It should not exceed characters. And if you leave it blank, it says it sent, but it's never received. And, of course, none of the other notification/subscription functions work either. I mean, you can subscribe and you can set it to notify, but nothing happens. No email, nothing showing up in the inbox.
Any ideas?
ETA additional error info
we have this in the error logs that we know relate to the problem:
Use of uninitialized value in concatenation (.) or string at
'/serverpath/htdocs/inbox/compose.bml' line 151.
and
Use of uninitialized value in numeric le (<=) at
'/serverpath/htdocs/inbox/compose.bml' line 53.
and
Use of uninitialized value in concatenation (.) or string at
'/serverpath/htdocs/inbox/compose.bml' line 53.