We upgraded to 2.10 and then experienced these issues. Some js kind of issue perhaps?

Comments

drupalninja99’s picture

it ran these 2 updates:

Update #6008

* ALTER TABLE {views_display} ADD PRIMARY KEY (vid, id)

Update #6009

* ALTER TABLE {views_display} CHANGE `display_options` `display_options` LONGTEXT DEFAULT NULL

dawehner’s picture

Status: Active » Postponed (maintainer needs more info)

Sure but this isn't the problem.

Do you have a jquery_update and or jquery_ui version?
Additional, do you get any js errors in firebug?

And last but not least, did you cleared the theme registry cache?

drupalninja99’s picture

we upgraded from v2.08 to 2.10. jquery ui is up to date, no jquery update on this site. no js errors

dawehner’s picture

display content goes blank and then tabs don't work

It would be nice, if you could make a screenshot i'm not sure whats happening.

I cannot reproduce it here, so its very hard to help.

drupalninja99’s picture

for the time being i reverted back to v2.08 bc i looked at the db updates, 1 was converted a field to long text, the other adding a primary key to views_display and i dont think those will break the 2.08 version

merlinofchaos’s picture

Your initial bug report leaves a lot to be desired in terms of adequately explaining what is going on.

Additionally, when getting whitescreens, the submission guidelines ask that you provide PHP/apache/watchdog error messages, since those are usually indicative of some kind of PHP crash that is not immediately visible. Finally, if the tabs don't work (and I have no idea what you mean by that) it's possible there is a javascript crash, so checking your javascript error logs might show something as well.

drupalninja99’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

UPDATE: Sorry wrong ticket, we didn't have time to troubleshoot it, we had to revert to 2.08

silencery’s picture

Just ran into the same symptoms for 2.09-2.11. Reverting back to 2.08 resolved the issue. Screenshot attached as an example. Hope this illustrates the nature of the problem.

Apache logs: Will need to pull them from host and post possible errors. None found so far.
Chrome/Firefox Javascript console: no errors shown.

silencery’s picture

Version: 6.x-2.10 » 6.x-2.11
Status: Closed (won't fix) » Active
dawehner’s picture

@jaykali

It's not fair to won't fix a issue :)

merlinofchaos’s picture

What would be more useful than a screenshot would be instructions on reproducing the issue. THe screenshot unfortunately doesn't really tell me how that happens.

dawehner’s picture

I fear this is a problem with jquery update or jquery ui.

silencery’s picture

Thanks guys. I will try to see if the issue can be reproduced in another environment.
Also need to raise the verbosity of Apache error logging with my host, but I fear that may not be possible.

kevancummins’s picture

I had same problem after upgrading - read this post and uploaded most up to date jQuery UI 1.6 http://code.google.com/p/jquery-ui/downloads/list?q=1.6 and it fixed problem of 'blank screen'

jhedstrom’s picture

I'm seeing this on a site that we're upgrading from Views D5. The problem is theme agnostic, as even switching the site back to Garland or Rubik for admin themes don't resolve it. The site isn't running jquery update or jquery ui. I'll post back when I have more to go on.

jhedstrom’s picture

The problem on this particular site was that they had some php blocks being dumped into the content region, even on the admin theme. These blocks were using the tabs module. Killing the blocks fixed the problem, but unfortunately, the problem was convoluted enough that I can't provide a more detailed report of how they were breaking the views UI.

esmerel’s picture

Status: Active » Postponed (maintainer needs more info)

OK, marking this "needs more info" until we can get some more concrete steps :/

esmerel’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)
inky@inky3d.com’s picture

I found that by disabling jQuery UI, my views interface came back - I'd had the same issue as shown in the screenshot in #8

made sure I had the latest jQuery UI module and enabled it again and suddenly discovered that even more issues appears - eg panels ajax not working.

I have also just installed Drupal 6.26... and it's since then that these issues have cropped up