Re: Cannot Integrate users with WP
swaymedia: the full path should not be a URL but a filesystem path, something like:
/home/picbico/public_html/wp-blog-header.php
I tried on my forum and a relative path works there, so I’m not sure that’s the issue.
Be sure that’s the second line of bb-config.php – the first line should be <?php
:
<?php
require_once('/home/picbico/public_html/wp-blog-header.php');
PHP doesn’t think the file is where you say it is. Can you take a screenshot of the directory listing in an FTP program or command line, and post that? Something does not make sense.