Error including Wprdpress Header into FluxBB
-
Hello!
I’m trying to install PunBB or rather Fluxbb 1.2.20
As I want to add my header I tried using a general WordPress include…
‘<?php require_once(“../wp-blog-header.php”);?>
<?php get_header(); ?>’I ran into some problems and was told on their forum that I should use their include method. I did that, got the header to show but when I try to log into the forum I get this message…
‘Fatal error: Call to a member function set_prefix() on a non-object in /xxxx/xxxx/xxxxx/phauxshow/wp-settings.php on line 212’
That leads to this line of code…
‘$prefix = $wpdb->set_prefix($table_prefix);’
All I really want to do is include the WordPress header in my FluxBB forum.
Any thoughts?
- The topic ‘Error including Wprdpress Header into FluxBB’ is closed to new replies.