I’m having the same problem. I use WP 2.7 and the error I get is this:
Warning: Invalid argument supplied for foreach() in /home/s025306c/public_html/wp-content/plugins/profile-pic/profile-pic.php on line 422
Warning: Cannot modify header information – headers already sent by (output started at /home/s025306c/public_html/wp-content/plugins/profile-pic/profile-pic.php:422) in /home/s025306c/public_html/wp-includes/pluggable.php on line 850
And there is another problem: The pages of the authors are always empty, no matter what you select. The image also goes blank.
But I get all (obviously all!) data and even images if I take away this:
<?php
$atts = array('callmethod' => 'shortcode', 'userid' => $authid);
echo profilepic_gui_printprofile($atts);
?>
By the way, thanks for plugin!!