I have 7.0, with Views 7.x-3.0-alpha1. For some reason, I get the following message:
Debug:
'Missing handler: node_revisions teaser field'
in views_get_handler() (line 841 of /home/conline/public_html/sites/all/modules/views/views.module).
When trying to view a views based page (such as http://www.crookesonline.co.uk/shops ), I get a lot more errors:
Debug:
'Missing handler: node_revisions body field'
in views_get_handler() (line 841 of /home/conline/public_html/sites/all/modules/views/views.module).
Debug:
'Missing handler: node_data_field_image field_image_fid field'
in views_get_handler() (line 841 of /home/conline/public_html/sites/all/modules/views/views.module).
Debug:
Error message
Notice: Undefined property: stdClass::$unknown in views_handler_field->render() (line 713 of /home/conline/public_html/sites/all/modules/views/handlers/views_handler_field.inc).
Notice: Undefined property: stdClass::$unknown in views_handler_field->render() (line 713 of /home/conline/public_html/sites/all/modules/views/handlers/views_handler_field.inc).
Notice: Undefined property: stdClass::$unknown in views_handler_field->render() (line 713 of /home/conline/public_html/sites/all/modules/views/handlers/views_handler_field.inc).
(you get the picture)
Any ideas?
Chris
Comments
Comment #1
bojanz commentedUpdate Views to 7.x-3.x-dev, retest, and then tell us which errors remained.
Is this a view from Drupal 6? Because updating doesn't work at the moment, you have to create your views from scratch (that's the reason there's no Views beta at the moment).
Comment #2
bigonroad commentedAha, so I need to delete my old views, and start again?
That is probably the issue! Will try that when I get a moment...
What's the timeframe looking like for stable Views for 7?
Bless,
Chris
Comment #3
bojanz commentedAlpha 2 or beta 1 very soon (a week?), whether it is alpha or beta depends on whether the upgrade path from D6 gets finished in time.
It will have the new UI merged in.
After that, who knows.
Marking this as fixed, since you now know what to do ;)
Comment #4
bigonroad commentedDeleted it, and the errors went away. Will try dev soon, thanks!
Chris
Comment #5
bojanz commentedComment #6
pimok3000 commentedsubscribe
Comment #8
philsward commentedSorry to re-open this, but I am getting the same error, all over in my logs after enabling views logging.
I don't receive the errors on the front end though, just the logs.
The site is updated from D6 -> D7 and other than the typical "fixing relationships", I don't seem to have any issues.
What I find odd, is that the error shows up in the views log, for area's that aren't even views related. I got the error once from flushing the cache. (Maybe I was on a views page when I flushed it? I can't remember)
Whether the view is old (updated from D6) or new (created since the upgrade) doesn't matter. I get the error on pretty much every single view after I save it. I even tried to re-create one of my old views from scratch (didn't export / import (or) clone) and I still get the error.
Any thoughts?