Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.6
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Jul 2008 at 14:59 UTC
Updated:
8 Jul 2010 at 21:02 UTC
Jump to comment: Most recent file
Comments
Comment #1
aclight commentedYou're going to have to provide further information, including the error messages you're getting and a detailed description of what you are doing. I exclusively use FF2 and FF3 for Views develoment, and the UI works just fine.
Comment #2
Andrey Zakharov commentedIn firefox-2.0.0.14
when i click "Update" on some editing subform, i've got an error in firebug
see attach
and then
browser redirects to http://dp.dr6.localhost/admin/build/views/ajax/display/Portfolio/default... (as example)
and show me insteed of normal views UI:
Comment #3
Andrey Zakharov commentedIn Opera 9.26 (i know :))
i have only this behaviour (see attach)
Comment #4
merlinofchaos commentedDoes http://dp.dr6.localhost/ match the domain you're on, i.e, were you visiting http://dp.dr6.localhost/admin/build/views/edit/someview ?
Comment #5
Andrey Zakharov commenteddp.dr6.localhost is my localhost apache virtual server. and that's it all
at 88 port - Apache
at 80 port - nginx with proxy to Apache.
fewwwwwwwww!!! i got it! this bug related to nginx, via
http://dp.dr6.localhost:88/admin/build/views/edit/Portfolio
work fine!!!
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #7
j0rd commentedI'm having the same issue with NGINX and Views 2 where when I edit a view, plain text json is returned. I'm sure this has something to do with my NGINX setup, but I can't find any bug reports on it, or solutions except for this thread.
@Vaulter do you mind explaining your solution. I will not be able to proxy my requests to Apache as you have.
Temporary fix:
Submit the form. Get back JSON.
Press back
Submission still worked, but this is ultra annoying and time consuming.
I have a feeling this has to do with mime-types not getting set properly, but not sure how to fix.
Comment #8
dawehner@j0rd
Did you solved your issue, if yes please close this issue.
Alternative you could disable views js. The ui still works quite fine without js.
Comment #9
dawehner.
Comment #10
esmerel commentedOP's issue was resolved.