Open deepak333 opened 10 years ago
I actually use BlogBundle with Symfony 2.5 in production environment. I write this Bundle some years ago, and they is not the best solution for implement a blog over Symfony.
I keep this repository in github, because you can take some ideas about i resolve some problems, but i have no time to update the code and fix the bugs.
I will come back to this issue in the future and try to reproduce and solve this.
Regards!
Hi,
I am using Symfony v2.3 to build an application.
I followed the installation instructions for this blog bundle.
I put "desarrolla2/blog-bundle": "dev-master" in composer.json
And when i do composer.phar update, i get this error:-
Problem 1
Problem 2
So, I first installed imagine bundle by placing "liip/imagine-bundle:dev-master" in composer.json and activating this bundle in appKernel.
After this i re-installed blog bundle, but still it shows me the same error. Tried changing version of bundle in composer.json to "0.1.x-dev", but no luck. I get this error always.
Problem 1
Thanks