Forums
-
- Forum
- Posts
-
- Installation
- 28,419
- Troubleshooting
- 62,488
- Themes
- 10,427
- Plugins
- 15,336
- Requests & Feedback
- 14,959
- Showcase
- 3,256
-
It was doing a similar thing or me, would not advance to step 1. After some debugging, it turned out that I didn’t have php-mysql installed. bbpress code detects it but the error message was getting lost and simply the response was redirected back to step 0.
Doing apt-get install php5-mysql did the trick.