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.

CommentFileSizeAuthor
#1 views-366782-1.patch529 bytesroborn

Comments

roborn’s picture

Status: Active » Needs review
StatusFileSize
new529 bytes

There's a condition to check if the view is disabled that it's causing the WSOD :\

Comment it applying the patch :)

merlinofchaos’s picture

How is that disabled view check causing a WSOD? I have trouble believing that's the actual cause.

roborn’s picture

Well, 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. :\

merlinofchaos’s picture

Status: Needs review » Closed (duplicate)

http://drupal.org/node/367203

Marking this as a dup of one that actually provided the WSOD error so I could figure it out.

Gabrieles’s picture

I just updated Views and I ended up with this issue... I guess I will go back to the previous version.