After upgrading to latest release, Drupal breaks and displays the following PHP error message.

Fatal error: Call to undefined function module_exists() in /var/www/htdocs/360/modules/views_bonus/views_bonus.module on line 410

Comments

merlinofchaos’s picture

CVS/Trunk is now for 5.0; in 5.0 module_exist was renamed to module_exists.

You need to be sure to get the 4.7 codebase.

if you checked out from cvs do this:

cvs update -dPr DRUPAL-4-7

rousehouse’s picture

I just tried again with the new version released on October 28, 2006 @ 02:16, and all is well now. Give it another try.

moshe weitzman’s picture

Status: Active » Fixed
pshadow’s picture

I just downloaded the tarball on the project page. dated 10/27 and I'm getting that error. Do I need to ignore the project page and go to cvs checkout?

Anonymous’s picture

Status: Fixed » Closed (fixed)