I'm trying to use FosCommentBundle. Installation is perfect works but i can't render templates. I got this error message:
An exception has been thrown during the rendering of a template ("Unable to render the form as none of the following blocks exist: "_fos_comment_comment_errors", "fos_comment_comment_errors", "form_errors".") in /var/www/ez5/vendor/friendsofsymfony/comment-bundle/FOS/CommentBundle/Resources/views/Thread/comments.html.twig at line 17.
This error has something to do with your configuration not loading the default symfony form's theme. Additionally, specifying commit hashes in composer.json is not a recommended behaviour. Use tagged version numbers.
Hello Everyone,
I'm trying to use FosCommentBundle. Installation is perfect works but i can't render templates. I got this error message:
An exception has been thrown during the rendering of a template ("Unable to render the form as none of the following blocks exist: "_fos_comment_comment_errors", "fos_comment_comment_errors", "form_errors".") in /var/www/ez5/vendor/friendsofsymfony/comment-bundle/FOS/CommentBundle/Resources/views/Thread/comments.html.twig at line 17.
And this is my composer.json file
And my config.yml file
Any idea where the problem is ? Thanks