akeneo-labs / EnhancedConnectorBundle

[DEPRECATED] Provides product reader with more option (choice on completeness, choice on enabled, delta based on last export time).
21 stars 11 forks source link

Export attributes fail #19

Closed DnD-Barracuda closed 8 years ago

DnD-Barracuda commented 8 years ago

php app/console akeneo:batch:job magento_attribute [2015-10-09 11:37:55] batch.DEBUG: Job execution starting: startTime=, endTime=, updatedTime=, status=2, exitStatus=[UNKNOWN] , exitDescription=[], job=[magento_attribute] [] [] [2015-10-09 11:37:55] batch.INFO: Step execution starting: id=0, name=[pim_enhanced_connector.export.pimgento.attribute.title], status=[2], exitCode=[EXECUTING], exitDescription=[] [] [] [2015-10-09 11:37:55] batch.ERROR: Encountered an error executing the step: Warning: Invalid argument supplied for foreach() [] [] [2015-10-09 11:37:55] batch.DEBUG: Step execution complete: id=41, name=[pim_enhanced_connector.export.pimgento.attribute.title], status=[6], exitCode=[EXECUTING], exitDescription=[] [] [] [2015-10-09 11:37:55] batch.DEBUG: Upgrading JobExecution status: startTime=2015-10-09T09:37:55+00:00, endTime=, updatedTime=, status=3, exitStatus=[UNKNOWN] , exitDescription=[], job=[magento_attribute] [] [] An error occured during the export execution. Error #0 in class Symfony\Component\Debug\Exception\ContextErrorException: Warning: Invalid argument supplied for foreach()

damien-carcel commented 8 years ago

Hi.

Could you provide details about your installation? What version of Akeneo are you using? Which storage?

Thank you.

Regards, Damien

DnD-Barracuda commented 8 years ago

Hi Damien,

Akeneo EE 1.4.2, sample data, without any developments (Mysql Storage).

Regards, Aymeric

damien-carcel commented 8 years ago

Hi.

I can indeed reproduce the problem on my machine. We will fix it as sooner as possible and tag a 1.1 version compatible with Akeneo 1.4. Stay tuned.

Regards, Damien

damien-carcel commented 8 years ago

Hi.

The attribute export to PimGento works with the last 1.0.2 maintenance version.

Regards, Damien