Index ManagementからReindexを実行すると、「インデクサープロセスを初期化できません」というエラーが表示されます。
したがって、次の記事に基づいて http://jasonehmke.com/ecommerce/cannot-initialize-the-indexer-process-in-magento/
走った
php -f indexer.php reindexall
次の出力が得られました:
Product Prices index was rebuilt successfully
Catalog URL Rewrites index was rebuilt successfully
Product Flat Data index was rebuilt successfully
Category Flat Data index was rebuilt successfully
Category Products index was rebuilt successfully
Catalog Search Index index was rebuilt successfully
Stock Status index was rebuilt successfully
Tag Aggregation Data index was rebuilt successfully
Product Attributes index process unknown error:
exception 'PDOException' with message 'SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '65-542-1-65' for key 'PRIMARY'' in /home/bizzosph/public_html/lib/Zend/Db/Statement/Pdo.php:228
Next exception 'Zend_Db_Statement_Exception' with message 'SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '65-542-1-65' for key 'PRIMARY'' in /home/bizzosph/public_html/lib/Zend/Db/Statement/Pdo.php:234
これを修正するにはどうすればよいですか?どのテーブルに重複エントリがあるかはわかりません。
ありがとう