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

bojanz’s picture

Status: Active » Postponed (maintainer needs more info)
Issue tags: -error, -Debug, -missing handler

Update 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).

bigonroad’s picture

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

bojanz’s picture

Status: Postponed (maintainer needs more info) » Fixed

Alpha 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 ;)

bigonroad’s picture

Status: Fixed » Postponed (maintainer needs more info)

Deleted it, and the errors went away. Will try dev soon, thanks!

Chris

bojanz’s picture

Status: Postponed (maintainer needs more info) » Fixed
pimok3000’s picture

subscribe

Status: Fixed » Closed (fixed)

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

philsward’s picture

Status: Closed (fixed) » Needs work

Sorry 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?