When I load a page I get a grip of errors that lead me to believe that the install of ecommerce is not working properly. The documentation claims you need not create database tables, but I get the following loading my front page, even with just the five required modules loaded (cart, payment, product, shipping, store) as per README.txt:

* user warning: Table 'martin_drupal.ec_product' doesn't exist query: SELECT * FROM ec_product WHERE vid = 5574 in /home/martin/public_html/includes/database.mysql.inc on line 120.
* user warning: Table 'martin_drupal.ec_product' doesn't exist query: SELECT * FROM ec_product WHERE vid = 5424 in /home/martin/public_html/includes/database.mysql.inc on line 120.
* user warning: Table 'martin_drupal.ec_product' doesn't exist query: SELECT * FROM ec_product WHERE vid = 5548 in /home/martin/public_html/includes/database.mysql.inc on line 120.
* user warning: Table 'martin_drupal.ec_product' doesn't exist query: SELECT * FROM ec_product WHERE vid = 5547 in /home/martin/public_html/includes/database.mysql.inc on line 120.
* user warning: Table 'martin_drupal.ec_product' doesn't exist query: SELECT * FROM ec_product WHERE vid = 5545 in /home/martin/public_html/includes/database.mysql.inc on line 120.
* user warning: Table 'martin_drupal.ec_product' doesn't exist query: SELECT * FROM ec_product WHERE vid = 5544 in /home/martin/public_html/includes/database.mysql.inc on line 120.
* user warning: Table 'martin_drupal.ec_product' doesn't exist query: SELECT * FROM ec_product WHERE vid = 5540 in /home/martin/public_html/includes/database.mysql.inc on line 120.
* user warning: Table 'martin_drupal.ec_product' doesn't exist query: SELECT * FROM ec_product WHERE vid = 5539 in /home/martin/public_html/includes/database.mysql.inc on line 120.
* user warning: Table 'martin_drupal.ec_product' doesn't exist query: SELECT * FROM ec_product WHERE vid = 5416 in /home/martin/public_html/includes/database.mysql.inc on line 120.
* user warning: Table 'martin_drupal.ec_product' doesn't exist query: SELECT * FROM ec_product WHERE vid = 5433 in /home/martin/public_html/includes/database.mysql.inc on line 120.
* user warning: Table 'martin_drupal.ec_product' doesn't exist query: SELECT * FROM ec_product WHERE vid = 5359 in /home/martin/public_html/includes/database.mysql.inc on line 120.
* user warning: Table 'martin_drupal.ec_product' doesn't exist query: SELECT * FROM ec_product WHERE vid = 5310 in /home/martin/public_html/includes/database.mysql.inc on line 120.
* user warning: Table 'martin_drupal.ec_product' doesn't exist query: SELECT * FROM ec_product WHERE vid = 5430 in /home/martin/public_html/includes/database.mysql.inc on line 120.
* user warning: Table 'martin_drupal.ec_product' doesn't exist query: SELECT * FROM ec_product WHERE vid = 5257 in /home/martin/public_html/includes/database.mysql.inc on line 120.
* user warning: Table 'martin_drupal.ec_product' doesn't exist query: SELECT * FROM ec_product WHERE vid = 5432 in /home/martin/public_html/includes/database.mysql.inc on line 120.
* user warning: Table 'martin_drupal.ec_product' doesn't exist query: SELECT * FROM ec_product WHERE vid = 5218 in /home/martin/public_html/includes/database.mysql.inc on line 120.
* user warning: Table 'martin_drupal.ec_product' doesn't exist query: SELECT * FROM ec_product WHERE vid = 5431 in /home/martin/public_html/includes/database.mysql.inc on line 120.
* user warning: Table 'martin_drupal.ec_product' doesn't exist query: SELECT * FROM ec_product WHERE vid = 5057 in /home/martin/public_html/includes/database.mysql.inc on line 120.
* user warning: Table 'martin_drupal.ec_product' doesn't exist query: SELECT * FROM ec_product WHERE vid = 5443 in /home/martin/public_html/includes/database.mysql.inc on line 120.

What gives? Is this really the result of an interaction with another module or something? I just installed the version released today and got this error.

Comments

sime’s picture

Status: Active » Fixed

fixed in later

Anonymous’s picture

Status: Fixed » Closed (fixed)
peschone’s picture

I just downloaded the latest version on Win2k and ran the installation but it does not generate the tables!? Where would I get those tables?
Thanks.

Warning: Table 'drupal.access' doesn't exist query: SELECT 1 FROM access WHERE type = 'host' AND LOWER('127.0.0.1') LIKE LOWER(mask) AND status = 0 LIMIT 0, 1 in C:\www\Apache\HTDOCS\drupal\includes\database.mysql.inc on line 128

Warning: Table 'drupal.cache' doesn't exist query: SELECT data, created, headers, expire, serialized FROM cache WHERE cid = 'variables' in C:\www\Apache\HTDOCS\drupal\includes\database.mysql.inc on line 128

Warning: Table 'drupal.variable' doesn't exist query: SELECT * FROM variable in C:\www\Apache\HTDOCS\drupal\includes\database.mysql.inc on line 128

Notice: Undefined variable: variables in C:\www\Apache\HTDOCS\drupal\includes\bootstrap.inc on line 432

Warning: Table 'drupal.cache' doesn't exist query: UPDATE cache SET data = '', created = 1221325182, expire = 0, headers = '', serialized = 0 WHERE cid = 'variables' in C:\www\Apache\HTDOCS\drupal\includes\database.mysql.inc on line 128

Notice: Undefined variable: variables in C:\www\Apache\HTDOCS\drupal\includes\bootstrap.inc on line 439

Warning: Table 'drupal.system' doesn't exist query: SELECT name, filename, throttle FROM system WHERE type = 'module' AND status = 1 AND bootstrap = 1 ORDER BY weight ASC, filename ASC in C:\www\Apache\HTDOCS\drupal\includes\database.mysql.inc on line 128

Warning: Table 'drupal.url_alias' doesn't exist query: SELECT COUNT(pid) FROM url_alias in C:\www\Apache\HTDOCS\drupal\includes\database.mysql.inc on line 128

innerfile.com’s picture

Don't modify the settings.php file before the install. Let the installer do it (you will fill out the information in a form).