• Resolved reverendgeneral

    (@reverendgeneral)


    I would love to use your plugin, but this error pops up at the bottom of the forum index and seems to be interfering with the display of my site’s footer:

    Fatal error: Call to a member function get() on a non-object in /home/content/01/9340101/html/wp-content/themes/eclipse/footer.php on line 27

    Everything else _seems_ to be working fine, sans this little error.

    EDIT: Curiously, the footer displays whenever I’m creating a new topic, viewing my profile, or sending messages. Haven’t been able to test much else yet as I’m still building the forum.

    http://wordpress.org/extend/plugins/wp-bulletin-board/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author codebycarter

    (@codebycarter)

    /home/content/01/9340101/html/wp-content/themes/eclipse/footer.php on line 27

    This tells you in what file the error is occurring and at what line. As you see it is caused by the eclipse theme and not WPBB.

    However feel free to post the contents of the file at http://pastebin.com/ and then post the link to it here or email me the file at me@codebycarter.com and I’ll take a look at the problem.

    Thanks.

    Did you ever figure this out ? what was the fix ?

    Plugin Author codebycarter

    (@codebycarter)

    This tells you in what file the error is occurring and at what line. As you see it is caused by the eclipse theme and not WPBB.

    It has nothing to do with WPBB (this plugin). If you ever receive an error and you see wp-content/wp-bulletin-board in the path then it is from WPBB, otherwise it’s another plugin/theme. You might want to check wp-bulletin-board/wp-bb.php for the line:

    error_reporting(E_ALL);

    This displays any errors, not just this plugins. Remove this line and any warnings should dissapear but errors such as the one above should be fixed by the theme/plugin author.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP Bulletin Board] "Call to a member function get() on a non-object"’ is closed to new replies.