The following error appear when I'm viewing the node-list configuration page under admin>>settings:

warning: Missing argument 2 for variable_get() in /home/gov/alpinecounty/WWW/drupal/includes/bootstrap.inc on line 152.
warning: Missing argument 4 for form_textfield() in /home/gov/alpinecounty/WWW/drupal/includes/common.inc on line 1208.
warning: Missing argument 5 for form_textfield() in /home/gov/alpinecounty/WWW/drupal/includes/common.inc on line 1208.
warning: Missing argument 2 for variable_get() in /home/gov/alpinecounty/WWW/drupal/includes/bootstrap.inc on line 152.

Even with these errors, this is the coolest thing since sliced-bread! Again, thank you for taking those feature requests for site-map and turning them into this other module. I desperately needed it.

I'll also check out other modules to make sure that these errors aren't caused by a conflict with another third party contribution (I'll give an update if this is the case).

Comments

njivy’s picture

Assigned: Unassigned » njivy

I found the errors in the code and will release a revision today. Thanks for the bug report.

bomarmonk’s picture

Version: » 4.6.x-1.x-dev

Two of the warnings remain after your latest update (the last version to CVS eliminated two of the errors). Here are the ones that are left:

warning: Missing argument 4 for form_textfield() in /home/gov/alpinecounty/WWW/drupal/includes/common.inc on line 1208.
warning: Missing argument 5 for form_textfield() in /home/gov/alpinecounty/WWW/drupal/includes/common.inc on line 1208.

njivy’s picture

Fixed. Thanks, bomarmonk.

Anonymous’s picture