Comment 3 for bug 497216

Revision history for this message
Nicolas Bessi - Camptocamp (nbessi-c2c-deactivatedaccount) wrote :

Hello,

I have encountered the bug today, I have created custom attribute color (In magento). Then I followed all the Magento steps (Reload, Synchronize, import). When I imported the attributes,
the attribute colors I have created was not imported. When I attributed it in the first attribute set also, the attribute, was imported.

I have Trace the code in the PHP Magento connector. In Attribute.php.

public function items($setId) {
  Mage::log($setId);

In fact, the function was only called once, with the first id of the attribute set.

In OpenERP trace was
Calling Method:ol_catalog_product_attribute.list,Arguments:[4,12,27,35,95,33]

But only a were logged in Magento in $setId.

I'm using version 1.3.1 of the PHP connector. Maybe thats the cause, but I'did not know where to find the latest release outside of Magento Connect. I'm also using revision 295 of the connector

Regrads

Nicolas