8000 Problem with parameters in config.yml. · Issue #11012 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content
8000

Problem with parameters in config.yml. #11012

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
jsr2609 opened this issue May 28, 2014 · 2 comments
Closed

Problem with parameters in config.yml. #11012

jsr2609 opened this issue May 28, 2014 · 2 comments

Comments

@jsr2609
Copy link
jsr2609 commented May 28, 2014

I'm using symfony 2.3.15 and I have the bundle WhiteOctoberTCPDFBundle in the config.yml file I define the parameters as follows:

white_october_tcpdf:
tcpdf:
k_tcpdf_external_config: true
k_path_fonts: '%kernel.root_dir%/../vendor/tecnick.com/tcpdf/fonts/'

But somehow you lose the last character "/", so k_path_fonts constant has the value "real_path /.. / Vendor / tecnick.com / tcpdf / fonts" and this causes problems, because it lacks the last "/ ".

Not so with symfony 2.3.13.

@jakzal
Copy link
Contributor
jakzal commented Jun 1, 2014

Bug was introduced in 2.3.15 by #10894. The changes were reverted.

Since 2.3.16 is already tagged, you should be able to update now.

@jakzal jakzal closed this as completed Jun 1, 2014
@jsr2609
Copy link
Author
jsr2609 commented Jun 2, 2014

thanks.

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

No branches or pull requests

2 participants
0