marello-application icon indicating copy to clipboard operation
marello-application copied to clipboard

You have requested a non-existent parameter "deployment_type".

Open Scarbous opened this issue 5 years ago • 4 comments

When I follow the setup steps i get the following error on "bin/console oro:install --env prod"

In DefinitionErrorExceptionPass.php line 54:

  You have requested a non-existent parameter "deployment_type".

Scarbous avatar Nov 16 '20 15:11 Scarbous

Yes, getting this error right now as well.

pschoenmakers avatar Nov 16 '20 21:11 pschoenmakers

@Scarbous I see you managed to get the installation beyond this error in #15
Can you share what you have done?

pschoenmakers avatar Nov 17 '20 07:11 pschoenmakers

@pschoenmakers I set the missing config to parameters.yml

# This file is auto-generated during the composer install
parameters:
    .....
    deployment_type: ~

But its gone every time when I run composer install.

Scarbous avatar Nov 17 '20 08:11 Scarbous

put it into "parameters.yml.dist" like here

https://github.com/oroinc/platform-application/blob/4.1.11/config/parameters.yml.dist

clicktrend avatar Jan 04 '21 15:01 clicktrend