I get this intermittently.

Notice: Undefined index: field in views_cross_join_views_data_alter() (line 33 of modules/all/views_cross_join/views_cross_join.views.inc).

'field' => $entity['table']['base']['field'],

Using devel, it seems that google_analytics_reports is missing the 'field' index.

dpm($entity['table']['base']);

. (Array, 3 elements)

title (String, 16 characters ) Google Analytics
query class (String, 36 characters ) google_analytics_reports_views_query
help (String, 36 characters ) Views Google Analytics query builder

Krumo version 0.2.1a
| http://krumo.sourceforge.net

Comments

SocialNicheGuru’s picture

I have not yet set up google_analytics in the config settings.

Plazik’s picture

@SocialNicheGuru, thanks for report. I'll take a look at this.

SocialNicheGuru’s picture

Plazik’s picture

Component: Views module » Reports module
Status: Active » Closed (won't fix)

Based on #1840564: Notice: Undefined index: field I think it is Views Cross Join module problem.