I have tried to find what causes this error 1054, which seems pretty common.
My error code is this:
This is different than all the other forum posts I found on this topic.Code:1054 Unknown column 'o.orders_status' in 'where clause' in: [select count(*) as total from (orders s, orders_status o ) left join orders_total ot on (o.orders_id = ot.orders_id) where (o.orders_status = s.orders_status_id and s.language_id = '1' and ot.class = 'ot_total') ]
This was a 1.2.x database upgraded to 1.3.8, using 1.3.8a code with all security patches plus additional bug patches as explained in the forums.
It occurs in admin when I click 'Orders' on the 'Customers' menu.
All the data upgraded/transferred properly, and a files search within the admin folder produced no results.
How can I fix this??
Thank you, Tom




