Recently upgraded from 2.8 to 2.9, using only core views, no extra views plugins so far. I'm seeing the above error a great deal when editing a view in the admin. The marked field (in red) is the display selector for the preview form fragment.

I'm trying to narrow down a pattern now. Will report back if I am able.

Comments

dawehner’s picture

The only thing i can imagine is the disable automatic preview checkbox, but it worked fine for a long time.

Crell’s picture

OK, it looks like it happens on the first update I make to a display after it's added. Changing the title, adding a field, adding a sort, whatever it is, the very first change gives that error. Subsequent edits do not.

To me that suggests that the select box of available displays to preview is not being updated properly when a new display is created, perhaps?

merlinofchaos’s picture

Do a shift refresh and make sure your browser has the most current javascript.

Crell’s picture

Clear Drupal cache. Clear browser cache. Shift refresh. Add new display. Edit the title field. Error appears. I've tried with Page, Block, and Content Pane display types. Same thing in each case.

merlinofchaos’s picture

Version: 6.x-2.9 » 7.x-3.x-dev
Status: Active » Patch (to be ported)
StatusFileSize
new2.42 KB

Fixed in 6.x -- I don't know if this applies to 7.x or not. Probably not.

dawehner’s picture

Status: Patch (to be ported) » Fixed

Ported and commited

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

attiks’s picture

For reference, issue was probably caused by #811542: Regression: Required radios throw illegal choice error when none selected

Edit: never mind I misread the date