3
By the way I've solved the bug of the truncation while updating profiles. It was in the file /friendfinder/members/index.php. There search for all expression similar to:
<input type=text name=name maxlength=50 value=".$name.">
and replace with
<input type=text name=name maxlength=50 value="".$name."">
As you can see the problem was in the ""