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

Call to undefined method #14

Closed plotloss closed 9 years ago

plotloss commented 9 years ago

Hi guys,

Just testing the Enhanced Connector and getting this error. How to resolve please?

[2015-08-27 13:19:47] batch.DEBUG: Job execution starting: startTime=, endTime=, updatedTime=, status=2, exitStatus=, exitDescription=[], job=[test_delta] [] [] [2015-08-27 13:19:47] batch.INFO: Step execution starting: id=0, name=[pim_enhanced_connector.export.product.title], status=[2], exitCode=[EXECUTING], exitDescription=[], readCount=0, writeCount=0, filterCount=0 [] [] PHP Fatal error: Call to undefined method Pim\Bundle\EnhancedConnectorBundle\Doctrine\ORM\Filter\CompletenessFilter::getUniqueAlias() in /pim-community-standard-v1.3.0/vendor/akeneo-labs/pim-enhanced-connector/Pim/Bundle/EnhancedConnectorBundle/Doctrine/ORM/Filter/CompletenessFilter.php on line 27

damien-carcel commented 9 years ago

I see you installed v1.3.0 of Akeneo. You need to update to last version of the PIM, as this specific method was added in an update.

Regards, Damien

plotloss commented 9 years ago

That seems to have resolved it, thank you.