By rohitmishra on
Hi
I want to integrated drupal with moodle for that i download supporting file "drupal_moodle.zip" from site
http://download.moodle.org/download.php/modules/drupal_moodle.zip
when i am going to settings/moodle geeting the following error
Fatal error: Call to undefined function form_textfield() in C:\wamp\www\drupal\modules\moodle.module on line 54
so what can i do.
Thanks
Comments
Difference between Drupal 4.6 nd 4.7
There is a difference between the forms api, which have changed from Drupal 4.6 to 4.7.
The moodle.module is designed for use with Drupal 4.6. I assume you are having installed Drupal 4.7.
Try it with the Drupal 4.6 installation.
Thomas Narres
Keep the sunny side up
Thomas Narres
Keep the sunny side up
re
so if i changed the form deffintion then it works.
Drupal/moodle integration module upd 4 Drupal 4.7
More info at http://drupal.org/node/80982