It seems this form was never ported to D6, it just results in a blank page, even if permissions are enabled. I'll take a look.
It seems this form was never ported to D6, it just results in a blank page, even if permissions are enabled. I'll take a look.
Comments
Comment #1
anarcat commentedI adding error handling code that shows where the error is:
... weird...
Comment #2
anarcat commentedNote that I found this bug while trying to test #503300: hosting_client module mail...
Comment #3
adrian commentedcommitted a partial fix
the form is displaying, but not submitting
the order fo the form_alter params changed, and there was a small bug in the js .
Comment #4
adrian commentedThe issue is the new form_state stuff on the backend.
figuring it out and will commit a fix.
Comment #5
anarcat commentedI'm not working on this anymore, thanks adrian. (wasn't the fix in rc2?)
Comment #6
anarcat commentedI tested this in the latest CVS: it works (ie. the signup form creates the client, the user and the site).
There are other issues, but I suspect they are not signup-related.