I am using the Node template panel page and trying to display certain content types. When I use Node links (in the Node section when adding content) in the panel, I get a white screen when viewing that node. It happens for every content type I've tried.
If I choose Node content, then the links show up fine.
I can't find in the code where the Node links component of panels is created so I haven't had much luck debugging so far.
Comments
Comment #1
merlinofchaos commentedI can't reproduce this, so I'm not sure what to tell you. My best guess is that some module is crashing because of the shortcuts that we're talking to make the links. It's possible there's something more we can/should do to fix this, or it's possible the module is assuming more than is safe to assume. I am not sure which.
If it helps, look in ctools/plugins/content_types/node_context/node_links.inc -- you may have to try to debug what's going on here on your own.
Comment #2
sagannotcarl commentedThanks for the nudge in the right direction. I was using Node Comment so it makes sense that there could be a conflict. I just switched back to using regular comments but I'll go back and set up another installation with node comment to see if that was it.
Comment #3
merlinofchaos commentedValuable information! Nodecomments 1.x or 2.x?
Comment #4
sagannotcarl commentedNodecomment 6.x-1.2-rc2
Comment #5
esmerel commentedReturning to active in case there's any further investigation that should be done w/ node comment.
Comment #6
merlinofchaos commentedThat suggests node comments is at fault, then. Though maybe it's because it needs more information from Panels. Not sure.
Comment #7
crea commented1.x branch is not supported anymore
Comment #8
crea commented