Closed
Description
Haivng issues calculating tax
Preconditions
Centos 6.8 / Magento 2.1.1 CE / Mysql 5.7.15 / PHP 5.6.26
Steps to reproduce
- Set indexers to On Schedule
- Execute on SSH : php bin/magneto indexer:reindex catalog_product_price
Expected result
- Indexer should complete with no erorrs and products should display inc and excl tax
Actual result
- Indexer fails with no erorrs or log entires other than the command line message:
'Table catalog_product_price_cl does not exist' - indexer_state table remains on status 'working' for price index.
Looked for this table and is not in DB Schema - cannot see it in the setup routines.
All other indexes are working fine - tax is recalculated when setting index to On Save and saving each product individually.
Setting index to On Save and running reindex on command line results in a rebuilt successfully, but no prices change and the tax inc is the same as tax excl.