![]() |
MPTtree, Hieararchical trees in a database table - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: MPTtree, Hieararchical trees in a database table (/showthread.php?tid=6842) |
MPTtree, Hieararchical trees in a database table - El Forum - 09-23-2008 [eluser]m4rw3r[/eluser] It seems like you're right, but it is fixed in a version which I intended to release during the summer. But because of I had a lot to do (plus IgnitedRecord, school and work takes up a lot of my time), it is in an unfinished state. I'll probably rewrite a lot of it when I have time (which I hope I will within a few weeks). MPTtree, Hieararchical trees in a database table - El Forum - 09-23-2008 [eluser]BDT[/eluser] Yeah, fast reply ![]() I dont't search for last version, i only donwnload your class from wiki and till now I am with him being satisfied, this problem came out today and I believed it in that manner I indicate it to you. Cub if I wrote unnecessarily and you are top notch or you knew about him. MPTtree, Hieararchical trees in a database table - El Forum - 09-23-2008 [eluser]BDT[/eluser] Sorry, I misinterpreted small one I hope what you wrote with a word you finish the class, but I use it in sharp one now already... MPTtree, Hieararchical trees in a database table - El Forum - 09-24-2008 [eluser]m4rw3r[/eluser] I was in the process of restructuring the class (it works fine before, but it was hard to maintain and also hard to interact with from other libs (eg. IgnitedRecord)), and I'll probably resume that not so far in the future. MPTtree, Hieararchical trees in a database table - El Forum - 10-14-2008 [eluser]Base Willy[/eluser] Hi! Trying to get it work but all i see at tree_admin is a horizontal line and tree icon. And there is nothing to do.. Screenshot Before that I had an error Code: Fatal error: Cannot pass parameter 1 by reference in D:\wamp\www\pitomec\system\application\models\mpttree.php on line 391 and fixed it by changing Code: function debug_message(&$message){ to Code: function debug_message($message){ MPTtree, Hieararchical trees in a database table - El Forum - 10-14-2008 [eluser]m4rw3r[/eluser] Check the log message, probably the problem has something to do with a non existing root node. MPTtree, Hieararchical trees in a database table - El Forum - 10-14-2008 [eluser]Base Willy[/eluser] I've added a root node, now there is no errors but still i see the same picture - admin_tree doesn't seem to work.. MPTtree, Hieararchical trees in a database table - El Forum - 10-14-2008 [eluser]m4rw3r[/eluser] Very strange, can you look at the log messages? MPTtree, Hieararchical trees in a database table - El Forum - 10-14-2008 [eluser]Base Willy[/eluser] the log is empty.. MPTtree, Hieararchical trees in a database table - El Forum - 10-14-2008 [eluser]pistolPete[/eluser] @Base Willy Some questions : * Which Ext JS version are you using? * Did you place all files correctly, including the .css and .js and image files? * Are you using Firefox with the FireBug Extension? Have a look at any JS-errors and follow the network communication. * Post some sourcecode! |