phiamo / MopaBootstrapBundle

Easy integration of twitters bootstrap into symfony2
http://bootstrap.mohrenweiserpartner.de
710 stars 348 forks source link

500 Internal Server Error - Unknown "sameas" test. Did you mean "same as"? #1217

Closed bderidder closed 7 years ago

bderidder commented 7 years ago

When running in Symfony 3.2 including this bundle will result in a 500 Internal Server Error in vendor/mopa/bootstrap-bundle/Mopa/Bundle/BootstrapBundle/Resources/views/Form/fields.html.twig at line 207

When I change "sameas" to "same as" on lines 207 and 246, it runs again. I assume that there are typos are usages of now removed deprecated Twig functions used in this bundle?

For completeness, these are the relevant lines of my composer.json:

"symfony/symfony": "3.2.*", "mopa/bootstrap-bundle": "~3.2",

bderidder commented 7 years ago

Some further investigation shows that this looks like a regression introduced by commit (1e73d9006045431769d80184032972376e556dd3).