You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.
I added a custom field to the orders page, now when i run a search it jumps to the dashboard and then if i try to get back to the orders page i get an error
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'main_table.blcg_custom_field_5' in 'where clause', query was: SELECT COUNT(*) FROM mage_sales_flat_order_grid AS main_table WHERE (main_table.blcg_custom_field_5 LIKE '%cool%')
The text was updated successfully, but these errors were encountered:
I added a custom field to the orders page, now when i run a search it jumps to the dashboard and then if i try to get back to the orders page i get an error
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'main_table.blcg_custom_field_5' in 'where clause', query was: SELECT COUNT(*) FROM
mage_sales_flat_order_grid
ASmain_table
WHERE (main_table
.blcg_custom_field_5
LIKE '%cool%')The text was updated successfully, but these errors were encountered: