Closed (fixed)
Project:
Content Taxonomy
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Aug 2009 at 21:28 UTC
Updated:
20 Feb 2010 at 11:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
mh86 commentedI'm still not getting any warnings, but patch looks good and makes sense, so I committed the patch. Thanks
Comment #2
eMPee584 commentedthx for committing..
and you will get warnings once your site forms are being abused by spam bots..
Comment #4
roderikPatch was incorrect. Now the code is not executed if !isset($form['taxonomy']). And it should.
This change unfixed #391906: "Illegal offset type in" warnings on node preview. (which means your rc2 release has that error again)
Comment #5
danylevskyipatch works great!! thanks!
But here a problem. Taxonomy fieldset became visible on node edit form.
Comment #6
roderikYes, I have seen that too.
This is a side effect of the way mh86 has fixed things.
crea's remark is right, in http://drupal.org/node/391906#comment-1809896 : in order to really fix issue #391906 without getting this empty Taxonomy fieldset on the form, you have to do it differently. But that is a lot of coding work. Very tricky work, because you need to work around some ugly details in D6 core (sorry I forgot details).
Oh well. At least it works. I'm glad mh86 has at least fixed things, and I'll live with the Taxonomy fieldset on the edit form; am not prepared (yet?) to do that much work, to make it disappear.
Comment #7
mh86 commentedPatch from #4 committed, thanks :)
hope this finally fixes this issue. hacking around in content taxonomy because of a core bug causing these annoying warnings is really not funny...