Closed (fixed)
Project:
cosign
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
31 Jan 2007 at 03:56 UTC
Updated:
12 Apr 2007 at 19:03 UTC
After installing the cosign module I get this when I try to configure the module settings:
Cosign module settings
* warning: Missing argument 1 for drupal_get_form() in /var/www/apache2-default/drupal/includes/form.inc on line 49.
* warning: Missing argument 1 for drupal_retrieve_form() in /var/www/apache2-default/drupal/includes/form.inc on line 179.
* warning: call_user_func_array(): First argumented is expected to be a valid callback, '' was given in /var/www/apache2-default/drupal/includes/form.inc on line 218.
Anybody knows whats happening there?
I've got a clean 5.1 Drupal install.
Thanks,
Makkus
Comments
Comment #1
dhovey commentedI've noted that there are two things missing from the file:
a) a callback arguments option in the $items[] array;
b) a function called cosign_admin();
This is what I think it should look like:
Comment #2
dhovey commentedI've noted that there are two things missing from the file:
a) a callback arguments option in the $items[] array;
b) a function called cosign_admin();
This is what I think it should look like:
Comment #3
wnorthway commentedMakkus - I'm sorry that you found this confusing. I started including this functionality when I was learning about how to write drupal modules. It turns out that I never did anything with it.
For now, there are no settings to configure with the cosign module. It's either on or off.
Is there a setting that you would like to administer? We could add that functionality.