Magento Exception Error: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'magentoce.tax_calculation_rule' doesn't exist -
i have installed magento, home page clicked on product, giving error: 347147223
.
there has been error processing request
sqlstate[42s02]: base table or view not found: 1146 table 'magentoce.tax_calculation_rule' doesn't exist, query was: (select `main_table`.`tax_calculation_rate_id`, `main_table`.`tax_calculation_rule_id`, `main_table`.`customer_tax_class_id`, `main_table`.`product_tax_class_id`, `rule`.`priority`, `rule`.`position`, `rule`.`calculate_subtotal`, `rate`.`rate` `value`, `rate`.`tax_country_id`, `rate`.`tax_region_id`, `rate`.`tax_postcode`, `rate`.`tax_calculation_rate_id`, `rate`.`code`, if(title_table.value null, rate.code, title_table.value) `title` `tax_calculation` `main_table` inner join `tax_calculation_rule` `rule` on `rule`.`tax_calculation_rule_id` = main_table.tax_calculation_rule_id inner join `tax_calculation_rate` `rate` on rate.tax_calculation_rate_id = main_table.tax_calculation_rate_id left join `tax_calculation_rate_title` `title_table` on rate.tax_calculation_rate_id = title_table.tax_calculation_rate_id , title_table.store_id = '1' (customer_tax_class_id = 3) , (product_tax_class_id in ('2')) , (rate.tax_country_id = 'us') , (rate.tax_region_id in(0, 12)) , (rate.zip_is_range null) , (rate.tax_postcode null or rate.tax_postcode in('*', '', '90034', '90034*', '9003*', '900*', '90*', '9*'))) union (select `main_table`.`tax_calculation_rate_id`, `main_table`.`tax_calculation_rule_id`, `main_table`.`customer_tax_class_id`, `main_table`.`product_tax_class_id`, `rule`.`priority`, `rule`.`position`, `rule`.`calculate_subtotal`, `rate`.`rate` `value`, `rate`.`tax_country_id`, `rate`.`tax_region_id`, `rate`.`tax_postcode`, `rate`.`tax_calculation_rate_id`, `rate`.`code`, if(title_table.value null, rate.code, title_table.value) `title` `tax_calculation` `main_table` inner join `tax_calculation_rule` `rule` on `rule`.`tax_calculation_rule_id` = main_table.tax_calculation_rule_id inner join `tax_calculation_rate` `rate` on rate.tax_calculation_rate_id = main_table.tax_calculation_rate_id left join `tax_calculation_rate_title` `title_table` on rate.tax_calculation_rate_id = title_table.tax_calculation_rate_id
it looks installation didn't complete correctly. if either:
a) install fresh version if you've not undertaken work
b) install fresh version new database , copy schema missing database tables (you'll need run diff between 2 capture missing tables)
Comments
Post a Comment