I am unable to finish checkouts and see this error in other places

"warning: Invalid argument supplied for foreach() in /home/.../public_html/sites/all/modules/uc_signup/uc_signup.module on line 106.
warning: Invalid argument supplied for foreach() in /home/.../public_html/sites/all/modules/uc_signup/uc_signup.module on line 111.
warning: Invalid argument supplied for foreach() in /home/.../public_html/sites/all/modules/uc_signup/uc_signup.module on line 106.
warning: Invalid argument supplied for foreach() in /home/.../public_html/sites/all/modules/uc_signup/uc_signup.module on line 111.
warning: Invalid argument supplied for foreach() in /home/.../public_html/sites/all/modules/uc_signup/uc_signup.module on line 106.
warning: Invalid argument supplied for foreach() in /home/.../public_html/sites/all/modules/uc_signup/uc_signup.module on line 111.
warning: Invalid argument supplied for foreach() in /home/.../public_html/sites/all/modules/uc_signup/uc_signup.module on line 106.
warning: Invalid argument supplied for foreach() in /home/.../public_html/sites/all/modules/uc_signup/uc_signup.module on line 111.
"

There is a similar ticket #997026: Notice: Undefined variable: nodes in uc_signup/uc_signup.module on line 50 but this appears to be done in RC2

Comments

ezra-g’s picture

Status: Active » Postponed (maintainer needs more info)

Do you have any core user profile fields defined?

skessler’s picture

Status: Postponed (maintainer needs more info) » Active

No.

We do have Content Profile module installed but I tested turning if off and it did not solve the problem.

Thanks,
Steve

skessler’s picture

No.

We do have Content Profile module installed but I tested turning if off and it did not solve the problem.

Thanks,
Steve

skessler’s picture

I added a field because we decided we would need one and it works now.

Sung’s picture

I have the same issue.

rcasero’s picture

Version: 6.x-1.0-rc2 » 6.x-1.0-rc1
Baroch Oren’s picture

Version: 6.x-1.0-rc1 » 6.x-1.0-rc3

I've also encountered this issue, after a fresh install of COD cod 6.x-1.0-rc1, that includes uc_signup 6.x-1.0-rc3

This issue has been solved after at least one additional (core-)profile field was added to the user profile.
A better approach is to add an apropriate check before any prior assumptions.

For non-programmers, or just those of us who are in a rush: the workaround is to add a profile field using example.com/admin/user/profile

Happy New Jewish Year, Baroch Oren

mcdoolz’s picture

Version: 6.x-1.0-rc3 » 6.x-1.x-dev

Just a heads up that I'm running the latest dev and this is still the case.
Creating an arbitrary user profile field fixes this issue.

Dastardly.