David Ansermot Web Developer / TYPO3 Integrator

14déc/100

Magento : Undefined index after restore/moving site

Magento Logo RoundedIf you have encountered an error like "Notice: Undefined index: 0 in .../app/code/core/Mage/Core/Model/Mysql4/Config.php on line 92" after moving a Magento installation or, like me, after restored a mySQL dump, here's my solution.

I used it much times and tested on 1.3.x and 1.4.x < 1.4.2

19oct/100

Magento : Product price list sort bug

A Magento bug exists on 1.3.xx (and maybe 1.4) on the product list.

When you want to sort the products by price, it does't works.
To fix this, here's the way :

Open the file : app/code/core/mage/catalog/model/resource/eav/mysql4/product/collection.php
Go to line 1156 - 1158

It should looks like

 $this->getSelect()->joinLeft(
                    array('_price_order_table'=>$this->getTable('catalogindex/price')),
                    "{$entityCondition} AND {$storeCondition} AND {$groupCondition} AND {$attributeCondition}",

Remove the "AND {$groupCondition}".
Save then test.

Now the sort works logged in and out ;)

25sept/093

Typogento. Bad support, bugged extension.

Just a little post to say that typogento sucks a lot...
Typogento team doesn't upgrade TypoGento extension while Magento is upgraded, the API too....

Now (on 1.3.2.3 and 1.3.2.4), it's totally buggy. I've fixed two bugs, reported them with the fix on the tracker, but now update from a time ago.
All that to say that dont try to use TypoGento, it's a waste of time.

Good afternoon.

1sept/090

TYPO3 + Magento = TypoGento

Do you need to use Magento into your TYPO3 website ? TypoGento is there for you !
I discovered it some days ago and use it now.

TypoGento allow your users to log into Magento with there TYPO3 account.
TypoGento provided too an API for TYPO3

TypoGento website
Installation Guide