Forums
-
- Forum
- Posts
-
- Installation
- 28,546
- Troubleshooting
- 62,882
- Themes
- 10,444
- Plugins
- 15,396
- Requests & Feedback
- 14,993
- Showcase
- 3,259
-
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.