Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"SERIALIZER MUST BE A NORMALIZER" during export #1

Open
ALahmer opened this issue Mar 12, 2019 · 2 comments
Open

"SERIALIZER MUST BE A NORMALIZER" during export #1

ALahmer opened this issue Mar 12, 2019 · 2 comments

Comments

@ALahmer
Copy link

ALahmer commented Mar 12, 2019

During export, after upgrade to akeneo 3.0 i have this error:
16:01:36 ERROR [batch] Encountered an error executing the step: Serializer must be a normalizer An error occurred during the export execution. Error #0 in class LogicException: Serializer must be a normalizer 16:01:36 ERROR [batch] Encountered an error executing the step: Serializer must be a normalizer 16:01:36 ERROR [app] Exception occurred while flushing email queue: Connection could not be established with host localhost [No route to host #113]

I think error is trown in line

if (!$this->serializer instanceof NormalizerInterface) {

Is there a way to adapt this bundle to work also with 3.0 version of akeneo?

Thank you

@bpresles
Copy link

Indeed, this bundle is not yet compatible with Akeneo 3.0. We plan to migrate it for next month.

But if you need it before and are willing to fix it yourself, feel free to do it and open a merge request with your fix.

@ALahmer
Copy link
Author

ALahmer commented Mar 14, 2019

Thanks for you answer @bpresles , i will try.

I've noted also an other point that maybe you can manage in the new release, i will report it in a new issue.

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants