Oops, there was an error in b2install.php last time I uploaded it, that would make b2 not install at all and show a blank page. The releases have been updated to remove that bug.
Turns out all you have to do is find line #19 in b2install.php, and replace:
if (mysql_select_db("$base", $connexion)) {
with
if (!mysql_select_db("$base", $connexion)) {
michel v @ 20:12:47 883
16 comments,
11 trackbacks,
no pingback