Closed (outdated)
Project:
Drupal core
Version:
7.x-dev
Component:
forum.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 May 2011 at 18:10 UTC
Updated:
7 Jun 2013 at 03:42 UTC
Jump to comment: Most recent
Comments
Comment #1
Luna Vulpo commentedAny idea?
Comment #2
barbarae commentedI am getting exactly the same problem on May 30 2011
Comment #3
droplet commentedneeds more info to reproduce this bug and please do test with -dev version.
Comment #4
Luna Vulpo commentedIn my instalation problem stops after upgrading to 7.2.
Comment #5
tanvirahmad commentedSame issue....:(
Comment #6
michee.lengronneThe same for me. But with Drupal 7.12.
Comment #7
neRok commentedI found the problem using 7.22. It is now line 175, and here is that section from forum.module.
If you delete taxonomy_forums field from all node types, $field will be empty, and the foreach loop will fail. This just needs an if
(isset($field['bundles']['node']))check implemented.