Any time I add a new tag to a node, the next page load (to anywhere) results in the following error repeated once per tag on the node:
# warning: Invalid argument supplied for foreach() in /var/www/tac/modules/taxonomy_fields/taxonomy_fields.module on line 774.
My limited debugging skills tell me that taxonomy_fields_get_node_info($node) on line 759 is returning a mostly empty array instead of the more informative array that it should (and does, on later page loads) return. I do not know why, but it is possible that I have an unusual or invalid configuration.
Comments
Comment #1
sparr commentedclarification: I am using Community Tags to add the new tags.
Comment #2
boneless commentedare you using 5.x-1.1-dev or 5.x-1.2-dev? i don't get the error with 1.2.
problem is the cache on which taxonomy_fields_get_node_info($node) is relying on, doesn't get cleared when entering a term via free tagging. will fix this within the next hours.
Comment #3
boneless commented