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

Install trouble : fos_rest #49

Closed
ehibes opened this issue Nov 7, 2014 · 6 comments · Fixed by #53
Closed

Install trouble : fos_rest #49

ehibes opened this issue Nov 7, 2014 · 6 comments · Fixed by #53

Comments

@ehibes
Copy link

ehibes commented Nov 7, 2014

When I installed Sylius, I had this error :

[Symfony\Component\Config\Definition\Exception\InvalidConfigurationException]
  Unrecognized options "stop" under "fos_rest.format_listener.rules.1"

I made config.yml file with default values.

@ehibes ehibes changed the title Installation trouble : fos_rest Install trouble : fos_rest Nov 7, 2014
@ghost
Copy link

ghost commented Nov 10, 2014

Same problem here. Clean install default config.

@saidul
Copy link

saidul commented Nov 11, 2014

Add "friendsofsymfony/rest-bundle": "dev-master" in your composer.json file. This may solve this error.

@informatico-madrid
Copy link

Same problem. put "friendsofsymfony/rest-bundle": "dev-master" in json file. not work for my.

@velikanov
Copy link

got another error: You have requested a non-existent parameter "stripe.publishable_key"

@saidul
Copy link

saidul commented Nov 12, 2014

Thats a missing parameter. Add it into parameters.yml

https://github.com/Sylius/Sylius/blob/master/app/config/parameters.yml.dist#L38

@stmllr
Copy link
Contributor

stmllr commented Nov 17, 2014

Works with adding "friendsofsymfony/rest-bundle": "dev-master" to composer.json file and then running

./composer.phar update

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

Successfully merging a pull request may close this issue.

5 participants