I have the PRO version and my user-search wasn't workingwhen trying to set file permissions.
I applied the fix above to line 42 of the wpfb-load.php file.
if(SUPPRESS_LOADING_OUTPUT && ob_get_level() > 1){
while(@ob_end_clean()){} // destroy all ob buffers
}
It fixed my user search. Just to let you know.