Giter VIP home page Giter VIP logo

Comments (5)

florianpreusner avatar florianpreusner commented on June 28, 2024

Hi,

this problem seems to be related that expression language is only supported >= 2.4. dev-master/3.x is using expression language in services.xml.

Please try to use version 2.x if you are not able to upgrade to symfony >= 2.4 - for example.

Hope that helps. Going to update README.md to add this requirement.

Best regards
Florian

from eightpointsguzzlebundle.

Cbruyere avatar Cbruyere commented on June 28, 2024

Oh sorry I didn't notice requirements for this bundle, thanks a lot for your answer I will up to SF 2.4
regards.

from eightpointsguzzlebundle.

Cbruyere avatar Cbruyere commented on June 28, 2024

Well, I had up to symfony 2.4 PHP 5.6 and I have the same problem , sorry to re-open this issue.

EDIT : seems to be good with SF 2.7.

from eightpointsguzzlebundle.

florianpreusner avatar florianpreusner commented on June 28, 2024

Ok, found the issue.
Following error appears when using Symfony 2.4.10:

[InvalidArgumentException]
[ERROR 1871] Element '{http://symfony.com/schema/dic/services}factory': This element is not expected. (in /var/www/guzzletest/ - line 52, column 0)

Factory is used to to push middlewares like logging or header modifications to Guzzle handler:

<service id="guzzle.handler" class="GuzzleHttp\HandlerStack">
    <factory class="GuzzleHttp\HandlerStack" method="create" />
    <call method="push">
        <argument type="expression">service('guzzle_bundle.middleware.request_header').attach()</argument>
    </call>
    <call method="push">
        <argument type="expression">service('guzzle_bundle.middleware.log').log()</argument>
    </call>
</service>

Using factory functionality in dependency injection is only supported by Symfony >= 2.6:
http://symfony.com/doc/current/components/dependency_injection/factories.html

I'm sorry. Going to update requirement in README.md.

from eightpointsguzzlebundle.

Cbruyere avatar Cbruyere commented on June 28, 2024

no problem florian, It was just to tell you it was a problem with requirements :) very good job.

from eightpointsguzzlebundle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.