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

merlinofchaos’s picture

They 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.

merlinofchaos’s picture

Status: Active » Fixed

Well. 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

matslats’s picture

Merlin, 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

merlinofchaos’s picture

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.

After you save this view, does it still say 'changed view'?

matslats’s picture

no, after I saved the page was refreshed.
In fact I have deleted that view now, so I can't test on it, sorry

Anonymous’s picture

Status: Fixed » Closed (fixed)

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