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
Comment #1
simeThis was a problem with failing installations. This should be fixed now.
Also, please note new instructions http://drupal.org/node/50364
Comment #2
kaushik_sarkar@drupal.org commentedWhen 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.
Comment #3
simeSorry, I was unable to reproduce with a fresh install. Perhaps your installation broke, there are some recent fixes to the installation by gordon.
Comment #4
kaushik_sarkar@drupal.org commentedWhen 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.
Comment #5
simeQuestions
Is this a new installation or an upgrade?
Is this on linux or windows?
Comment #6
kaushik_sarkar@drupal.org commentedThis is new installation and the platform is windows
Comment #7
gordon commentedBecause 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.
Comment #8
kaushik_sarkar@drupal.org commentedwhen 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.
Comment #9
brmassa commentedIt seems to be fixed. feel free to reopen it
regards,
massa
Comment #10
(not verified) commented