Giter Site home page Giter Site logo

Comments (11)

spiritix avatar spiritix commented on June 13, 2024

Which version of Laravel are you using?

from lada-cache.

genesiscz avatar genesiscz commented on June 13, 2024

Laravel "version": "v7.4.0",
Telescope "version": "v3.2.0",

from lada-cache.

genesiscz avatar genesiscz commented on June 13, 2024

Simply making the fifth parameter optional ( = null) seems to fix this issue for me. I am not sure if it doesn't break something, but since everything in Telescope works, I suppose it doesnt.

from lada-cache.

spiritix avatar spiritix commented on June 13, 2024

Thanks for providing the fix. It seems working, I merged it and will publish a bug fix release in a few moments.

from lada-cache.

genesiscz avatar genesiscz commented on June 13, 2024

Actually this broken a lot. Can you revert the commit and try to fix it more thoroughly?


  {"message": "Call to a member function getKeyName() on null",
    "exception": "Error",
    "file": "\/data\/...\/vendor\/spiritix\/lada-cache\/src\/Spiritix\/LadaCache\/Reflector.php",
    "line": 175,
    "trace": [
            "file": "\/data\...\/vendor\/spiritix\/lada-cache\/src\/Spiritix\/LadaCache\/Tagger.php",
            "line": 87,
            "function": "getRows",
            "class": "Spiritix\\LadaCache\\Reflector",
            "type": "->"
        },

from lada-cache.

genesiscz avatar genesiscz commented on June 13, 2024

Probably relationships

$instanceZones = Zone::where([
           "instance_id" => $instance_id,
           ["left", "<", $points->minLng],
           ["right", ">", $points->maxLng],
           ["bottom", "<", $points->minLat],
           ["top", ">", $points->maxLat],
       ])->with("zonePoints", "carrierZones", "storeZones")->get();

from lada-cache.

spiritix avatar spiritix commented on June 13, 2024

Reverted the fix. It's actually weird how a default value for a previously required parameter can break something. Needs further investigation.

from lada-cache.

genesiscz avatar genesiscz commented on June 13, 2024

I forgot to said that if I manually assign a new App\Model\User in the constructor (when having the fifth parameter to null), it starts to work.

from lada-cache.

genesiscz avatar genesiscz commented on June 13, 2024

@spiritix will you have some time to look at this in a near future or should I investigate more? I am not sure about the dependencies and process and I wouldn't like to break it again considering there are no tests to try it on

from lada-cache.

spiritix avatar spiritix commented on June 13, 2024

Not in the next weeks, can't promise anything. I will reopen the issue, maybe somebody else wants to have a look at it. Otherwise, I'll try to have a look as soon as possible.

from lada-cache.

spiritix avatar spiritix commented on June 13, 2024

Should be fixed with the latest release

from lada-cache.

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.