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

narres’s picture

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

rohitmishra’s picture

so if i changed the form deffintion then it works.

syedasad’s picture