* 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.
Comments
Comment #1
panis commentedhmm - that looks like CVS tagging is messed up. The head at 5.x-1.x-dev looks like the drupal 6 version.
Comment #2
softtouch commentedSo, is there still any version which can be used or is this project dead?
Comment #3
panis commentedhow 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..
Comment #4
softtouch commentedUnfortunately, NO idea about CVS...
Comment #5
panis commentedtry the head 5.x version now - should work.
Comment #6
softtouch commentedI tried, and now I get missing argument 2 instead of 3....
Comment #7
panis commentedthis 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..
Comment #8
softtouch commentedThis is the error line:
Missing argument 2 for winliveid_help() in C:\apache\htdocs\paseo11\sites\all\modules\winliveid\winliveid.module on line 57.
Comment #9
panis commentedas 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.