Deep Integration Error
-
So i’m trying to Deep Integrate my WordPress with BBpress, everything is fine until now I get:
Parse error: syntax error, unexpected $end in /hermes/web03/b619/moo.defendersofthefallen/KaoTech/Forum/bb-config.php on line 72
In my bb-config.php line 72 is ‘ ?> ‘
You can see it for yourself at http://www.kaotech.co.uk/Forum
I’m sure I entered the code correctly
/* Deep integration */
if ( !defined('ABSPATH') & !defined('XMLRPC_REQUEST')) {
define('WP_USE_THEMES', false);
include_once(dirname(__FILE__) . '/../wp-blog-header.php' );
header("HTTP/1.1 200 OK");
header("Status: 200 All rosy");
I had to start on line 2 instead of line 1 as ‘ <?php ‘ was the start of the file, and the same tags were closed on line 72.
Am I missing something obvious or? Anyhelp would be great!
Thanks!
- You must be logged in to reply to this topic.