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

dawehner’s picture

i 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?

pasqualle’s picture

PHP 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

merlinofchaos’s picture

Priority: Normal » Minor

Probably the update button shouldn't be there when that error is shown. This is fairly minor but still worth fixing.

dawehner’s picture

I cannot reproduce this anymore. The code changed a bit.

esmerel’s picture

Assigned: Unassigned » esmerel

Assigning to myself to test before closing.

esmerel’s picture

Status: Active » Closed (fixed)

It's not happening now, it must've gotten fixed somewhere.