1 bernard_zimmermann Feb 28, 2016 09:53
3 bernard_zimmermann Feb 29, 2016 06:57
@bernard_zimmermann did you check your
_basic_config.php
settings are ok?
Other then this is there something I should look for
*/
$db_config = array(
'user' => '', // your MySQL username
'password' => '', // ...and password
'name' => '', // the name of the database
'host' => '', // MySQL Server (typically 'localhost')
What exactly does this mean??
Table 'b22_17504487_futuremuse.evo_settings' doesn't exist(Errno=1146)"
4 mgsolipa Mar 01, 2016 06:30
@bernard_zimmermann I wonder why all of the rows are empty. You can see here how that section should look like: http://b2evolution.net/man/basic-config-php.
Please confirm, the section you pasted is exactly like that, or did you remove the values from each row before to post the comment?
You can delete that file and try the install again (http://yourdomain.com/install
). b2evolution will ask you for the database settings (you should look for them on the cPanel byethost sent to you on the register) and re-create the _basic_config.php
file. You should also delete all the tables of the database b22_17504487_futuremuse
.
5 mgsolipa Mar 01, 2016 06:50
All right @bernard_zimmermann, I gave this another though and found that byethost doesn't support InnoDB tables, which is a must to install b2evolution (http://b2evolution.net/man/system-requirements), so you should find a different hosting supplier.
6 bernard_zimmermann Mar 01, 2016 07:08
mgsolipa thank you very much for your help.
I suspected as much.
@bernard_zimmermann did you check your
_basic_config.php
settings are ok?