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

merlinofchaos’s picture

Status: Active » Postponed (maintainer needs more info)

I 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.

sagannotcarl’s picture

Thanks 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.

merlinofchaos’s picture

Valuable information! Nodecomments 1.x or 2.x?

sagannotcarl’s picture

Nodecomment 6.x-1.2-rc2

esmerel’s picture

Status: Postponed (maintainer needs more info) » Active

Returning to active in case there's any further investigation that should be done w/ node comment.

merlinofchaos’s picture

Project: Panels » Node Comments
Version: 6.x-3.0-beta4 » 6.x-1.2-rc2
Component: Panel pages » Miscellaneous

That suggests node comments is at fault, then. Though maybe it's because it needs more information from Panels. Not sure.

crea’s picture

1.x branch is not supported anymore

crea’s picture

Status: Active » Closed (won't fix)