Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Custome ORDERS report


gmantzar

Recommended Posts

Posted

FROM THE ADMIN:

When I check the CONFIGURATION-CUSTOMERS-ORDERS sub menu I get:

--------

1146 - Table 'moni_shop.TABLE_ORDERS_TOTAL' doesn't exist

select count(*) as total from orders o left join TABLE_ORDERS_TOTAL ot on (o.orders_id = ot.orders_id), orders_status s where o.orders_status = s.orders_status_id and s.language_id = '1' and s.orders_status_id = '1' and ot.class = 'ot_total'

---------

I know I have a table called ORDERS_TOTAL. (not TABLE_ORDERS_TOTAL). Is the ORDERS_TOTAL what it is looking for?

 

Please help!

 

Thank you in advance,,

Gregory

Posted

Hi,

 

What snapshot are you using?

 

Is this a recent install?

Posted

I installed it back in March. It was the newest version at the time.

Sorry I am not more specific but I hope this will give you an idea.

Any hints on what the problem may be?

 

Thank you!

 

Gregory

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...