A WSOD occurs when I use a Title field with link to its node. PHP log gives: Cannot access empty property in .../page_title/views_handler_field_node_page_title.inc on line 68
Views version: current dev release.

Comments

sillygwailo’s picture

I'm getting the same error:

PHP Fatal error:  Cannot access empty property in path/to/drupal/sites/all/modules/page_title/views_handler_field_node_page_title.inc on line 68

This is with a view that has Page: Title as a field linked to a node.

If I select "Fall back on to Node: Title" in the view field's settings, the error is different:

PHP Fatal error:  Cannot access empty property in path/to/drupal/sites/all/modules/page_title/views_handler_field_node_page_title.inc on line 84

(Note the line number is different.)

Views 3.3, Page Title 2.5. Same with dev versions of each.

nicholasthompson’s picture

Status: Active » Fixed

Fixed in dev - tagged release soon. This was caused but the title and nid columns only being included in the query if the were added as fields.

Cheers guys :)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.