i upgraded drupal from 4.6 to 4.7 yesterday ..now i am getting this error
Fatal error: Call to undefined function: form_textfield() in /home/site/public_html/drupal/modules/amazon_items/amazon_items.module on line 121
can anybody tell me how to correct it.
--rafi
Comments
Comment #1
heine commentedIt's because you are using a 4.6 module on Drupal 4.7 . You need to download a 4.7 version of the module. See also Fatal error: Call to undefined function: form_*() on Drupal 4.7 from the Troubleshooting FAQ.