Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.3
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
24 Feb 2009 at 05:40 UTC
Updated:
24 Apr 2010 at 19:41 UTC
notice: Undefined index: style_options in views/plugins/views_plugin_display.inc on line 1365.
repro:
1. new view
2. change style to Table
error is displayed: "You need at least one field before you can configure your table settings"
3. click update
Comments
Comment #1
dawehneri tryed to do the same steps with 6-2.dev and it worked without any logged or shown error messages
is this still a error for you?
Comment #2
pasquallePHP notices are displayed only if you use drupal-6.x-dev or hack the common.inc file #291026: change E_NOTICE to warning and allow selection of error level
the notice is still there in views-6.x-2.x-dev
Comment #3
merlinofchaos commentedProbably the update button shouldn't be there when that error is shown. This is fairly minor but still worth fixing.
Comment #4
dawehnerI cannot reproduce this anymore. The code changed a bit.
Comment #5
esmerel commentedAssigning to myself to test before closing.
Comment #6
esmerel commentedIt's not happening now, it must've gotten fixed somewhere.