Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[2.8][FrameworkBundle] Undefined index: name_converter #15449

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

Closed
alekitto opened this issue Aug 4, 2015 · 1 comment
Closed

[2.8][FrameworkBundle] Undefined index: name_converter #15449

alekitto opened this issue Aug 4, 2015 · 1 comment

Comments

@alekitto
Copy link
Contributor

alekitto commented Aug 4, 2015

When loading a configuration where the name_converter parameter is missing, a notice is emitted:

Undefined index: name_converter

config.yml:

framework:
    serializer:
        enabled: true

Edit: the notice is generated here:

@xabbuh
Copy link
Member

xabbuh commented Aug 5, 2015

Thank you for reporting the bug @alekitto. I have opened a pull request to fix the issue in #15467.

fabpot added a commit that referenced this issue Aug 8, 2015
This PR was merged into the 2.8 branch.

Discussion
----------

[FrameworkBundle] fix serializer config check

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #15449
| License       | MIT
| Doc PR        |

Commits
-------

060c167 [FrameworkBundle] fix serializer config check
@fabpot fabpot closed this as completed Aug 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants