sheesh
Joined: 26 Jun 2004 Posts: 1
|
Posted: Sat Jun 26, 2004 6:12 pm Post subject: No database selected? |
|
|
It's the very first time I try using b2 and I'm having a problem going to b2install.php I think I'm missing somethign obvious but I don't know what.
Here's the coding I have :
Quote: |
<?php
/* *
* b2's config file *
$siteurl = 'http://francesca.show-down.net/main.php';
$blogfilename = 'main.php';
$blogname = "3verytime";
$blogdescription = "Francesca's blog";
# fill these only if you have a Cafelog ID,
# this enables your blog to be in the Recently Updated b2 blogs list.
#
by default b2 is set to run in the folder your blog resides, same as $siteurl
$pathserver = 'http://francesca.show-down.net/main.php';
# your email
$admin_email = '[email protected]';
# set this to 0 or 1, whether you want new users to be able to post entries once they registered
$new_users_can_blog = 1;
# set this to 0 or 1, whether you want to allow users to register on your blog.
$users_can_register = 0;
# day at the start of the week: 0 for Sunday, 1 for Monday, 2 for Tuesday, etc
$start_of_week = 6;
// ** MySQL settings **
# fill with your database details
$dbname = 'lapse_franb2'; // the name of the database
$dbhost = 'localhost'; // 99% chances you won't need to change this value
$dbusername = 'lapse_franb2'; // your MySQL username
|
Thing is, I've checked with my host and the password + database names are correct and she has put the db user in the db too.
[/quote] |
|