Closed (duplicate)
Project:
Views (for Drupal 7)
Version:
6.x-2.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Mar 2009 at 15:25 UTC
Updated:
10 Nov 2009 at 21:35 UTC
I upgraded from Views 6.2 to 6.3 and got the White Screen of Death.
I have 128M available for PHP.
I cleared the cached pages and same thing.
I had this same experience with Drupal 6.9 as I did after I upgraded to Drupal 6.10.
Any thoughts? Thanks.
Comments
Comment #1
merlinofchaos commentedTry clearing/truncating your views cache prior to the upgrade. (there's a button on the views tools page to do this).
Comment #2
kenorb commentedMay this one help:
http://drupal.org/project/dtools
Comment #3
gettysburger commentedThanks. Tried that but got WSOD on the home page and when I hit the BACK button got this:
* warning: Invalid argument supplied for foreach() in /srv/www/htdocs/sites/all/modules/views/includes/view.inc on line 1646.
* warning: Invalid argument supplied for foreach() in /srv/www/htdocs/sites/all/modules/views/includes/view.inc on line 1646.
* warning: Invalid argument supplied for foreach() in /srv/www/htdocs/sites/all/modules/views/includes/view.inc on line 1646.
* warning: Invalid argument supplied for foreach() in /srv/www/htdocs/sites/all/modules/views/includes/view.inc on line 1646.
* warning: Invalid argument supplied for foreach() in /srv/www/htdocs/sites/all/modules/views/includes/view.inc on line 1646.
* warning: Invalid argument supplied for foreach() in /srv/www/htdocs/sites/all/modules/views/includes/view.inc on line 1646.
* warning: Invalid argument supplied for foreach() in /srv/www/htdocs/sites/all/modules/views/includes/view.inc on line 1646.
* warning: Invalid argument supplied for foreach() in /srv/www/htdocs/sites/all/modules/views/includes/view.inc on line 1646.
* warning: Invalid argument supplied for foreach() in /srv/www/htdocs/sites/all/modules/views/includes/view.inc on line 1646.
* warning: Invalid argument supplied for foreach() in /srv/www/htdocs/sites/all/modules/views/includes/view.inc on line 1646.
* warning: Invalid argument supplied for foreach() in /srv/www/htdocs/sites/all/modules/views/includes/view.inc on line 1646.
* warning: Invalid argument supplied for foreach() in /srv/www/htdocs/sites/all/modules/views/includes/view.inc on line 1646.
* warning: Invalid argument supplied for foreach() in /srv/www/htdocs/sites/all/modules/views/includes/view.inc on line 1646.
* warning: Invalid argument supplied for foreach() in /srv/www/htdocs/sites/all/modules/views/includes/view.inc on line 1646.
* warning: Invalid argument supplied for foreach() in /srv/www/htdocs/sites/all/modules/views/includes/view.inc on line 1646.
* warning: Invalid argument supplied for foreach() in /srv/www/htdocs/sites/all/modules/views/includes/view.inc on line 1646.
* warning: Invalid argument supplied for foreach() in /srv/www/htdocs/sites/all/modules/views/includes/view.inc on line 1646.
* warning: Invalid argument supplied for foreach() in /srv/www/htdocs/sites/all/modules/views/includes/view.inc on line 1646.
* warning: Invalid argument supplied for foreach() in /srv/www/htdocs/sites/all/modules/views/includes/view.inc on line 1646.
* warning: Invalid argument supplied for foreach() in /srv/www/htdocs/sites/all/modules/views/includes/view.inc on line 1646.
* warning: Invalid argument supplied for foreach() in /srv/www/htdocs/sites/all/modules/views/includes/view.inc on line 1646.
* warning: Invalid argument supplied for foreach() in /srv/www/htdocs/sites/all/modules/views/includes/view.inc on line 1646.
* warning: Invalid argument supplied for foreach() in /srv/www/htdocs/sites/all/modules/views/includes/view.inc on line 1646.
* warning: Invalid argument supplied for foreach() in /srv/www/htdocs/sites/all/modules/views/includes/view.inc on line 1646.
* warning: Invalid argument supplied for foreach() in /srv/www/htdocs/sites/all/modules/views/includes/view.inc on line 1646.
* user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY vid, position' at line 1 query: SELECT * FROM views_display WHERE vid IN () ORDER BY vid, position in /srv/www/htdocs/sites/all/modules/views/includes/view.inc on line 1272.
* warning: Invalid argument supplied for foreach() in /srv/www/htdocs/sites/all/modules/views/includes/view.inc on line 1646.
Comment #4
kenorb commentedProbably it's duplicate of: #349105: Error during update from 6.x-2.1 to 6.x-2.2
Comment #5
gettysburger commentedThis is not a duplicate because:
1. I am not getting an error. I get the WSOD. I just tried upgrading from 2.2 to 2.6 and got the same thing.
2. I am upgrading from 2.2, not from 2.1.
So, any thoughts why when I upgrade from 2.2 I get the WSOD. Are there any modules that conflict? I upgraded to 2.2 on January 29th. Anything strange start after that? Thanks.
Comment #6
merlinofchaos commentedThis is the same error as: http://drupal.org/node/626834 -- I can confirm it's the same failure. I don't understand why the failure, though, but the schema is somehow not loading properly.