Closed (won't fix)
Project:
Views (for Drupal 7)
Version:
7.x-3.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Dec 2011 at 15:14 UTC
Updated:
22 Dec 2011 at 10:15 UTC
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
| Comment | File | Size | Author |
|---|---|---|---|
| export.txt | 30.44 KB | Morn |
Comments
Comment #1
merlinofchaos commentedAs 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.
Comment #2
Morn commentedSorry 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)
I hope that this time issue survives a little more before it is closed.
Comment #3
Morn commentedI think its a Views problem - not Quicktabs - because the only thing that changed from the working version
was the Views Version.
Comment #4
merlinofchaos commentedIt 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.
Comment #5
sgabe commentedAfter 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.
Comment #6
dawehnerBut there is already (as you said) another issue. Having two issues for the same bug is just a good way to waste time.
Comment #7
sgabe commentedThe $grouping variable looks like this:
But arrays can not be used as keys in:
Comment #8
sgabe commentedOK, I will update that issue then.
Comment #9
dawehnerThanks!