I installed drupal, it works fine
Then I installed the video module
http://drupal.org/project/video
4.7 version
When I click on the Create Contet->Video
I get the following error

Fatal error: Call to undefined function module_exist() in /public_html/drupal/modules/video/plugins/video_image/video_image.module on line 66
Can someone help me what should be done?
Also, how can I know which version of drupal I have installed from admin?
Thanks

Comments

kingfloo’s picture

I have exactly the same problem... tried both versions, 4.7 and 5.0. Anyone have experience with this?
Thanks,
Chris

dudskie’s picture

I tried to add a video module version 4.7 in my Drupal 5.7. And the error is "call to undefined function: module_exist()". Solution is, add the video module version 5.x.x.xx, to your Drupal 5.7 and it should works.

dudskie’s picture

Fatal error: Call to undefined function module_exist() in C:\xampp\htdocs\drupal\sites\all\modules\video\plugins\video_image\video_image.module on line 66

I got that error when I click create content ==> video. How can I solve that problem? Is there any module lacking? Thanks.

sleepingmonk’s picture

I believe the function should be module_exists() with the 's'. NOT module_exist().

--
To Your Success!