Closed (fixed)
Project:
Page Title
Version:
7.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 May 2011 at 11:06 UTC
Updated:
22 May 2012 at 11:40 UTC
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
Comment #1
sillygwailoI'm getting the same error:
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:
(Note the line number is different.)
Views 3.3, Page Title 2.5. Same with dev versions of each.
Comment #2
nicholasthompsonFixed 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 :)