Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.0-beta1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Apr 2008 at 11:33 UTC
Updated:
12 May 2008 at 14:42 UTC
Using php 4. FIrefox 3 Beta 5
When I add a second page display to the views_display table, and added a path to it, I get the white screen of death.
In diagnosing this further I got stuck where I had added multiple feed diaplays to a view and they wouldn't remove and weren't in the views_display table. Attempting to save after removing these feed views produced browser dialogue boxes saying: "An error ocurred", followed by this error:
Fatal error: Cannot instantiate non-existent class: in /var/www/html/matslats.net/sites/all/modules/views/includes/handlers.inc on line 13.
Hope that's helpful
Comments
Comment #1
merlinofchaos commentedThey won't appear in the views_display table until the view has successfully been saved; while you're working on the view, the entire object is cached in a special location. I'll look more into this.
Comment #2
merlinofchaos commentedWell. I was unable to reproduce the white screen at all. =(
I did reproduce the second error you mention and fixed that. But I will need more information about the white screen to be able to fix that, so for now I'm going to mark this fixed since I did get one of the issues.
If you get the WSOD again, please look in your apache/httpd/php error log and see if there's an error that goes with it, and post exactly what you were doing when you got the WSOD and what that error is. Thanks
Comment #3
matslats commentedMerlin, Beta 2 has me up and running again. Assume it was a php4 issue. Great work!
Understood about WSOD and apache error log.
Still unable to delete some displays I created on Friday. They are marked for deletion but still there after I save. These displays still didn't make it to the database table.
Various other glitches, but nothing debilitating. I won't report them unless or until I get a consistent picture
Matthew
Comment #4
merlinofchaos commentedStill unable to delete some displays I created on Friday. They are marked for deletion but still there after I save. These displays still didn't make it to the database table.
After you save this view, does it still say 'changed view'?
Comment #5
matslats commentedno, after I saved the page was refreshed.
In fact I have deleted that view now, so I can't test on it, sorry
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.