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.
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.