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

mikeytown2’s picture

caches flushed if your wondering

pavel.karoukin’s picture

getting the same in prod site with 2.9, but not on dev machine for some reason.

BogenDorpher’s picture

subscribe

parisek’s picture

subscribe

kemitix’s picture

subscribe

lordzik’s picture

The same on CCK-2.9. Everything is ok on 2.8.

Any ideas?

ianchan’s picture

Priority: Normal » Critical

same 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.

pavel.karoukin’s picture

Clearing cache did not work for me =(

pavel.karoukin’s picture

Update: 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.

mikeytown2’s picture

@hippich
what version of memcache are you using?

yched’s picture

Status: Active » Closed (duplicate)

Duplicate of #1019788: Invalid argument supplied for foreach() in cck/theme/content-field.tpl.php. My bad. Clearing the cache should solve the issue.