egeloen / IvoryGoogleMapBundle

Google Map API v3 integration for your Symfony2 project.
https://github.com/egeloen/ivory-google-map
MIT License
217 stars 152 forks source link

Unable to find template "IvoryGoogleMapBundle:Form:place_autocomplete_widget.html.twig" #227

Closed vulkodava closed 6 years ago

vulkodava commented 6 years ago

When I install the plugin and configure it I get this error, even though the template is there

Unable to find template "IvoryGoogleMapBundle:Form:place_autocomplete_widget.html.twig"

vulkodava commented 6 years ago

The problem seems to be with my form I will deal with this :)

vulkodava commented 6 years ago

It was caused by vendor/egeloen/google-map-bundle/DependencyInjection/Compiler/RegisterFormResourcePass.php on line 41 ...['IvoryGoogleMapBundle:Form:place_autocomplete_widget.html.twig'],... I fixed it for myself changing it to ['@IvoryGoogleMap/Form/place_autocomplete_widget.html.twig'],