aerialship / SamlSPBundle

SAML 2.0 Symfony SP Bundle - new version available at
http://www.lightsaml.com/SP-Bundle/
MIT License
63 stars 43 forks source link

Dump function not available #33

Closed tamlyn closed 10 years ago

tamlyn commented 10 years ago

The Twig dump() function is not available in production mode and leads to the following error (e.g. when SSO user doesn't exist and create_user_if_not_exists is false):

Uncaught PHP Exception Twig_Error_Syntax: "The function "dump" does not exist in "AerialShipSamlSPBundle::failure.html.twig" at line 6"

i3or1s commented 10 years ago

Update failure.html.twig #40 Please review and mark if it is ok

tmilos commented 10 years ago

40 merged