Notice: Trying to get property of non-object in ctools_node_comment_form_content_type_render() (line 23 of ./sites/all/modules/ctools/plugins/content_types/node_context/node_comment_form.inc).

Comments

Letharion’s picture

Status: Active » Postponed (maintainer needs more info)
esmerel’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)
inno81’s picture

Version: 7.x-3.0 » 7.x-3.3
Status: Closed (cannot reproduce) » Active

I am having the same error message.

It happens when I try to display a node's comments pane in a panel page.
The error only displays in the "preview" section of panels.

I can provide more info if needed. It seems to be related/same issue as http://drupal.org/node/1098758

joelpittet’s picture

Issue summary: View changes
Status: Active » Closed (duplicate)

I'm guessing a bit but this is likely fixed, cleaning up the queue, the function starts with this now

  if (empty($context->data->nid)) {
    return;
  }