On Drupal 6.9, this dev version causes the blocks admin page to go blank after install. I tried on a sandbox Drupal installation with no content and also no extra views defined.
If you delete the line with cid "views_default_views:" on "cache_views" table, blocks admin page comes just once, but refreshing causes a blank page again when the line in the cache table reappears.
However, returning to 6.x-2.2 fixes this issue back.
I am not sure this error is specific to our installation but reported anyway.
Tx.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | views-366782-1.patch | 529 bytes | roborn |
Comments
Comment #1
roborn commentedThere's a condition to check if the view is disabled that it's causing the WSOD :\
Comment it applying the patch :)
Comment #2
merlinofchaos commentedHow is that disabled view check causing a WSOD? I have trouble believing that's the actual cause.
Comment #3
roborn commentedWell, don't really know how exactly it is causing the WSOD, but probably it's something that starts/stops there, because when i comment it, there's no WSOD. :\
Comment #4
merlinofchaos commentedhttp://drupal.org/node/367203
Marking this as a dup of one that actually provided the WSOD error so I could figure it out.
Comment #5
Gabrieles commentedI just updated Views and I ended up with this issue... I guess I will go back to the previous version.