Re: Advice on integrating WP blog and bbPress in Swedish
Thanks for help. I am moving forward. I deleted both WP and bbPress and started again and made progress. The blog and the forum are integrated but I cannot get bbSync to work. Both work by temselves and I can log in with same id and password but cannot get posts into forum.
Installation:
Blog at http://www.goranlin.se/blogg/wordpress/
Forum at http://www.goranlin.se/blogg/wordpress/bbpress/
WordPress 2.3.2 installed 22 january 2008
theme WordPress Default 1.6 changed colors in head with panel
bbPress 0.8.3.1 installed 22 january 2008
sv_SE.mo for WP installed 22 january 2008
sv_SE.mo for bbPress installed 22 january 2008
bbSync version 0.94 installed 22 january 2008
bbSync gave message “It needs your config!“
I did that! succesfully I thought.
But when trying to write new post in blog:
Fatal error: Cannot redeclare class streamreader in /mnt/home/_g/goranlin/www.goranlin.se/blogg/wordpress/bbpress/bb-includes/streams.php on line 26
but going back to blog the new post is there but still not in Forum
line 24-26 in streams.php is:
// Simple class to wrap file streams, string streams, etc.
// seek is essential, and it should be byte stream
class StreamReader {
// should return a string [FIXME: perhaps return array of bytes?]
function read($bytes) {
return false;
I have no clue how to do anything about this! All help is welcome!