I am getting a database query error when new users join. I made some changes in the sys_profile_fields and I am not sure what is causing it. The error bug report says everything is working fine. The changes I have made is first, made it mandatory to upload profile picture and second installed facebook connect.
Thanks in advance for helping me with this issue.
CORRECTION: Found this:
Found error in the file 'public_html/inc/classes/BxDolProfilesController.php' at line 116.
Called 'db_res' function with erroneous argument #0
Line 116 reads: $rRes = db_res( $sQuery );