Forums
-
- Forum
- Posts
-
- Installation
- 28,413
- Troubleshooting
- 62,362
- Themes
- 10,408
- Plugins
- 15,321
- Requests & Feedback
- 14,959
- Showcase
- 3,254
-
I changed
define( 'BBPATH', dirname(__FILE__) . '/' );
with this:
define( 'BBPATH', str_replace('\', '/', realpath(dirname(__FILE__))) . '/' );
in bb-load.php, and now it works on localhost with windows xp sp2.