Category Archives: PHP

P4A’s tools changes

In the last months we had problems with the past infrastructure, our mediawiki was heavily attacked and become useless and SourceForge’s bugtracker was completely destroyed by spam. So I took the suggestion of one of our followers to rethink about everything and give it a spin: First of all I moved the code repository to [...]

Magento 2.0

News are coming out about our new loved/hated Magento major (and it’s gonna be really major) release: Magento2. First of all a technical overview video, not too recent actually: One amazing thing is that the development moved to github: https://github.com/magento/magento2 with all the benefits we know. Another nice improvement is that we have public tests [...]

Magento reindexer issue and very bad fix

On a big website, while Magento (this was a Professional 1.10.something) is reindexing (work done by a cron job) every page (viewed from the browser) seems to try to reindex the products it shows, that ends in a duplicate key error on an index temporary table (catalog_product_index_price_tmp), I needed a rough and quickfix I opened app\code\core\Mage\Index\Model\Resource\Helper\Abstract.php [...]