It checks relative path to forum directory not absolute.
Do this somewhere to check your root:
var_dump($_SERVER['DOCUMENT_ROOT'])
To result add directory where your forum is located. So on my localhost i got this:
C:/wamp/www/wordpress/
Then I add to “Forum root:” in widget options
C:/wamp/www/wordpress/forum/
Hi Madchen1,
I’ve managed to get the plugin working using ../community/ as the forum room. http://gtesports.com.au/wordpress.
As you can see, the threads display, but it has broken something else on the site (directly above)
Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/gtesport/public_html/wordpress/wp-content/themes/GameNation/header.php:1) in [path]/includes/facebook/facebook.php on line 37
Is this something that you can assist with?
It is know bug. Problem is in global.php which is located in your forum root.
When you open it, it looks like this:
http://prntscr.com/t2npe
Now open this file in notepad, and remove this green area so it looks like this:
http://prntscr.com/t2nup
Best thing is to check on vbulletin support site are there any better solutions.
Let me know if you get any info from there.
Greetings.
that didn’t seeem to do anything.
To clarify, I’m simply removing the commented out section? Seems like and odd fix!?
That’s true. That was fix on my last site.
It’s problem with empty space after “<?php” in files in some cases. Sometimes it’s BOM because your files aren’t encoded proeprly. Also i saw many cases where vbulletin files are corrupted. Doing search on google should give you more answares.
This issue only occurs when I enable your plugin though.
Yep. Because it grabs vBulletin scripts and include them in wordpress. I Installed my plugin on many sites and had same issue but not a single time was plugin problem.
I would be glade if that’s the case because we would make easier life for many people.
disabling the facebook integration seems to fix it.
I have noticed however another issue, where when your plugin is activated, it doesn’t display other widgets I have activated in the sidebar for guests users. If your signed in using VBSSO, they display as they should.
Also receive another error (when not logged in)
Unable to add cookies, header already sent.
File: /home/gtesport/public_html/wordpress/wp-content/themes/GameNation/header.php
Line: 1