It seems there is an error with the namespace usage:
Fatal error: Class 'FM\BbcodeBundle\Templating\Helper\Decoda' not found in /Users/daniel/Sites/sevenboom/Src/symfony/vendor/helios-ag/fm-bbcode-bundle/FM/BbcodeBundle/Templating/Helper/BbcodeHelper.php on line 32
This should be added:
use FM\BbcodeBundle\Decoda;
use FM\BbcodeBundle\DecodaManager;
It seems there is an error with the namespace usage:
This should be added: