Heres the error when I try to send a PM ============================================ Microsoft JET Database Engine error '80040e57'
The field is too small to accept the amount of data you attempted to add. Try inserting or pasting less data.
/Forum/privatesend_info.asp, line 330 ============================================
I use version 3.1 sr4 of snitz . I've seen an error like this before on my board. It had to do with replying to a message/topic . So I guess what I'm asking is . Does this have to do with text and memo settings ? If so where at ? Thank you for your help in advance .
What happens when you reply to a PM is RE: is inserted at the beginning of the Subject so if the Subject is already 48 - 50 characters long, the RE: will put it over 50 characters.
A javascript check should be added to the submit button to make sure that the subject field isn't too long.
I'll do it when school gets out ( 18 days and counting till I get that piece of paper that says I'm a computer science graduate LOL ) or maybe someone here will beat me to it.