warning: Invalid argument supplied for foreach() in /var/www/spaces/sites/all/modules/spaces/spaces.module on line 1240
This is when viewing admin/build/modules ... calling spaces_features_map(NULL, TRUE)
Seems like $map is empty.
warning: Invalid argument supplied for foreach() in /var/www/spaces/sites/all/modules/spaces/spaces.module on line 1240
This is when viewing admin/build/modules ... calling spaces_features_map(NULL, TRUE)
Seems like $map is empty.
Comments
Comment #1
jmiccolis commentedJust to confirm, I've noticed this as well.
Comment #2
yhahn commentedShould be fixed. http://drupal.org/cvs?commit=193792
I would highly recommend not using the 2.0-alpha branches of spaces/context yet. In particular, spaces is based on the new features framework which may be undergoing some significant changes over the course of the current development cycle.
Comment #3
seanrAny timeline for a new release package containing this fix?