Error installing eZ publish platform

166 Views Asked by At

I am trying to install ezpublish platform 15.05.02. When i run composer update i get the following error

[Symfony\Component\DependencyInjection\Exception\ParameterNotFoundException]
The service "ezplatform.installer.install_command" has a dependency on a non-existent parameter "search_engine". Di
d you mean one of these: "ezpublish.api.search_engine.class", "ezpublish.api.search_engine.factory.class", "ezpubli
sh.api.search_engine.default"?
2

There are 2 best solutions below

0
On

Just a note here, you can now use eZ Launchpad to bootstrap your project on top of Docker very easily. https://ezsystems.github.io/launchpad/

1
On

You can add search_engine: legacy to ezpublish/config/parameters.yml to satisfy this requirement.