You are here:  » Installation issue

Support Forum



Installation issue

Submitted by cq on Tue, 2007-07-31 10:42 in

I have problem with installation.

Checking database connection...PASS

Checking database selection...FAIL check $config_databaseName value

Checking database tables...FAIL

How to solve?

Submitted by support on Tue, 2007-07-31 11:01

Hi,

This means that the database you have told Price Tapestry to use either;

- does not exist yet (most likely)

- or the database username you have provide does not have access to it.

In your config.php, you will have edited the line:

  $config_databaseName = "somename";

Before you can install the script, you need to create the "somename" database. You should be able to do this using your hosting control panel (look for the MySQL section).

When you have created the database, you can then run setup.php again it the script should be able to create the tables.

Cheers,
David.