I created a views with GMap style and Fields row style: the map shows up and everything works as expected.
When I try to use the Node row style, the map and the whole page doesn't show up at all.
Any explanation?
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | field_alias.patch | 504 bytes | amelfe |
Comments
Comment #1
sgriffin commentedsubscribing
Comment #2
sgriffin commentedFatal error: Cannot access empty property in /home/xxx/public_html/sites/all/modules/views/modules/node.views.inc on line 670
Node style is needed to display teasers per content type via contemplate.
Comment #3
chezwel commentedSubscribe
Comment #4
rooby commentedMarking this as a duplicate of #551700: Invalid argument supplied for foreach() in /.../modules/views/plugins/views_plugin_display.inc on line 568 because that issue has more information.
Comment #5
rooby commentedUnmarking this as a duplicate as the other issue (#551700: Invalid argument supplied for foreach() in /.../modules/views/plugins/views_plugin_display.inc on line 568) seems to be a views issue
I have successfully used the node row style.
Can you post an export of your view?
And possibly an export of your content type?
@sgriffin:
Your problem looks like a views or contemplate problem.
If you problem is somehow similar to the original poster's please describe how.
Comment #6
amelfe commentedActually, if I understand well, it's the same problem as #765928: Cannot access empty property in node.views.inc : 802
Here is a solution in the patch below.
I believe it's enough to solve the problem.
Comment #7
podarokall feature requests can be imported in 6.x version after committing em in major versions with backport afterwards
Can You make this ?
Comment #8
johnvITMT, the patch from #6 has already landed in code.