[bbDev] bbpress will not login if I configure it to use wordpress user and pass cookies

Michael D Adams mikea at turbonet.com
Thu Sep 21 17:40:08 GMT 2006


On Sep 20, 2006, at 4:46 PM, 0 1 wrote:

> Michael,
>
> I receive the following error:
> Warning: main(): Unable to access ../wp-config.php in
> /home/virtual/site22/fst/var/www/html/beta/forums/config.php on line
> 52

Try including it with an absolute path instead of a relative one.

Perhaps try in your config.php

define('WPPATH', dirname(dirname(__FILE__)) . '/');
require_once(WPPATH . 'wp-config.php');

Michael


More information about the bbDev mailing list