symfony-cmf / media-bundle

UNMAINTAINED - Minimalistic interfaces to handle media in the context of the CMF
http://cmf.symfony.com/
30 stars 40 forks source link

Unknown "cmf_media_display_url" function. #168

Open cesarluna opened 7 years ago

cesarluna commented 7 years ago

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 commented 7 years ago

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 commented 7 years ago

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.