By the way this only happens to comment of posts that were sync’ed with bbPress. Comments that were not sync’ed (older posts) are working as normal.
Now I have a new problem. When I make a comment on a post in WordPress it will change all my other previous comments to the same user and comment as demonstrated here:
http://www.fawked.net/2007/12/29/wannabe-rappers/
Everything in bbpress is working fine for now, it shows the correct comments.
Oh nvm I figured it out. I edit bbsync.php and changed line 33 to
require_once(‘…./bb-load.php’)
just put my absolute path there
I get this error when trying to configure bbsync:
Warning: require_once(/home/fawked/domains/fawked.net/public_html/forum) [function.require-once]: failed to open stream: No such file or directory in /home/fawked/domains/fawked.net/public_html/wp-content/plugins/bbsync/bbsync.php on line 33
Fatal error: require_once() [function.require]: Failed opening required ‘/home/fawked/domains/fawked.net/public_html/forum’ (include_path=’.:/usr/local/lib/php’) in /home/fawked/domains/fawked.net/public_html/wp-content/plugins/bbsync/bbsync.php on line 33
I am pretty damn sure my absolute path is correct…
Any ideas?
Thanks chrishajer it worked!