Guest Posted February 22, 2007 Posted February 22, 2007 Newbee at osC, and attempted a "live" checkout, registering as a new customer at my own site. Filled out the registration form, chose a password, clicked "Continue," and got the following error screen: 1054 - Unknown column 'customers_paypal_ec' in 'field list' select customers_id as id, customers_paypal_ec as ec from customers where customers_email_address = '[email protected]' [TEP STOP] What happened? :blush: Frank
Velveeta Posted February 22, 2007 Posted February 22, 2007 Newbee at osC, and attempted a "live" checkout, registering as a new customer at my own site.Filled out the registration form, chose a password, clicked "Continue," and got the following error screen: 1054 - Unknown column 'customers_paypal_ec' in 'field list' select customers_id as id, customers_paypal_ec as ec from customers where customers_email_address = '[email protected]' [TEP STOP] What happened? :blush: Frank Looks like either you or someone else installed a payment module for paypal's express checkout, but didn't nail every step in the installation... There should be an sql file to run which will make these entries in your database tables... Richard. Richard Lindsey
Guest Posted February 22, 2007 Posted February 22, 2007 Looks like either you or someone else installed a payment module for paypal's express checkout, but didn't nail every step in the installation... There should be an sql file to run which will make these entries in your database tables... Richard. Thanks, Richard. That's what happens when you try to learn something on the fly -- you get flies in the ointment. Frank
Velveeta Posted February 22, 2007 Posted February 22, 2007 Thanks, Richard. That's what happens when you try to learn something on the fly -- you get flies in the ointment.Frank Not a problem, at least it was something simple :D Just zip that sql file through phpmyadmin or something and you should be good to go... Richard. Richard Lindsey
Recommended Posts
Archived
This topic is now archived and is closed to further replies.