A temporary fix for this until I find the root cause. You can edit cache_builders/featured_member.php. Line 57 is:

PHP Code

if (!$avatar) {
 

Right after that, add this:

PHP Code

if (!$style_array['general']) $style_array['general'] = "general/default";