Magento Category Flat Data will not reindex error 'There was a problem with reindexing process.'
Date : March 29 2020, 07:55 AM
should help you out I was getting the same errors loading Magento's sample data into Magento 1.5.1.0 (Despite what Varien say, their sample data does not work with all Magento versions) in /app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Category/Flat.php I found this on line 549: switch ($column['DATA_TYPE']) {
case 'smallint':
case 'int':
$_type = $column['DATA_TYPE'] . '(11)';
$_is_unsigned = (bool)$column['UNSIGNED'];
if ($column['DEFAULT'] === '') {
$column['DEFAULT'] = null;
}
break;
case 'varchar':.........................
|
Magento getting error on product flat data reindixing
Date : March 29 2020, 07:55 AM
around this issue Getting this error , able to solve this problem with our team 1st I checked database
|
we are re-indexing our product flat data and our category flat data in magento and it we are getting an integrity constr
Date : March 29 2020, 07:55 AM
like below fixes the issue Ok I finally figured this out. Apparently magento stores catalog_product_flat tables and the content in those tables is not updated. So the solution is as follows: 1) Backup the database
|
Magento error when reindexing "Category Flat Data "
Tag : php , By : user157064
Date : March 29 2020, 07:55 AM
it fixes the issue Is your compilation disabled ? Try to disable you compilation and try re-indexing. ( system -> tools -> compilation ) If still the indexing does not working then again. Clear your cache and lock files ( /var/cache & /var/lock under magento root ) . Then try re-indexing again. php indexer.php --reindexall
|
Magento Product Prices reindexing error
Date : March 29 2020, 07:55 AM
|