We upgraded to 2.10 and then experienced these issues. Some js kind of issue perhaps?
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | Fullscreen capture 6222010 21026 AM.bmp_.jpg | 87.94 KB | silencery |
We upgraded to 2.10 and then experienced these issues. Some js kind of issue perhaps?
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | Fullscreen capture 6222010 21026 AM.bmp_.jpg | 87.94 KB | silencery |
Comments
Comment #1
drupalninja99 commentedit 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
Comment #2
dawehnerSure 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?
Comment #3
drupalninja99 commentedwe upgraded from v2.08 to 2.10. jquery ui is up to date, no jquery update on this site. no js errors
Comment #4
dawehnerIt 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.
Comment #5
drupalninja99 commentedfor 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
Comment #6
merlinofchaos commentedYour 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.
Comment #7
drupalninja99 commentedUPDATE: Sorry wrong ticket, we didn't have time to troubleshoot it, we had to revert to 2.08
Comment #8
silencery commentedJust 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.
Comment #9
silencery commentedComment #10
dawehner@jaykali
It's not fair to won't fix a issue :)
Comment #11
merlinofchaos commentedWhat 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.
Comment #12
dawehnerI fear this is a problem with jquery update or jquery ui.
Comment #13
silencery commentedThanks 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.
Comment #14
kevancummins commentedI 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'
Comment #15
jhedstromI'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.
Comment #16
jhedstromThe 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.
Comment #17
esmerel commentedOK, marking this "needs more info" until we can get some more concrete steps :/
Comment #18
esmerel commentedComment #19
inky@inky3d.com commentedI 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