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

panis - February 13, 2008 - 00:12
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.

#2

softtouch - February 29, 2008 - 03:36

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

#3

panis - February 29, 2008 - 10:59

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

softtouch - February 29, 2008 - 13:42

Unfortunately, NO idea about CVS...

#5

panis - February 29, 2008 - 19:17

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

#6

softtouch - March 1, 2008 - 02:23

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

#7

panis - March 1, 2008 - 09:51

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

softtouch - March 1, 2008 - 15:19

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

panis - March 1, 2008 - 15:53

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.

 
 

Drupal is a registered trademark of Dries Buytaert.