Skip to content
This repository was archived by the owner on Jul 28, 2022. It is now read-only.

Conversation

@coderidge
Copy link

replace BloggerBlogBundle:Comment:create {% render 'BloggerBlogBundle:Comment:create' with { 'blog_id': blog.id } %}
with
{% render controller('BloggerBlogBundle:Comment:new',{ 'blog_id': blog.id }) %}

replace BloggerBlogBundle:Comment:create {% render 'BloggerBlogBundle:Comment:create' with { 'blog_id': blog.id } %}
with 
{% render controller('BloggerBlogBundle:Comment:new',{ 'blog_id': blog.id }) %}
@sks40gb
Copy link

sks40gb commented Dec 10, 2015

It seems Doctrine has change the root folder of it, because of that, its throwing errors while installing. I was looking for perfect solutions however I did not get the one. Hoping you guyz will be fixing it soon so new developer will not spend the hours to install and run the application.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants