GithubHelp home page GithubHelp logo

Comments (16)

stof avatar stof commented on July 23, 2024

The 2.0 branch contains the subtree split of the symfony repo so please report issues to Symfony directly

from doctrinebundle.

igorw avatar igorw commented on July 23, 2024

Can you please make up your mind? The tickets I filed against symfony/symfony 2 weeks ago you asked me to re-file here.

from doctrinebundle.

stof avatar stof commented on July 23, 2024

Well, here, you are saying it affects 2.0

from doctrinebundle.

igorw avatar igorw commented on July 23, 2024

So do the other tickets.

from doctrinebundle.

stof avatar stof commented on July 23, 2024

could you give the link to the other ticket ? Browsing closed issues in the Symfony repo is not fun

from doctrinebundle.

igorw avatar igorw commented on July 23, 2024

from doctrinebundle.

stof avatar stof commented on July 23, 2024

3577 is about asking a new feature, so it is not about 2.0, meaning this issue tracker should have been used :)
And 3579 was about Doctrine itself (and fixed)...

But the current issue is a bug affecting 2.0 (which seems related to the DI component btw according to the place where it fails) so it should indeed go to the symfony repo.

from doctrinebundle.

igorw avatar igorw commented on July 23, 2024

Does that mean you will re-open 3578?

from doctrinebundle.

stof avatar stof commented on July 23, 2024

@schmittjoh could you look at it ? It looks more like an issue in the DI component than in DoctrineBundle

from doctrinebundle.

alexandresalome avatar alexandresalome commented on July 23, 2024

I'm having this error message, but in different circonstances: test environment. Looks like it's a bundle from application making it crash.

When dumping service routing.loader, it crashes with same message as above (Cannot dump definitions which have method calls.).

I'm investigating

from doctrinebundle.

alexandresalome avatar alexandresalome commented on July 23, 2024

Crazy thing...

This is a project where the session is disabled (stateless).

In config_test.yml this section was present:

framework:
    test: ~
    session:
        storage_id: session.storage.filesystem

I just removed the session section and now it works.

Don't get the relation with my bundle, but whatever.

Hope it helps

from doctrinebundle.

pulse00 avatar pulse00 commented on July 23, 2024

i'm having the same error, however in my case it occurs if the following conditions are met:

  • LiipImagineBundle is active
  • profiler: { only_exceptions: false } is in the framework node of the config_dev.yml file

As soon as i either remove LiipImagineBundle or profiler: { only_exceptions: false }, the exception is gone.

from doctrinebundle.

YetiCGN avatar YetiCGN commented on July 23, 2024

I am running into the same problem after upgrading to Symfony 2.0.15 from 2.0.9. Deactivating the profiler is not an option, because it greatly reduces debugging productivity.
What can we do to mitigate this?

from doctrinebundle.

stof avatar stof commented on July 23, 2024

I never managed to reproduce the issue and so I am unable to debug it. Please provide a minimal project reproducing it.

from doctrinebundle.

YetiCGN avatar YetiCGN commented on July 23, 2024

I have worked around it by commenting line 994 in PhpDumper and replacing it with "return 'null';", which changes this method in appDevDebugProjectContainer.php (and possibly other generated files):

    protected function getTemplating_Helper_FormService()
    {
        return $this->services['templating.helper.form'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\FormHelper(null, array(0 => 'FrameworkBundle:Form'));
    }

The first parameter null is where the workaround plays into. Since we do not use Forms in the project, it works for now.

I will compile a minimal test case for you.

from doctrinebundle.

stof avatar stof commented on July 23, 2024

Closing this as the issue has been resolved: it is a broken implementation of ObjectStorage in PHP 5.4.0

from doctrinebundle.

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.