Closed (fixed)
Project:
Open Enterprise
Version:
7.x-1.0-beta7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Mar 2012 at 05:13 UTC
Updated:
28 Mar 2012 at 15:43 UTC
As a site builder, when pointing the browser at admin/modules, the following error is set in dsm():
Warning: array_combine() [function.array-combine]: Both parameters should have at least 1 element in user_permission_features_export_render() (line 88 of /Users/joe/Sites/jeffphillips/htdocs/profiles/openenterprise/modules/features/includes/features.user.inc).
Warning: Invalid argument supplied for foreach() in user_permission_features_export_render() (line 100 of /Users/joe/Sites/jeffphillips/htdocs/profiles/openenterprise/modules/features/includes/features.user.inc).
Warning: Invalid argument supplied for foreach() in user_permission_features_export_render() (line 100 of /Users/joe/Sites/jeffphillips/htdocs/profiles/openenterprise/modules/features/includes/features.user.inc).
Warning: Invalid argument supplied for foreach() in user_permission_features_export_render() (line 100 of /Users/joe/Sites/jeffphillips/htdocs/profiles/openenterprise/modules/features/includes/features.user.inc).
Warning: Invalid argument supplied for foreach() in user_permission_features_export_render() (line 100 of /Users/joe/Sites/jeffphillips/htdocs/profiles/openenterprise/modules/features/includes/features.user.inc).
Warning: Invalid argument supplied for foreach() in user_permission_features_export_render() (line 100 of /Users/joe/Sites/jeffphillips/htdocs/profiles/openenterprise/modules/features/includes/features.user.inc).
Warning: Invalid argument supplied for foreach() in user_permission_features_export_render() (line 100 of /Users/joe/Sites/jeffphillips/htdocs/profiles/openenterprise/modules/features/includes/features.user.inc).
Comments
Comment #1
jghyde commentedIn addition, as a user of drush, when entering the drush cc all command, a similar error occurs on the cli:
Comment #2
randallknutson commentedFixed in http://drupalcode.org/project/openenterprise.git/commit/55130b6
Comment #4
jackhutton commentedI'm experiencing this issue :
My apologies in advance but is this a patch file?
download and run the patch. ..openenterprise.git-55130b6.patch
would I run it from the root drupal directory or the profiles/openenterprise directory ?
Could give a bit of direction on how to apply this fix? I'd appreciate it . thank you.
Comment #5
randallknutson commentedThis is an innocuous error message. It won't break the site. It will be fixed in the next release (or use the dev version). We're planning another rollout in the next couple of days after the next drupal release.
Comment #6
jackhutton commentedalright Randall, thanks for the quick response.