Closed (won't fix)
Project:
Bean (for Drupal 7)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Mar 2013 at 13:44 UTC
Updated:
4 Mar 2015 at 02:43 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
saltednutCan you give us more info? Is this still an issue using latest HEAD?
Comment #2
oxyc commentedI'm seeing this as well, while using the latest version.
This occurs because of the menu_block module. The
menu_block_bean_all_blacklistvariable returns an empty array which causes the warnings.Visiting admin/config/system/bean-all and simply saving seems to fix the problem.
Comment #3
donutdan4114 commentedCannot reproduce. Are there exact steps known to reproduce this issue?
Comment #3.0
donutdan4114 commentedextra info
Comment #4
markus_petrux commentedHi all,
We got this problem as well, detected when caches are flushed. It happens when bean_all_get_blacklist() returns an empty array.
Fix is pretty simple. Patch attached.
Comment #5
indytechcook commentedSo the bean_all module was removed so this is no longer applicable.