mysql - Magento 1.7 - Cannot initialize the indexer process for Product Prices -
after recent migration magento professional magento community (ver. 1.7.0.2), unable initiate magento indexer on "product prices" index. receive following error:
"cannot initialize indexer process."
after inspecting var/log/exception.log, see following stack trace whenever try index:
2013-05-09t20:50:42+00:00 debug (7): exception message: sqlstate[21s01]: insert value list not match column list: 1136 column count doesn't match value count @ row 1 trace: #0 /www/sites/<my site>/files/html/shop/lib/varien/db/statement/pdo/mysql.php(110): zend_db_statement_pdo->_execute(array) #1 /www/sites/<my site>/files/html/shop/lib/zend/db/statement.php(300): varien_db_statement_pdo_mysql->_execute(array) #2 /www/sites/<my site>/files/html/shop/lib/zend/db/adapter/abstract.php(479): zend_db_statement->execute(array) #3 /www/sites/<my site>/files/html/shop/lib/zend/db/adapter/pdo/abstract.php(238): zend_db_adapter_abstract->query('insert `ca...', array) #4 /www/sites/<my site>/files/html/shop/lib/varien/db/adapter/pdo/mysql.php(419): zend_db_adapter_pdo_abstract->query('insert `ca...', array) #5 /www/sites/<my site>/files/html/shop/app/code/core/enterprise/giftcard/model/resource/indexer/price.php(187): varien_db_adapter_pdo_mysql->query('insert `ca...') #6 /www/sites/<my site>/files/html/shop/app/code/core/mage/catalog/model/resource/product/indexer/price/default.php(120): enterprise_giftcard_model_resource_indexer_price->_preparefinalpricedata() #7 /www/sites/<my site>/files/html/shop/app/code/core/mage/catalog/model/resource/product/indexer/price.php(385): mage_catalog_model_resource_product_indexer_price_default->reindexall() #8 /www/sites/<my site>/files/html/shop/app/code/core/mage/index/model/indexer/abstract.php(143): mage_catalog_model_resource_product_indexer_price->reindexall() #9 /www/sites/<my site>/files/html/shop/app/code/core/mage/index/model/process.php(209): mage_index_model_indexer_abstract->reindexall() #10 /www/sites/<my site>/files/html/shop/app/code/core/mage/index/model/process.php(255): mage_index_model_process->reindexall() #11 /www/sites/<my site>/files/html/shop/app/code/core/mage/index/controllers/adminhtml/processcontroller.php(178): mage_index_model_process->reindexeverything() #12 /www/sites/<my site>/files/html/shop/app/code/core/mage/core/controller/varien/action.php(419): mage_index_adminhtml_processcontroller->massreindexaction() #13 /www/sites/<my site>/files/html/shop/app/code/core/mage/core/controller/varien/router/standard.php(250): mage_core_controller_varien_action->dispatch('massreindex') #14 /www/sites/<my site>/files/html/shop/app/code/core/mage/core/controller/varien/front.php(176): mage_core_controller_varien_router_standard->match(object(mage_core_controller_request_http)) #15 /www/sites/<my site>/files/html/shop/app/code/core/mage/core/model/app.php(354): mage_core_controller_varien_front->dispatch() #16 /www/sites/<my site>/files/html/shop/app/mage.php(683): mage_core_model_app->run(array) #17 /www/sites/<my site>/files/html/shop/index.php(87): mage::run('', 'store') #18 {main}
this table issue, there way figure out might missing?
the indexer works other indexes. 1 experiencing difficulty, , in magento admin, reads "reindex required."
edit: have tried use magento db repair utility, source db being fresh magento community db. every time do, says no changes need made.
this resolved disabling 3rd party extensions, except ones marked mage_*
Comments
Post a Comment