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

jghyde’s picture

In addition, as a user of drush, when entering the drush cc all command, a similar error occurs on the cli:

joehyde:default joe$ drush cc all
array_combine(): Both parameters should have at least 1 element features.user.inc:88                                                     [warning]
Invalid argument supplied for foreach() features.user.inc:100                                                                            [warning]
Invalid argument supplied for foreach() features.user.inc:100                                                                            [warning]
Invalid argument supplied for foreach() features.user.inc:100                                                                            [warning]
Invalid argument supplied for foreach() features.user.inc:100                                                                            [warning]
Invalid argument supplied for foreach() features.user.inc:100                                                                            [warning]
Invalid argument supplied for foreach() features.user.inc:100      
randallknutson’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

jackhutton’s picture

I'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.

randallknutson’s picture

This 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.

jackhutton’s picture

alright Randall, thanks for the quick response.