Hi,

I'm getting this Fatal error: Class 'views_handler_field_node' not found in /home/.../sites/all/modules/views/modules/node.views.inc on line 485

Please Help. Thanks!

Comments

calmher’s picture

by the way, that's the latest CVS I downloaded from http://drupal.org/node/95897 dated March 28, 2008.

merlinofchaos’s picture

Status: Active » Fixed

It looks like a class that extends views_handler_field_node was being declared prior to views_handler_field_node. I'm going to guess that my version of PHP thinks this is ok, and your version does not. (Whee!).

I just checked in a re-organization. I believe this should be fixed. can you cvs up and confirm this?

calmher’s picture

Yep, you were right :) working fine now.

My PHP version is 5.2.5 memory limit of 128M.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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

Eugene Dubois’s picture

Status: Closed (fixed) » Active

I just installed views-6.x-2.0-rc1.tar.gz on my website, and have the same error-message

Fatal error: Class 'views_handler_field_node' not found in /home/genealog/public_html/genwiki/modules/cck/includes/content.views.inc on line 255...

Any suggestions?

yched’s picture

Status: Active » Closed (fixed)

@eugene_dub : That's http://drupal.org/node/277968.
Keeping that issue closed.

nancydru’s picture

Status: Closed (fixed) » Active

I just downloaded the latest (Aug 26) -dev version and still get this error. I noticed that Views has a module weight of 10, so I changed my module to 12. Still get this problem.

merlinofchaos’s picture

Status: Active » Closed (fixed)

Please don't re-open an issue with "still getting this error" when multiple versions of the error have been posted (and the most recent versions of the error were CCK related, not Views, and a link was very clearly given). If you can't be precise and post the exact error you're getting, don't bother posting.