Call me Nieve but the problem I'm seeing in the test blog is this one repeated 4x.
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\qrxx\blog\wp-content\plugins\wpbook\theme\index.php:56) in C:\xampp\htdocs\qrxx\blog\wp-content\plugins\fbconnect\facebook-client\facebook.php on line 334
What is the "fbconnect" plugin?
What is line 330-334 of the file it's calling.
What looks to be happening to me is that fbconnect is calling the facebook.php library then wpbook is trying to call it again. What changes did you make in your actual blog to resolve this.
Also did you see the wp "other notes" that says this about fbconnect (I can only assume it's the same plugin)
NOTE: These 2 plugins have been reported to conflict with WPBook: - Bad Behavior - Facebook Connect (from Sociable.es)
I'm working on identifying and eliminating conflict, but you should not try to use WPBook with either of these plugins in the current state.
(Note there is a workaround for the Sociable.es Facebook Connect plugin described here: http://bit.ly/hhach)
on John's site this is the workaround.
Change line 170 of /wp-content/plugins/fbconnect/facebook-client/facebook.php from:
http_header('Location', $url);
To:
header('Location', $url);
This will eliminate the conflict between these two plugins.
I couldn't tell you if this is the issue you're having. I also really appreciate you taking the time to post and help us troubleshoot this issue.