Beezer2005 Posted January 14, 2006 Posted January 14, 2006 Hi..I just installed the paypal contrib and when I click on orders pending I get the error below. My host is using MySql version 4 - something and PHP version 5 something am I going to keep running into these errors all over the store?? 1054 - Unknown column 'o.payment_id' in 'on clause' select p.payment_status from paypal p left join orders o on p.paypal_id = o.payment_id where o.orders_id ='1' Thanks For All Your Help...Especially Tina Boots
tina_boots Posted January 14, 2006 Posted January 14, 2006 Hi..I just installed the paypal contrib and when I click on orders pending I get the error below. My host is using MySql version 4 - something and PHP version 5 something am I going to keep running into these errors all over the store??1054 - Unknown column 'o.payment_id' in 'on clause' select p.payment_status from paypal p left join orders o on p.paypal_id = o.payment_id where o.orders_id ='1' Thanks For All Your Help...Especially Tina Boots Check your orders table to see if there is a column named payment_id, which according to your error message there won't be. Check to make sure you didn't make a typo somewhere or missed a step installing the contribution. Be well, Tina If you're not having fun you're not doing it right Teach a person to fish rather than give them a loaf of bread or however that saying goes.
ozcsys Posted January 14, 2006 Posted January 14, 2006 Was there an sql file included with the contribution?? If so did you run it? The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
Beezer2005 Posted January 15, 2006 Author Posted January 15, 2006 Was there an sql file included with the contribution?? If so did you run it? Hi...There was an SQL file and I did run it but still the problem remains
Recommended Posts
Archived
This topic is now archived and is closed to further replies.