Warning: Illegal offset type in views_plugin_style->render_grouping() (Zeile 312 von /home/www/cleantech/sites/all/modules/views/plugins/views_plugin_style.inc).
This error is displayed many times and nothing is shown.

Using a Table Version of this view still works.
In the Attached file is the export of the view

CommentFileSizeAuthor
export.txt30.44 KBMorn

Comments

merlinofchaos’s picture

Status: Active » Closed (won't fix)

As per the submission guidelines, issues with things provided by modules should be filed against the module providing it. Presumably quicktabs in this case, but since I don't really know anything about what you're using, I'll leave that to you.

Morn’s picture

Title: Error with Quicktab Format after upgrading from 7.x-3.0-rc3 » Error with Quicktab Format and Groping Field is definde in the Style Options after upgrading from 7.x-3.0-rc3
Priority: Major » Normal
Status: Closed (won't fix) » Active

Sorry I'am not an issue expert, ok some more Information.

Drupal Version 7.10
ctools 7.x-1.0-rc1
Views 7.x-3.0
Quicktabs Version 7.x-3.2

As stated this View worked under Views 7.x-3.0-rc3 and the error appears directly after updating Views
( and course after running update.php).

I found out that the error is occurs when a Grouping Field is defined in the Styling Options,
deactivating it cancels the error but of course the Output is not useful in this case.

The used grouping filed is (from the export.txt file)

$handler->display->display_options['style_options']['grouping'] = 'field_linkatribut2';

I hope that this time issue survives a little more before it is closed.

Morn’s picture

I think its a Views problem - not Quicktabs - because the only thing that changed from the working version
was the Views Version.

merlinofchaos’s picture

Status: Active » Closed (won't fix)

It is entirely possible that the update uncovered a bug in quicktabs Views support that was previously unknown.

There is a reason we have procedures like this; I am unable to debug a problem with quicktabs. You state that the error does not happen with the table style, and that is a great indicator that this has to go through quicktabs first.

Please follow directions; it is very difficult to help someone who cannot.

sgabe’s picture

Status: Closed (won't fix) » Active

After updating Views from RC3 to 3.0 in the hope of grouping by a date field (see #1235994: When RDF is enabled, grouping can behave incorrectly) I have also encountered this error when I turned off the "Use rendered output to group rows" option. With unformatted list layout and without Quick Tabs.

dawehner’s picture

Status: Active » Closed (won't fix)

But there is already (as you said) another issue. Having two issues for the same bug is just a good way to waste time.

sgabe’s picture

Status: Closed (won't fix) » Active

The $grouping variable looks like this:

    0 (Array, 5 elements)
        value (String, 19 characters ) 2011-12-23 19:00:00
        value2 (String, 19 characters ) 2011-12-23 19:00:00
        timezone (String, 17 characters ) Europe/Bratislava
        timezone_db (String, 3 characters ) UTC
        date_type (String, 8 characters ) datetime

But arrays can not be used as keys in:

  if (empty($sets[$grouping]['group'])) {
    $sets[$grouping]['group'] = $group_content;
  }
sgabe’s picture

Status: Active » Closed (won't fix)

OK, I will update that issue then.

dawehner’s picture

Thanks!