Forums
-
- Forum
- Posts
-
- Installation
- 28,421
- Troubleshooting
- 62,412
- Themes
- 10,409
- Plugins
- 15,331
- Requests & Feedback
- 14,958
- Showcase
- 3,254
-
Okay, some bbPress users may be able to get it to work with WordPress 2.6 by adding to your wp-config.php
@define('ADMIN_COOKIE_PATH', '/blog/wp-admin');
where “blog” is your blog’s actual path. If it’s in the webroot, just take out “blog” entirely and leave '/wp-admin'