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

0 1 primate.code at gmail.com
Fri Sep 22 19:42:28 GMT 2006


> > 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');

That worked; now I can access the admin section.
Thanks for the tip.


More information about the bbDev mailing list