Closed (works as designed)
Project:
Views (for Drupal 7)
Version:
7.x-3.0-rc3
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Nov 2011 at 20:23 UTC
Updated:
14 Dec 2011 at 23:39 UTC
... after updating to views-7.x-3.0-rc3, all views show an ajax error on opening views UI or editing any views field if automatic preview is enabled. Disabling the preview fixes the error, but ...
The shown ajax debug message ends with a (sort) of broken array
Ein AJAX-HTTP-Fehler ist aufgetreten
HTTP-Rückgabe-Code: 200
Im Folgenden finden Sie Debugging-Informationen.
Pfad: /admin/structure/views/view/veranstaltungs_view/preview/page/ajax
AJAX-HTTP error /admin/structure/views/view/veranstaltungs_view/preview/page/ajax
...
[css] => Array
(
[modules/system/system.base.css] => 1
[modules/system/system.menus.css] => 1
[m
After rolling back to an older views-7.x-3.x-dev (date 8.11.) everything is fine again ...
Comments
Comment #1
dawehnerCan you please show the full request? This might help to understand what's going on.
Another question do you have enabled devel backtracing?
Comment #2
jeanj commentedhi dereine,
sure - the full error message is following. BTW - the last broken lines differs from try to try, like:
And no - devel is installed, but backtrace is not enabled. You will need these infos too?
thanks
jean
Comment #3
dawehnerThis looks a lot like some module printing out raw values to the url, but as it's not views update the status.
If it's neither devel nor devel_themer (which is a problem often) you might have to toggle multiple modules to find the root of the problem but views can't help you here.