Giter Club home page Giter Club logo

Comments (2)

NelsonSR avatar NelsonSR commented on May 24, 2024

After clear the browser cache, the error message (kind of) changed but it still keep pointing to the same line in the same method (the real one, not the cached one). The method belongs to NormalizerFormatter class, which belongs to Monolog bundle.

FatalErrorException: Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 47448130 bytes) in /var/git/mercury/mercury/vendor/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php line 125

from entityauditbundle.

NelsonSR avatar NelsonSR commented on May 24, 2024

Finally I found the problem: just an user access privilege on the audit tables. My Sf2 application access the PostgreSQL database using a non-posgres role, but the SQL script generated by php app/console doctrine:schema:update --dump-sql was executed on pgadmin3 as the postgres role, so that was the owner of those objects. I've changed the owner of the revisions table and the revisions_id_seq sequence but I completely forget of the audit tables.

So, the thing is that such a dumb mistake should throw an error message (or an exception) with a message related to the cause, something useful (though I'm not sure where the exception should be written).

from entityauditbundle.

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.