Active
Project:
Commerce Bulk Product Creation
Version:
7.x-1.0-rc5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Mar 2012 at 16:52 UTC
Updated:
5 Jun 2013 at 19:56 UTC
I'm using the taxonomy submodule to create variations around taxonomy terms. This is all working fine apart from an annoying error message that comes up on the 'Bulk Add Products' page.
Warning: Invalid argument supplied for foreach() in form_type_checkboxes_value() (line 2251 of /includes/form.inc).
It seems to be the same error as described here and fixed here.
Did the fix go into 7.x-1.0-rc5?
Thanks
Comments
Comment #1
sven.lauer commentedBoth fixes you reference went into rc5, yes. So there may be an additional issue.
What widgets are the taxonomy fields using?
Comment #2
msmithcti commentedHi Sven,
I'm not sure how easy this is going to be to debug because the site has been in development for a while and I couldn't give you any steps to reproduce the error. I've also not been able to narrow the circumstances where it's happening down, other than it happens whenever I'm adding using taxonomy to create combinations.
The taxonomy widgets I'm using are all checkboxes/radios.
Let me know if I can give you any more information.
Comment #3
marktheshark commentedStill there in rc6 for me.
Comment #4
CaptainPinkey commentedA little late but i found a solution, maybe a bit dirty but it works!
The form.inc need to be edited:
On line 2288 change:
To this: