1. ec_transaction,ec_transaction_address,ec_transaction_product tables of store.install of store.module in ecommerce module are not automatically created when ecommerce module are enabled, these tables are being created manually for run the module.

2. ec_mail table of ec_mail.install of ec_mail.module in ecommerce module are not automatically created when ecommerce module are enabled, thistable is being created manually for run the module.

3.There is nothing about table ec_coupon.

4. Product Search is not working properly.

5.product variations is not working properly.

6.mail utility of ecommerce is not working.

7.Create Transaction is not working

Comments

sime’s picture

Status: Active » Fixed

This was a problem with failing installations. This should be fixed now.
Also, please note new instructions http://drupal.org/node/50364

kaushik_sarkar@drupal.org’s picture

Title: Configuring E-Commerce » Problem in Auction Add,Edit,showing bid history
Version: 5.x-3.0-beta2 » 5.x-3.x-dev
Component: ec_mail » auction
Status: Fixed » Active

When I try to add or edit a auctioned product and subimit that product, a blank page will be displayed. Again when we are checking the auction, it has been made. There is also problem in bid history. When I want see the bid hstory, it displays a blank page.

sime’s picture

Status: Active » Fixed

Sorry, I was unable to reproduce with a fresh install. Perhaps your installation broke, there are some recent fixes to the installation by gordon.

kaushik_sarkar@drupal.org’s picture

Title: Problem in Auction Add,Edit,showing bid history » problem with module_name.install file
Version: 5.x-3.x-dev » 5.x-3.0-beta4
Component: auction » installation
Status: Fixed » Active

When I enable the ecommerce package in drupal all table do not created, so when I want to run the program table not exist error is displayed. I need to create these table manually.

sime’s picture

Questions

Is this a new installation or an upgrade?

Is this on linux or windows?

kaushik_sarkar@drupal.org’s picture

This is new installation and the platform is windows

gordon’s picture

Priority: Critical » Normal

Because of the issues with Drupal dependency system, if the install instructions are not followed correctly then it will fail.

Alternatively I have found that sometimes you need to resubmit the module page a number of times and the dependencies will be meet, and the hook_install() processes will be called.

kaushik_sarkar@drupal.org’s picture

Title: problem with module_name.install file » problem with checkout with auction item
Component: installation » auction
Priority: Normal » Critical

when I am trying to checkout an auction item following error will be displayed, I am using both latest ecommerce development snapshot (ecommerce-5.x-3.x-dev.tar.gz) and latest official release of ecommerce (ecommerce-5.x-3.0.tar.gz). I am working on Drupal 5.1, platform windows, php 4.0 and mysql 4

user warning: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ' uid, bid) IN (SELECT bid.nid, bid.uid, MAX(bid.bid) FROM ec_au query: SELECT nid, uid, bid FROM ec_auction_bid WHERE (nid, uid, bid) IN (SELECT bid.nid, bid.uid, MAX(bid.bid) FROM ec_auction_bid bid INNER JOIN ec_product_auction auc ON bid.nid = auc.nid WHERE auc.expires < 1173779464 GROUP BY nid) AND uid = 1; in C:\Apache Group\Apache2\htdocs\drupal51\includes\database.mysql.inc on line 172.

brmassa’s picture

Status: Active » Fixed

It seems to be fixed. feel free to reopen it

regards,

massa

Anonymous’s picture

Status: Fixed » Closed (fixed)