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.
CommentFileSizeAuthor
#3 editview-850714-3.patch2.98 KBmikeytown2
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

webchick’s picture

And more, when adding a new node from it:

    * 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 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.
    * 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.
Frodo Looijaard’s picture

Status: Active » Postponed (maintainer needs more info)

I 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.

mikeytown2’s picture

Status: Postponed (maintainer needs more info) » Needs review
FileSize
2.98 KB

Notice: 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