Forums
-
- Forum
- Posts
-
- Installation
- 28,434
- Troubleshooting
- 62,513
- Themes
- 10,431
- Plugins
- 15,340
- Requests & Feedback
- 14,964
- Showcase
- 3,256
-
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.