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

Pagerfanta compatibility with Sylius 1.2.4 #23

Closed
ghost opened this issue Aug 31, 2018 · 5 comments
Closed

Pagerfanta compatibility with Sylius 1.2.4 #23

ghost opened this issue Aug 31, 2018 · 5 comments
Labels
help wanted Extra attention is needed

Comments

@ghost
Copy link

ghost commented Aug 31, 2018

Hi,

I found a compatibility problem between Sylius and ElasticsearchPlugin.
It's with the 'Pagerfanta' bundle which make the problem.

So if you use Sylius v1.2.4, and want to use ElasticSearch plugin, you need to :

  • either, downgrade the version of Sylius to 1.0 (👎 )
  • either, downgrade 'Pagerfanta' with the command : composer update pagerfanta/pagerfanter (it will update to downgrade it automatically 👍 )

Hope you can fix it, good luck and good job !

@spras
Copy link

spras commented Sep 24, 2018

Seems fixed in FriendsOfSymfony/FOSElasticaBundle#1427 but not released yet in elastica bundle :-(

i could install syliusElasticBundle like this :

composer require friendsofsymfony/elastica-bundle dev-master
composer require bitbag/elasticsearch-plugin

Hope it can help

@bitbager
Copy link
Member

bitbager commented Mar 11, 2019

Thank you @spras. Are there any updates on this?

PS. I linked your comment in the README of our bundle as a temporary workaround.

@spras
Copy link

spras commented Mar 12, 2019

No update, the stable version of elastica-bundle is steal 5.0.3, see https://packagist.org/packages/friendsofsymfony/elastica-bundle
The fix in elastica-bundle is only present in 5.1.*-dev
:-(

@bitbager bitbager added the help wanted Extra attention is needed label May 21, 2019
@peterukena
Copy link
Contributor

5.1.0 has been released, I am going to use it in the next days and report back here. :)

@peterukena
Copy link
Contributor

Looks like its installable with composer now :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants