thankyou for reporting this problem , we again tested the avatar locally and found the problem
Go to freichat/hardcode.php
Replace
$avatar_field_name = '$avatar_field_name';
by
$avatar_field_name = 'avatar';
thankyou for reporting this problem , we again tested the avatar locally and found the problem
Go to freichat/hardcode.php
Replace <code>
$avatar_field_name = '$avatar_field_name';</code>
by <code>
$avatar_field_name = 'avatar';</code>
Necessity is the mother of all inventions!