Getting errors after install
softtouch - February 6, 2008 - 13:42
| Project: | Windows Live ID Integration |
| Version: | 5.x-2.0 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
* warning: Missing argument 3 for winliveid_form_alter(), called in C:\apache\htdocs\social\includes\form.inc on line 365 and defined in C:\apache\htdocs\social\sites\all\modules\winliveid\winliveid.module on line 84.
* warning: Missing argument 3 for winliveid_form_alter(), called in C:\apache\htdocs\social\includes\form.inc on line 365 and defined in C:\apache\htdocs\social\sites\all\modules\winliveid\winliveid.module on line 84.

#1
hmm - that looks like CVS tagging is messed up. The head at 5.x-1.x-dev looks like the drupal 6 version.
#2
So, is there still any version which can be used or is this project dead?
#3
how good are you with CVS? I need to get the HEAD to point to 6.x and create a branch for 5.x or viceversa and am unable to do so. did not get anywhere with asking for help in the forums on here either..
#4
Unfortunately, NO idea about CVS...
#5
try the head 5.x version now - should work.
#6
I tried, and now I get missing argument 2 instead of 3....
#7
this is on the same line of code? form_alter takes 2 arguments in drupal 5 so I need to see what the exact error is.
was this on the hook_help instead?
I changed it now - see if the head works.. You may need to uninstall and reinstall the module..
#8
This is the error line:
Missing argument 2 for winliveid_help() in C:\apache\htdocs\paseo11\sites\all\modules\winliveid\winliveid.module on line 57.
#9
as I suspected - it is in the hook_help() this time. I had to undo the 6.x changes to the head to get head to 5.X so missed a couple of things doing that. I did check in the new code - with this fix into head.