Posted by Sutharsan on May 4, 2011 at 11:06am
4 followers
Jump to:
| Project: | Page Title |
| Version: | 7.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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
#1
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 68This 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.
#2
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 :)
#3
Automatically closed -- issue fixed for 2 weeks with no activity.