I'm running Drupal 4.7 and am getting an error trying to get tot he settings page

Warning: Missing argument 2 for drupal_get_form() in D:\...\includes\form.inc on line 61

I think it might be because I haven't assigned a term yet?? but I assumed I needed to do that on the module setting page

Comments

Zen’s picture

Status: Active » Postponed (maintainer needs more info)

HEAD is actually for Drupal 5. Please use the 4.7 branch (I've created a release for it which should be available on the project page in a few hours) for your Drupal 4.7 installation.

Please keep me posted.

Thanks,
-K

csc4’s picture

Thank you for the quick response. I've downloaded the 4.7 branch but when I try to reinstall it using the development module I get

Fatal error: Call to undefined function: update_sql() in D:\xnetpub\whpdd\modules\nat\nat.install on line 13

Zen’s picture

Version: master » 4.7.x-1.0
Status: Postponed (maintainer needs more info) » Fixed

I've added a new release that should sort this problem out. If there are still any problems, please let me know. Please also make sure that you "uninstall" the module completely and reinstall it.

Thanks for your report :)
-K

csc4’s picture

And thanks for the fix :)

I've downloaded it and will try to get it installed tomorrow (noting the uninstall first request).

csc4’s picture

Well, some tomorrows take longer to come than others!! Finally got there.

Uninstalled the module, removed the directory tree, FTP'd up the new version and installed it and it seems to be working fine.

Thanks a lot.

Could you just confirm one point - body fields - when dealing with CCK node types should I create an actual field called body or is there another way of telling it which field to use?

Anonymous’s picture

Status: Fixed » Closed (fixed)