As shown here, when the title field has to many characters it generates an internal server error. http://forum.snitz.com/forum/topic.asp?TOPIC_ID=24662
It should generate an error similar to the old siggy error.
To fix, add this to the case "ModifyIt" (pop_profile.asp about line 1000)
if Len(Request.Form("Title")) > 50 then
Err_Msg = Err_Msg & "<li>The title can not be greater than 50 characters. "
Err_Msg = Err_Msg & "It now is <b>" & Len(Request.Form("Title")) & "</b> characters long.</li>"
end if
Nathan Bales - Romans 15:13
----------------------------------
Snitz Exchange | Do's and Dont's