Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: *seamless* wordpress integration

I tryed just about everything, and I kept getting this error:

Warning: main(home/turner/public_html/ppacp/wp-blog-header.php) [function.main]: failed to open stream: No such file or directory in /home/turner/public_html/ppacp/forums/config.php on line 62

Fatal error: main() [function.require]: Failed opening required ‘home/turner/public_html/ppacp/wp-blog-header.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/turner/public_html/ppacp/forums/config.php on line 62

So, I changed the location to this:

require_once('../wp-blog-header.php');

and now I get this error (something different, yay!):

Fatal error: Cannot redeclare is_serialized() (previously declared in /home/turner/public_html/ppacp/forums/bb-includes/wp-functions.php:976) in /home/turner/public_html/ppacp/wp-includes/functions.php on line 165

I’m not an expert, but I think the former worked, but that there’s something else wrong.

Thanks for your help!

-Baldwin

Skip to toolbar