I'm getting a blank page at admin/build/views. How do I restore the admin page for Views?

Comments

merlinofchaos’s picture

Status: Active » Postponed (maintainer needs more info)

Is there any kind of error showing up in your http/php error log?

fm’s picture

The only recent error in the log is:

Invalid argument supplied for foreach() in /Applications/MAMP/htdocs/main_6.1/sites/all/modules/views/views.module on line 635.

The same warning that I mentioned in a bug report (originally) under alpha2.

dewolfe001’s picture

Version: 6.x-2.0-alpha3 » 5.x-1.6

I am seeing a blank page when I try to put 1.6 in place. When I use the update.php to upgrade from update 12 up, each step gives me an error for each of the update tasks: creating the cache view table, add the new columns, dropping the column-- the works.
My temporary workaround is to revert back from 1.6 to 1.5. That clears up the WSOD.
Our PHP memory limit is 384MB. I did raise it (as per suggestions I saw) to 448MB and that did not change the outcome.

All the best,

Mike

merlinofchaos’s picture

Version: 5.x-1.6 » 6.x-2.0-beta3

Please don't co-opt issues. That's really rude.

dewolfe001’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

if my own issue had a delete option, I would have removed it.
I will post a separate bug.

Thank you for the critiques.

dewolfe001’s picture

Status: Closed (fixed) » Active
merlinofchaos’s picture

Status: Active » Fixed

fm: It looks like maybe there is bad data in the Views cache. Try clearing cache (TRUNCATE cache_views;) and see if that helps.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.