* 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

panis’s picture

Component: Code » Miscellaneous

hmm - that looks like CVS tagging is messed up. The head at 5.x-1.x-dev looks like the drupal 6 version.

softtouch’s picture

So, is there still any version which can be used or is this project dead?

panis’s picture

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..

softtouch’s picture

Unfortunately, NO idea about CVS...

panis’s picture

try the head 5.x version now - should work.

softtouch’s picture

I tried, and now I get missing argument 2 instead of 3....

panis’s picture

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..

softtouch’s picture

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.

panis’s picture

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.