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

Unknown "cmf_media_display_url" function. #168

Open
cesarluna opened this issue Apr 27, 2017 · 2 comments
Open

Unknown "cmf_media_display_url" function. #168

cesarluna opened this issue Apr 27, 2017 · 2 comments
Milestone

Comments

@cesarluna
Copy link

Instale symfony-cmf/media-bundle anadi el routing, la configuracion dentro del config.yml, pero al utilizar en mi Formulario (ExampleFormType)

$builder
            ->add('reference', 'cmf_media_image', array('required' => false))

Obtengo el siguiente mensaje:
Unknown "cmf_media_display_url" function.

estoy utilizando symfony 3.2

@dbu
Copy link
Member

dbu commented Apr 27, 2017

this bundle is no longer actively maintained, so you need to search on your own. maybe it works in an older version of symfony? or is the routing not loaded?

unfortunately, i don't speak spanish so i can only guess what you are saying.

@cesarluna
Copy link
Author

cesarluna commented Apr 27, 2017

Thanks for the reply.

My routing.

cmf_media_file:
    resource: "@CmfMediaBundle/Resources/config/routing/file.xml"

cmf_media_image:
    resource: "@CmfMediaBundle/Resources/config/routing/image.xml"
_liip_imagine:
    resource: "@LiipImagineBundle/Resources/config/routing.xml"

I think I should load the twing extensions manually.

@ElectricMaxxx ElectricMaxxx added this to the 2.0 milestone Jul 4, 2017
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

3 participants