Greetings All:
I am evaluating Drupal to use for a NPO website. The site need in addition to the usual drupal modules the use of the ecommerce module. However, Iam having problems getting the ecommerce module to function properly.
After entering a sample product, and setting it as an auction item, I get an error that says " user error: Table 'cvc505_drpl1.ec_product_auction' doesn't exist
query: SELECT * FROM ec_product_auction WHERE nid = 1 in /home/cvc505/public_html/sps/includes/database.mysql.inc on line 66.
warning: Cannot modify header information - headers already sent by (output started at /home/cvc505/public_html/sps/includes/common.inc:384) in /home/cvc505/public_html/sps/includes/common.inc on line 192."
When looking at my PHPAdmin listing for this DB I do not see a table called " ec_product_auction". Nor am I able fito find what or where it was created. In addition, the newly listed item show up as Bidding closed when viewed on the site. Any suggestions as to how to fix this?
cvc505
Comments
Sounds like...
Sounds like you missed the installation instructions in contrib/auction/install.txt. You need to create the table.