module isn't working in Drupal 4.7.3. A click on administer > settings > creative common output this error:
PHP Fatal error: Call to undefined function form_textfield() in c:\Inetpub\wwwroot\drupal\modules\creativecommons\creativecommons.module on line 131
Comments
Comment #1
jaxxed commentedAnytime you see: PHP Fatal error: Call to undefined function form_*() , It means that you are using a 4.6 module in 4.7
Comment #2
turadg commentedNot applicable in D6 version.