php - Opencart Error trying to access Customers section of admin area -


i have opencart store setup , when try access customers page admin area receive following error code:

fatal error: uncaught exception 'errorexception' message 'error: unknown column 'cg.name' in 'field list'<br />error no: 1054<br />select *, concat(c.firstname, ' ', c.lastname) name, cg.name customer_group oc_customer c left join oc_customer_group cg on (c.customer_group_id = cg.customer_group_id) order name asc limit 0,20' in /home/canad763/public_html/testshop/system/database/mysqli.php:41 stack trace: #0 /home/canad763/public_html/testshop/system/library/db.php(20): dbmysqli->query('select *, conca...') #1 /home/canad763/public_html/testshop/admin/model/sale/customer.php(150): db->query('select *, conca...') #2 /home/canad763/public_html/testshop/admin/controller/sale/customer.php(408): modelsalecustomer->getcustomers(array) #3 /home/canad763/public_html/testshop/admin/controller/sale/customer.php(12): controllersalecustomer->getlist() #4 [internal function]: controllersalecustomer->index() #5 /home/canad763/public_html/testshop/system/engine/front.php(42): call_user_func_array(array, array) #6 /hom in /home/canad763/public_html/testshop/system/database/mysqli.php on line 41 


Comments

Popular posts from this blog

google api - Incomplete response from Gmail API threads.list -

Installing Android SQLite Asset Helper -

Qt Creator - Searching files with Locator including folder -