ddeboer / GuzzleBundle

A Symfony2 bundle for integrating Guzzle, a PHP framework for building RESTful web service clients
63 stars 29 forks source link

Problems with installation process #9

Closed djonatanb closed 12 years ago

djonatanb commented 12 years ago

I added the bundle in my composer.json and requested a composer update, it installed but still throwing this exception

ErrorException: Notice: Undefined index: service_builder in /var/www/symtest/vendor/ddeboer/guzzle-bundle/Ddeboer/GuzzleBundle/DependencyInjection/DdeboerGuzzleExtension.php line 27

I added the bundle to the AppKernel but the other steps didn't make too much sense to me. I'm kind of new to symfony and it could be a configuration problem. Would like to know if it's something that I should have done or it is a problem with the code?

djonatanb commented 12 years ago

Forget about it, was the configuration needed on the config.yml