1 tosca May 13, 2008 03:01
3 tosca Jun 01, 2008 22:06
Hi:
Thank you.... I'll look into it... I was trying to avoid loading another software program. :(
This is what has been happening.
What does 'schema version' 9700 mean on local server?
I have xampp and trying to install the blog on my computer. I got through the first step in the installation script, but then I get the following messages to continue:
Your configuration file [C:/Documents.....blogs/conf/_basic_config.php] has been successfully updated.
How do you want to install b2evolution?
The installation can be done in different ways. Choose one:
New Install: Install b2evolution database tables.
When I hit New Install to continue, I get one the following message:
Additional information about this error:
MySQL error!
Your query:
SELECT VERSION()
OR,
This is b2evolution version 2.4.1.
You cannot use the application before you finish configuration and installation.
Database schema is not up to date!
You have schema version «0», but we would need «9700».
Please use the installer to finish your configuration/installation now.
How can I get past this so that I can finish the installation for the MySql database?
4 afwas Jun 02, 2008 01:31
looks like MySql is not started (the program is not active). I don't know how to start it in Windows.
Good luck
5 tosca Jun 02, 2008 01:35
Okay, I'll look into it, but it should be active in the Control Panel. If MySql wasn't active, wouldn't that mean myPHPadmin wouldn't work? That program does work fine.
6 slamp Jun 02, 2008 11:24
Tosca wrote:
If MySql wasn't active, wouldn't that mean myPHPadmin wouldn't work? That program does work fine.
Yes.
Using phpmyadmin, are you able to see b2evolution database on your mysql ?
7 tosca Jun 02, 2008 22:29
Hello:
No, I see no database -- I believe this is what the next step was suppose to be.
8 slamp Jun 03, 2008 07:28
Then, create an empty database and use that name in b2evolution configuration screen.
9 tosca Jun 05, 2008 02:23
Hi!
I had tried that before I made the post. The basic config file is fine, but is there another file that needs to be tweaked to get me past this point?
Thanks for your input.
10 slamp Jun 08, 2008 10:22
To create the b2evolution database use phpmyadmin and in SQL box issu the command:
CREATE DATABASE b2evo
Then in config file you should have
$db_config = array(
'user' => 'root', // your MySQL username
'password' => '', // ...and password
'name' => 'b2evo', // the name of the database
'host' => 'localhost', // MySQL Server (typically 'localhost')
);
11 tosca Jun 10, 2008 01:30
Right. I had completed that process and it brought to the next step, which is posted above. This is where I'm stuck.
12 afwas Jun 10, 2008 01:46
Did you set $baseurl in /config/_basic_config.php to http://localhost/ or http://localhost/blogs/ or any other variation where your blog resides?
Good luck
13 tosca Jun 12, 2008 20:46
Hi Afwas:
Yes I did... I tried AGAIN but this time with the debugger on, and b2evo indicated that MySql needs "traditional" in order to set-up. However, MySql/phpmyadmin wouldn't take "traditional" because a table wasn't available.
I was wondering is it possible to import the tables into phpmyadmin as a database set-up?
14 tilqicom Jun 12, 2008 20:59
didnt read the whole thread; assuming you are insisting using xamp, why dont you try another ? wamp or appserv ?
15 slamp Jun 13, 2008 09:32
@tosca could you enable debug mode in _advanced.php:
$debug = 1;
Then, could you give us the exact error message you have ?
Which version of mysql is included in xampp ?
Are you using php 4.x ? or php 5.x ?
I'm sure b2evo works in Xampp, but I can't tell you why it doesn't work on your server.
Try WAMP http://forums.b2evolution.net/viewtopic.php?t=13698 I successfully use it for testing 1.10 and 2.4 versions on localhost