david parloir

Results 3 comments of david parloir

@akordzik workaround worked for me!

for me removing `AWS.restore();` solved it.

here's a proposal to solve this bug: **EcomDev_UrlRewrite_Model_Mysql4_Indexer**: ``` public function catalogProductSave(Mage_Index_Model_Event $event) { $eventData = $event->getNewData(); $productIds = isset($eventData['rewrite_product_ids']) ? $eventData['rewrite_product_ids'] : null; $categoryIds = isset($eventData['rewrite_category_ids']) ? $eventData['rewrite_category_ids'] :...