Sunlite Posted March 12, 2009 Share Posted March 12, 2009 Hi everyone, hope someone can help me out. I have an error on my payment page, where it displays the CC info and order info.... Payment Method: MODULE_PAYMENT_CC_TEXT_PUBLIC_TITLE How do I repair this? Also the place where you type in the CVV is missing. I've had all types of issues since a server move, got most resolved but stuck here. I've already overwritten several files and it appears I have them all yet I must be missing something. Any help would be greatly appreciated. Also when logged into your account, on the my account page I get this: 1054 - Unknown column 's.public_flag' in 'where clause' select count(*) as total from orders o, orders_status s where o.customers_id = '487' and o.orders_status = s.orders_status_id and s.language_id = '1' and s.public_flag = '1' [TEP STOP] My Account Information Thanks, Link to comment Share on other sites More sharing options...
Guest Posted March 13, 2009 Share Posted March 13, 2009 If you are seeing MODULE_PAYMENT_CC_TEXT_PUBLIC_TITLE then the language definition has gone - it is normally in the file includes/languages/english/modules/payment/cc.php The osC credit card module does not have a CVV field (the module is for testing only). The database error signifies that your database is not the same version as your version of osC - you must have upgraded some of the osC files but not the database - download the latest version of osC2.2 and read the upgrade instructions Link to comment Share on other sites More sharing options...
Sunlite Posted March 13, 2009 Author Share Posted March 13, 2009 Thanks for the response Tom, will do. Link to comment Share on other sites More sharing options...
Sunlite Posted March 16, 2009 Author Share Posted March 16, 2009 I've finally corrected both of these issues. The first was just overwriting the cc.php file. The second was running two SQL statements which I finally found the answer to here: http://www.oscommerce.com/forums/index.php?showtopic=290468 Thanks again for your help. :) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.