Notice: Undefined index: table in entity_views_plugin_row_entity_view->init() (line 20 of /hsphere/local/home/.....modules/entity/views/plugins/entity_views_plugin_row_entity_view.inc).

Comments

dawehner’s picture

Project: Views (for Drupal 7) » Entity API
Version: 7.x-3.x-dev » 7.x-1.x-dev
Component: Miscellaneous » Views integration
Priority: Critical » Minor

Move to entity api

That's a notice so it's not a critical bug.

fago’s picture

Status: Active » Postponed (maintainer needs more info)

hm, I'm unsure how this can happen. Maybe it was the result of a broken view or a disabled module? Is there a way to reproduce that?

josefg’s picture

I get the following error on one of my sites:

Notice : Undefined variable: base_tables dans entity_views_plugins() (ligne 324 dans /home/mysite/profiles/openpublic/modules/contrib/entity/views/entity.views.inc).

Sounds like the same error?

josefg’s picture

Sounds like the same error?

Sorry, it was not. I found the problem today and it was the following issue:
http://drupal.org/node/1630578
Still related to the same Entity API that probably has been turned temporarily unstable due to some code restructuring.

tomogden’s picture

I got this exact same notice on my OG pages. But @fago is correct. It was due to a broken view pane in my Panels layout.

When I went to edit that particular view, that notice multiplied 27 times. There was a broken reference in the Filter criteria that needed to be removed, and it was for a content type I had deleted earlier.

Deactivating or removing the defective view pane stopped the warning message immediately.

tr’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

I'm closing this because it has been 9 years since the last report, the original poster never followed up, and the other two posters with the same problem indicated they had resolved their issue.