When I've tried to link anchor like this:
<a href="{{ urlFor('posts.show', {'postId': post.id}) }}">{{ post.title }}</a>
I had a fatal error:
Class 'Twig_SimpleFunction' not found
But everything works perfect when I remove this link in the anchor. What could be the problem?