AbanteCart Community

Shopping Cart Operations => Support => Topic started by: arena10 on April 22, 2017, 07:55:25 AM

Title: There has been a critical error processing your request
Post by: arena10 on April 22, 2017, 07:55:25 AM
SQL Error: Unknown column 'sku' in 'field list'
Error No: 1054
SQL: INSERT INTO abq0_order_products SET order_id = '73', product_id = '509', name = 'Calvin Klein CK Free EDT 100ml за мъже ( Без опаковка )', model = 'CK00013', sku = '', price = '45', total = '45', tax = '3.99', quantity = '1', subtract = '1' in /home/kupiparf/public_html/core/database/amysqli.php on line 109

pls help
Title: Re: There has been a critical error processing your request
Post by: Basara on April 24, 2017, 02:19:50 AM
Hello.
What is your AbanteCart version? Do you modify core files before?
Title: Re: There has been a critical error processing your request
Post by: abolabo on April 24, 2017, 03:49:01 AM
looks like you did manual upgrade to v 1.2.10 but you forgot to upgrade database.
Please check this file https://github.com/abantecart/abantecart-src/blob/master/public_html/install/abantecart_database_upgrade.sql

you can run this sql via phpMyAdmin to fix.
also do not forget to replace tables name prefix ac_ with yours abq0_