Submitted by jbperkins on Wed, 2012-01-04 04:14 in Price Tapestry
I'm trying to setup a new site using the wordpress plugin. During setup the "click here to install tables" doesn't appear to do anything. Nothing happens. Is there a reason or better yet a solution to this?
I know you've been a user for a long time so I just wanted to check that if you're setting up a new site for use with the plugin that you've downloaded the latest distribution (12/10B).
For the "Click here to install tables" link not to work, that would actually imply that the database username specified in $config_databaseUsername does not have CREATE TABLE permissions in the database specified in $config_databaseName.
If you wanted to confirm this; you can enabled database debug mode by changing line 6 of config.advanced.php as follows:
$config_databaseDebugMode = TRUE;
...and then click the install tables link again.
If that's the case, double check that you are using the correct credentials for access to the database that you wish to install Price Tapestry into; as you mentioned setting up the plugin; if you have already setup WordPress make sure to use the same database details and that should do the trick as PHP should have successfully been able to create the WordPress tables during its setup process...
Hi jbperkins,
I know you've been a user for a long time so I just wanted to check that if you're setting up a new site for use with the plugin that you've downloaded the latest distribution (12/10B).
For the "Click here to install tables" link not to work, that would actually imply that the database username specified in $config_databaseUsername does not have CREATE TABLE permissions in the database specified in $config_databaseName.
If you wanted to confirm this; you can enabled database debug mode by changing line 6 of config.advanced.php as follows:
$config_databaseDebugMode = TRUE;
...and then click the install tables link again.
If that's the case, double check that you are using the correct credentials for access to the database that you wish to install Price Tapestry into; as you mentioned setting up the plugin; if you have already setup WordPress make sure to use the same database details and that should do the trick as PHP should have successfully been able to create the WordPress tables during its setup process...
Cheers,
David.
--
PriceTapestry.com