Forums
-
- Forum
- Posts
-
- Installation
- 28,410
- Troubleshooting
- 62,353
- Themes
- 10,402
- Plugins
- 15,321
- Requests & Feedback
- 14,956
- 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'