Recent Topics

1 Aug 19, 2008 00:30    

My b2evolution Version: Not Entered

Hi
I copied /blogs to /var/www/blog from a newly downloaded b2evo,
created a user and a database. Then went to /blog/install/index.html,
Put the username + password, database name, and click on configure.
Then, I get an empty page. No error msg, no tables created, and nothing saved in config file.

I tested, I can login with the b2evo-user from console mysql -u -p , and I can also login from web using phpmyadmin.

Any ideas what's wrong?
Should I try and put the values in some file by hand?

2 Aug 19, 2008 01:01

Hi robse,

Welcome to the forums.

Although I haveno idea why you don't get the proper error message I advise you to edit the config file by hand. It's /conf/_basic_config.php and you want to provide the following information:

$db_config = array(
	'user'          => 'root',     // your MySQL username
	'password'      => '',     // ...and password
	'name'          => 'b2evolution',  // the name of the database
	'host'          => 'localhost',    // MySQL Server (typically 'localhost')
);


and

$baseurl = 'http://localhost/bzr/B2evoHEAD/blogs/';


and

$admin_email = 'postmaster@localhost';


All with your own details and not mine.

Now try to run the installer script again. If all is well it will suggest the data you provided in the config file and you (the installer script) can proceed with filling the database.

Good luck

3 Aug 20, 2008 00:02

Thank you afwas.

It was not necessary to do that after all. I had not tried the one thing you always, always have to try first: reboot the machine. worked fine after that

:-/


Form is loading...