By touchcrew on
I uploaded the module ecommerce but when I turn the module on in the admin ares and then hit update it just goes to a blank page. can some help me out. Or let me know what I might be going wrong.
I uploaded the module ecommerce but when I turn the module on in the admin ares and then hit update it just goes to a blank page. can some help me out. Or let me know what I might be going wrong.
Comments
=-=
could you explain what you mean by "hit update" ?
A new module would not need update.php run.
Blank pages are apache errors and as such, you should have an apache error log on your server where you can provide for us the exact error message you are recieving. Could be that you are exhasuting memory on your host. A common occurance deploying a website on shared hosting.
I am sorry I mean save
I am sorry I mean save configuration
http://life1134.wordpress.com/
http://www.touchcrew.com/
=-=
still need to know what the error is that will be showing up in your apache error logs on your server.
Typically a blank error can be solved with this node ; http://drupal.org/node/76156 provided the error you are getting is an exhaustion of memory error.
this is what it tell me
this is what it show me.
* user warning: Table 'ec_transaction' already exists query: CREATE TABLE ec_transaction ( txnid int(10) unsigned NOT NULL default '0', uid int(10) unsigned NOT NULL default '0', type varchar(16) NOT NULL default '', mail varchar(64) NOT NULL default '', shipping_cost decimal(10,2) NOT NULL default '0.00', payment_method varchar(32) NOT NULL default '', payment_status varchar(32) NOT NULL default '1', payment_date int(11) NOT NULL default '0', workflow int(10) unsigned NOT NULL default '1', gross decimal(10,2) NOT NULL default '0.00', created int(11) NOT NULL default '0', changed int(11) NOT NULL default '0', duedate int(11) NOT NULL default '0', token varchar(42) NOT NULL default '', PRIMARY KEY (txnid), INDEX uid (uid) ) TYPE=MyISAM /*!40100 DEFAULT CHARACTER SET utf8 */; in /chroot/home/digitalm/digitalmarauders.com/html/cmsite/includes/database.mysql.inc on line 172.
* user warning: Table 'ec_transaction_address' already exists query: CREATE TABLE ec_transaction_address ( txnid int(10) unsigned NOT NULL default '0', type varchar(16) NOT NULL default '', firstname varchar(32) NOT NULL default '', lastname varchar(32) NOT NULL default '', street1 varchar(64) NOT NULL default '', street2 varchar(64) NOT NULL default '', zip varchar(10) NOT NULL default '', city varchar(32) NOT NULL default '', state varchar(32) NOT NULL default '', country varchar(2) NOT NULL default '', PRIMARY KEY (txnid,type) ) TYPE=MyISAM /*!40100 DEFAULT CHARACTER SET utf8 */; in /chroot/home/digitalm/digitalmarauders.com/html/cmsite/includes/database.mysql.inc on line 172.
* user warning: Table 'ec_transaction_product' already exists query: CREATE TABLE ec_transaction_product ( txnid int(10) unsigned NOT NULL default '0', nid int(10) unsigned NOT NULL default '0', vid int(10) unsigned NOT NULL default '0', title varchar(128) default NULL, price decimal(10,2) NOT NULL default '0.00', qty int(10) unsigned NOT NULL default '0', data text, UNIQUE KEY txnid (txnid,nid), KEY txnid_2 (txnid) ) TYPE=MyISAM /*!40100 DEFAULT CHARACTER SET utf8 */; in /chroot/home/digitalm/digitalmarauders.com/html/cmsite/includes/database.mysql.inc on line 172.
* user warning: Table 'ec_transaction_misc' already exists query: CREATE TABLE ec_transaction_misc ( txnid int(10) NOT NULL default '0', type varchar(10) NOT NULL default '', vid int(10) NOT NULL default '0', description varchar(255) NOT NULL default '', invisible int(1) NOT NULL default '0', price decimal(10,2) NOT NULL default '0.00', qty int(10) unsigned NOT NULL default '1', weight int(2) NOT NULL default '0', PRIMARY KEY (txnid,type,vid) ) TYPE=MyISAM /*!40100 DEFAULT CHARACTER SET utf8 */; in /chroot/home/digitalm/digitalmarauders.com/html/cmsite/includes/database.mysql.inc on line 172.
http://life1134.wordpress.com/
http://www.touchcrew.com/
Got it to show up
I got it to show up in the admin area but it will not let me add a products this is what it says
Product
You are not allowed to create products.
http://life1134.wordpress.com/
http://www.touchcrew.com/
now Installed it
no that the ecommerce module has been turned on my whole admin area is gone the web site is still there but when I click on Admin it jsut goes to a blank page can some please help me. thanks
http://life1134.wordpress.com/
http://www.touchcrew.com/
=-=
The errors you show are not from the apache error log, they are from the drupal error log. Blank screen errors are reported to the apache error log. Please check your hosts documentation for the location of apache error logs.
Solution to "You are not allowed to create products"
Just to follow up for users who have the same problem: at least one "product" module must be enabled under the section "E-Commerce Product Types" in admin/build/modules.
Thanks so much... so
Thanks so much... so obvious, but I'm sure that lots of us overlook this!