A very long post about includes and a wp-settings.php error = HELP!
-
Sorry to post this again but someone hijacked my last post so I closed it.
Here are the variables…
I am using WordPress 2.6
I have successfully installed FluxBB 1.2 and 1.3 locally and live on site a and site b. I tried to include each sites WordPress header using these include methods…
1. Their recommended format…
‘<?php require(PUN_ROOT.”../wp-blog-header.php”);?>
<?php get_header(); ?>’2. The format that I use with my gallery software…
‘<?php require_once(“../wp-blog-header.php”);?>
<?php get_header(); ?>’3. A variation…
‘<?php require (“../wp-blog-header.php”);?>
<?php get_header(); ?>’In all of these cases the header is called up perfectly except when I try to log in or bush any button on the FluxBB end.
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’
wp-settings.php line 212 says…
‘line 212 says $prefix = $wpdb->set_prefix($table_prefix);’
I have posted the same question in the FluxBB forum and have scoured both the internet and this forum for an answer. If there is one it is either buried deeply or right under my nose!
I really hope someone can point me in the right direction here as I really don’t want to give up. Isn’t giving up after working for days on something kind of crappy?
Oh, and just so I don’t get accused again of not searching before posting, I have pretty much ruled out these methods as relevant or helpful…
https://www.ads-software.com/support/topic/188900
https://www.ads-software.com/support/topic/131150
https://www.ads-software.com/support/topic/141465
https://www.ads-software.com/support/topic/174783
https://punbb.informer.com/docs/faq.html#faq3_4
https://fluxbb.org/forums/topic/1320/flu … on-plugin/
https://www.ads-software.com/support/topic/129397?replies=7Also, in all cases I have confirmed that I have installed the complete WordPress package.
Thanks!!!
- The topic ‘A very long post about includes and a wp-settings.php error = HELP!’ is closed to new replies.