Using the latest dev
backtrace output
Array
(
[0] => Array
(
[file] => /shared/html/includes/theme.inc
[line] => 1066
[function] => include
)
[1] => Array
(
[file] => /shared/html/includes/theme.inc
[line] => 725
[function] => theme_render_template
)
[2] => Array
(
[file] => /shared/html/includes/common.inc
[line] => 3063
[function] => theme
)
[3] => Array
(
[file] => /shared/html/includes/common.inc
[line] => 3053
[function] => drupal_render
)
[4] => Array
(
[file] => /shared/html/includes/common.inc
[line] => 3053
[function] => drupal_render
)
[5] => Array
(
[file] => /shared/html/modules/node/node.module
[line] => 1015
[function] => drupal_render
)
[6] => Array
(
[file] => /shared/html/sites/all/modules/views/modules/node.views.inc
[line] => 815
[function] => node_view
)
[7] => Array
(
[function] => template_preprocess_views_view_row_node
)
[8] => Array
(
[file] => /shared/html/includes/theme.inc
[line] => 697
[function] => call_user_func_array
)
[9] => Array
(
[file] => /shared/html/sites/all/modules/views/plugins/views_plugin_row.inc
[line] => 133
[function] => theme
)
[10] => Array
(
[file] => /shared/html/sites/all/modules/views/plugins/views_plugin_style.inc
[line] => 152
[function] => render
[class] => views_plugin_row
[type] => ->
)
[11] => Array
(
[file] => /shared/html/sites/all/modules/views/theme/theme.inc
[line] => 46
[function] => render
[class] => views_plugin_style
[type] => ->
)
[12] => Array
(
[function] => template_preprocess_views_view
)
[13] => Array
(
[file] => /shared/html/includes/theme.inc
[line] => 697
[function] => call_user_func_array
)
[14] => Array
(
[file] => /shared/html/sites/all/modules/views/plugins/views_plugin_display.inc
[line] => 1825
[function] => theme
)
[15] => Array
(
[file] => /shared/html/sites/all/modules/views/includes/view.inc
[line] => 861
[function] => render
[class] => views_plugin_display
[type] => ->
)
[16] => Array
(
[file] => /shared/html/sites/all/modules/views/plugins/views_plugin_display_page.inc
[line] => 185
[function] => render
[class] => view
[type] => ->
)
[17] => Array
(
[file] => /shared/html/sites/all/modules/views/includes/view.inc
[line] => 922
[function] => execute
[class] => views_plugin_display_page
[type] => ->
)
[18] => Array
(
[file] => /shared/html/sites/all/modules/views/views.module
[line] => 295
[function] => execute_display
[class] => view
[type] => ->
)
[19] => Array
(
[function] => views_page
)
[20] => Array
(
[file] => /shared/html/includes/menu.inc
[line] => 348
[function] => call_user_func_array
)
[21] => Array
(
[file] => /shared/html/index.php
[line] => 18
[function] => menu_execute_active_handler
)
)
Comments
Comment #1
mikeytown2 commentedcaches flushed if your wondering
Comment #3
pavel.karoukin commentedgetting the same in prod site with 2.9, but not on dev machine for some reason.
Comment #4
BogenDorpher commentedsubscribe
Comment #5
pariseksubscribe
Comment #6
kemitix commentedsubscribe
Comment #7
lordzik commentedThe same on CCK-2.9. Everything is ok on 2.8.
Any ideas?
Comment #8
ianchan commentedsame problem - changing to critical b/c users cannot save new content
Update - sorry for not reading the other post on this issue! Clearing the cache via Admin > Site Configuration > Performance seems to have resolved the issue.
Comment #9
pavel.karoukin commentedClearing cache did not work for me =(
Comment #10
pavel.karoukin commentedUpdate: I am using memcached as cache backend and apparently it's not resets when you reset cache in Performance settings page. Manual restart of memcached daemon fixed the problem.
Comment #11
mikeytown2 commented@hippich
what version of memcache are you using?
Comment #12
yched commentedDuplicate of #1019788: Invalid argument supplied for foreach() in cck/theme/content-field.tpl.php. My bad. Clearing the cache should solve the issue.