Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Madchen1

    (@madchen1)

    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/

    sutto

    (@sutto)

    Hi Madchen1,

    I’ve managed to get the plugin working using ../community/ as the forum room. https://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?

    Plugin Author Madchen1

    (@madchen1)

    It is know bug. Problem is in global.php which is located in your forum root.

    When you open it, it looks like this:
    https://prntscr.com/t2npe

    Now open this file in notepad, and remove this green area so it looks like this:

    https://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.

    sutto

    (@sutto)

    that didn’t seeem to do anything.

    To clarify, I’m simply removing the commented out section? Seems like and odd fix!?

    Plugin Author Madchen1

    (@madchen1)

    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.

    sutto

    (@sutto)

    This issue only occurs when I enable your plugin though.

    Plugin Author Madchen1

    (@madchen1)

    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.

    sutto

    (@sutto)

    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

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘help directory is a little different’ is closed to new replies.