I have just installed OL 7.x-2.x-dev trying to get rid of the annoying Google Map Data box in the center of my map (it did not go away after installed this dev version).
However, now i am getting these error messages:
Notice: Undefined property: views_plugin_query_default::$fields in views_plugin_query_default->query() (line 1183 of /home3/carolloc/public_html/sites/all/modules/views/plugins/views_plugin_query_default.inc).
Warning: Invalid argument supplied for foreach() in views_plugin_query_default->compile_fields() (line 1101 of /home3/carolloc/public_html/sites/all/modules/views/plugins/views_plugin_query_default.inc).
Notice: Undefined property: views_plugin_query_default::$fields in views_plugin_query_default->query() (line 1183 of /home3/carolloc/public_html/sites/all/modules/views/plugins/views_plugin_query_default.inc).
Warning: Invalid argument supplied for foreach() in views_plugin_query_default->query() (line 1185 of /home3/carolloc/public_html/sites/all/modules/views/plugins/views_plugin_query_default.inc).
Warning: Invalid argument supplied for foreach() in views_plugin_query_default->compile_fields() (line 1101 of /home3/carolloc/public_html/sites/all/modules/views/plugins/views_plugin_query_default.inc).
What has changed in my map data going from 7.x-2.0-beta1 to this 7.x-2.x-dev version?
How can i fix these notices/errors?
Thanks, Jean
Comments
Comment #1
emptyvoid commentedI targeted the dev release to make the google box disappear I also manually modified:
openlayers/plugins/layer_types/openlayers_layer_type_google.inc
Online 100:
And On line 138:
I then saved the settings (and used the dev release for openlayers.js
If you updated views to 7.x-3.x-dev this issue may be what you are seeing.
http://drupal.org/node/1548240
I have both but unfortunately it doesn't fix the error I am having with attached views to a page view.
http://drupal.org/node/1608638
Comment #2
goron commentedThis is a Views issue, fixed here: #1444272: Notice: Undefined property: views_plugin_query_default::$fields in views_plugin_query_default->query() (line 1181 of xxx)