Coder Social home page Coder Social logo

Method getModel not present. about larinfo HOT 5 CLOSED

matriphe avatar matriphe commented on September 1, 2024
Method getModel not present.

from larinfo.

Comments (5)

matriphe avatar matriphe commented on September 1, 2024

Thanks for the report. I haven't tested it in Windows, since I'm using Mac. I will try it in the Windows machine.

from larinfo.

latheesan-k avatar latheesan-k commented on September 1, 2024

Maybe the issue is with the way you are checking if object exists?

    private function ifExists($object)
    {
        return ! empty($object) ? $object : null;
    }

Maybe something like this?

    private function ifExists($object, $method)
    {
        return $object !== null && method_exists($object, $method);
    }

Then update all the $this->ifExists calls.

from larinfo.

matriphe avatar matriphe commented on September 1, 2024

the problem is in the linfo/linfo package. I've make a PR to linfo/linfo to accomodate this (jrgp/linfo#67).

the ifExists function worked in Linux and Mac, but didn't in Windows (don't know why).

I'm still investigating this. And also, I'm open for a PR.

from larinfo.

andreaschrist27 avatar andreaschrist27 commented on September 1, 2024

i have this problem

from larinfo.

matriphe avatar matriphe commented on September 1, 2024

Please check the latest release 3.0. I hope it helps. Closing it for now. If you have any issue, you can reopen this.

from larinfo.

Related Issues (14)

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.