-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Twig has no 'ep_path' function (../views/Post/_post.html.twig) #44
Comments
err.. those templates are actually for some CMS I was trying to create in January - they shouldn't be there at all! The Bundle does not use them however - it uses How did you run into this error? |
see also #40 |
I'm trying run 'cmf-sandbox'. |
@Z-KeyKeeper very strange that you are having this problem as the templates are not used by the BlogBundle. I have created #45 to remove them. |
Maybe problem come from composer dependencies? Some one problem which I found related with 'sonata-project/doctrine-phpcr-admin-bundle' version in composer.json; "1.0." contains '../CRUD/edit_phpcr_many_to_one.html.twig' and '../CRUD/edit_phpcr_one_to_one.html.twig' files with empty render "with" statements. This bug fixed at master, but in sandbox's composer.json used "1.0." (see sonata-project/SonataDoctrinePhpcrAdminBundle@8c5a781). Maybe, _post.html.twig used either because of some dependencies specified wrong? P.S. > _post.html.twig uses only by _postList.html.twig, which referred only in '/app/cache/dev/assetic/config/..'. |
i merged the removal of the BlogBundle templates. better for you? regarding sonata, yep, indeed there are a few glitches. if you require sonata admin as can you please close this issue if the problem is solved for you? |
Yes, it solved. Thanks! |
I have exception on parsing _post.html.twig file, because it contains 'ep_path' calling at line 4.
I doing something wrong or it's not my mistake?
The text was updated successfully, but these errors were encountered: