My log contains the messages that the following two lines of code in taxonomy_access.module:
$tids = array_keys($edit[$vid]['term']);
foreach ($tids as $tid) {
generate the following errors, respectively:
array_keys(): The first argument should be an array in /home/jacobson/public_html/webdev/modules/taxonomy_access/taxonomy_access.module on line 273
Invalid argument supplied for foreach() in /home/jacobson/public_html/webdev/modules/taxonomy_access/taxonomy_access.module on line 274
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | taxonomy_access.patch.txt | 2.83 KB | keve |
Comments
Comment #1
keve commentedDo you have an empty vocabulary in which there are no taxonomy terms?
Comment #2
keve commentedpatch for 4.7
Comment #3
keve commentedCommited to CVS
Comment #4
(not verified) commented