Needs review
Project:
Editview
Version:
6.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jul 2010 at 04:16 UTC
Updated:
19 Oct 2011 at 19:37 UTC
Jump to comment: Most recent file
I get these when viewing an 'editview' view I've created when I have E_ALL reporting on (dev version of 6.x core):
* notice: Undefined property: editview_plugin_row_node_edit::$field_alias in /Users/webchick/Sites/canadafacts/sites/all/modules/views/plugins/views_plugin_row.inc on line 133.
* notice: Undefined index: #type in /Users/webchick/Sites/canadafacts/sites/all/modules/editview/theme/editview.theme.inc on line 144.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | editview-850714-3.patch | 2.98 KB | mikeytown2 |
Comments
Comment #1
webchickAnd more, when adding a new node from it:
Comment #2
Frodo Looijaard commentedI can not reproduce this.
Can you please tell me more about the view you are using? This may be caused by a specific field type, possibly from a non-core views module.
Comment #3
mikeytown2 commentedNotice: Undefined index: #attributes in editview_node_form() (line 141 of editview/includes/editview.views.inc).
Notice: Undefined index: class in editview_node_form() (line 142 of editview/includes/editview.views.inc).
Notice: Trying to get property of non-object in editview_node_form() (line 150 of editview/includes/editview.views.inc).
Patch below fixed them