Code Monkey home page Code Monkey logo

Comments (5)

etrepat avatar etrepat commented on August 26, 2024

From what I can deduce of the error the table has null values for the lft column. That is not possible and the error comes because of that situation.

As you say you already had that table in place and you added the necessary columns, try to run Category::rebuild();. Issuing this method will rebuild the lft, rgt and depth column values provided you have a parent_id field available in your table.

from baum.

etrepat avatar etrepat commented on August 26, 2024

Is this still happening?

from baum.

alxy avatar alxy commented on August 26, 2024

Hey, no you can close it. Probably it was my fault, however I switched over to another solution. I will try it in my next project ( Baum::rebuild() ) and feed back, if it worked ;)

from baum.

EhtuCom avatar EhtuCom commented on August 26, 2024

Hi, the same happens to me with L5, I created a new project with Baum, but I had some problems so I removed Baum to check it in a more clean enviroment. Now after creating some tasks (is a tasks and subtasks system), I'm trying to enable the "Task extends \Baum\Node". But when for ex I try the $task->makeRoot(); i receive InvalidArgumentException in Builder.php line 457. When I try: \App\Task::rebuild;, with or without force, null return is produced, but when I do $task->save(); I've got the same error: line 457 .. .at Builder->where('lft', '<=', null) ....

In the Task i've: parent_id = 0, lft,rgt,depth and path stays in null.

Any Idea? Thanks in advance!,
David Lyons

from baum.

EhtuCom avatar EhtuCom commented on August 26, 2024

Solved!!!! The problem was that I've setup parent_id manually and it was not nullable. So I did the migration:
$table->integer('parent_id')->nullable()->default()->change();
Then in the Tinker:
\App\Task::rebuild(true);
And everything is fine!!

Thanks for this package!

from baum.

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.