I think I got the problem!
========================
open ubb_lib_posting.cgi
========================
*****
Find:
*****
$user_status = &GetStandardRank($user_profile[7], $user_profile[8]);
*************
Replace with:
*************
#$user_status = &GetStandardRank($user_profile[7], $user_profile[8]);
===============================================
To me it worked.
Hope that helped.