When you got these kinds of error in OpenCart E-commerce when you try to edit product from admin.
Notice: Error: Unknown column 'o_copa' in 'field list'
Error No: 1054
SELECT o_copa,o_copb FROM oc_product_option_value WHERE product_id = '74' in /home5/freedes2/public_html/decport.com/system/database/mysql.php on line 50
Solutions:- Just open your respective database and open a table oc_product_option_value and add two new field o_copa and o_copb with integer data type selection. Now check your admin your problem have resolved.
Notice: Error: Unknown column 'o_copa' in 'field list'
Error No: 1054
SELECT o_copa,o_copb FROM oc_product_option_value WHERE product_id = '74' in /home5/freedes2/public_html/decport.com/system/database/mysql.php on line 50
Solutions:- Just open your respective database and open a table oc_product_option_value and add two new field o_copa and o_copb with integer data type selection. Now check your admin your problem have resolved.
No comments:
Post a Comment