include bb-load.php
-
In the header on my wordpress theme I do
<?php include_once(ABSPATH."forum/bb-load.php"); ?>
and it works on the front-page without any errors and I can call the bb functions etc. But on the other wordpress-pages I have it gives an error. And stops all html output where I include the file, the error is:
Fatal error: Call to a member function suppress_errors() on a non-object in /fakepath/public_html/forum/bb-includes/functions.bb-core.php on line 77
Anything I can do to fix this?
- You must be logged in to reply to this topic.