Posted by alexharries on March 30, 2009 at 9:44am
Jump to:
| Project: | Node Hierarchy |
| Version: | 6.x-1.x-dev |
| Component: | Drupal/PHP Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Hello everyone,
I may be doing something wrong here, but node-hierarchy hasn't been working properly for me and I'm running out of ideas as to why this might be.
In a nutshell:
- Drupal 6.10
- Installed node-hierarchy
- Ran DB update
- Assigned full node-hierarchy admin permissions to myself
- Set up content types to allow parent/child relationships
... and when I click the "children" tab shown on a node, there's nothing there. Shouldn't there at least be a "create child node" link?
Any help anyone could offer would be very gratefully received!
Best wishes,
Al
Comments
#1
Hm, same problem here.
I hoped to find some more info here.
Did you point out the problem?
I'll have a deeper look in it.
#2
I just don't know where the problem ist.
In other installations, it's all ok.
I only can say, that in the failing inst, theme_nodehierarchy_children_list() is not going to be called, in the proper inst, it's called.
Any tips?
#3
my problem was: menu block split module http://drupal.org/project/menu_block_split
glad i don't need it anymore. hope it helps someone else.
#4
I don't have that module, but I'm also don't see anything on Children page...
#5
Ok, I guess in your case it's another module that bothers node hierarchy.
Difficult to say.
#6
I've never encountered this, so I'm not sure I have anything useful to add. If anybody's able to run this error through a debugger or let me know the steps to reproduce it, please let me know.
Thanks
#7
When I change all theme() function requests in nodehierarchy.module to direct requests (theme_blah_blah) everything works OK.
#8
I am using the Menu Block module and have had the same problem. The solution suggested by Mr.Alinaki in comment #7 worked for me: changing theme() functions into theme_blah_blah throughout hodehierarchy.module and nodehierarchy_theme.inc
I'm using Node Hierarchy 6.x-1.2 and Menu Block 6.x-2.x-dev.
-Ian
#9
I confirm the buggy behavior when Menu Block is used. Is this Menu Block or Node Hierarchy which is responsible for the incompatibility? If it is Menu Block, when we should notify them of the problem. If it is Node Hierarchy, is it related to nodehierarchy_theme.inc or module weight?
#10
subscribe
#11
Copy & Pasted: This issue pertains to the 6.x-1.x branch which is now legacy and is over one year old. If this issue is not applicable anymore, please consider closing it. Otherwise, please update this issue appropriately. Will be closed in two weeks if no response.