Full error:
Fatal error: Call to undefined function views_build_view() in /home/eduhq/public_html/includes/common.inc(1695) : eval()'d code on line 5

Does anyone have any suggestions on how to resolve this? I searched the entire database for "views_build_view" but nothing came up.

Any help would be greatly appreciated!
-Chris

Comments

clkeenan’s picture

Hoping someone can help me out with this. One of the few bugs I have left in my development drupal 6 upgrade environment

seanfitzpatrick’s picture

Hey, I was hitting the same problem and in my case I found a few instances of "views_build_view" in the database. I replaced the 7 instances, and cron worked.

You may also check your template files?

HTH,
Sean

sarah.et’s picture

you have to change the code that calls for that function, found a similar issue here with a possible solution http://drupal.org/node/635328