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
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
Comment #1
merlinofchaos commentedCVS/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
Comment #2
rousehouse commentedI just tried again with the new version released on October 28, 2006 @ 02:16, and all is well now. Give it another try.
Comment #3
moshe weitzman commentedComment #4
pshadow commentedI 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?
Comment #5
(not verified) commented