Quote:
Originally Posted by Borisch
Where do I check that?
EDIT: Nevermind, in config.php obviously. It's empty, so no, I', not using a table prefix.
What's really baking my noodle is why isn't the installer creating the proper tables? Is there some log which I can check for errors?
|
you could try and open product-aws.xml and just before the SQL queries put this code
PHP Code:
$db->reporterror=1
that should show you all errors occuerd when tryting to import the product.Do the same in the unistall code.When you get an error message from MySQL post it here .....