Installed COD from dev tonight. Couple errors.
warning: Missing argument 4 for strongarm_features_pipe_node_alter() in /Users/Ben/projects/gvs/cod/make/profiles/cod/modules/contrib/strongarm/strongarm.module on line 194. on path /admin/build/features/cod_base/diff
COD Base is overridden:
uuid_node Line 79 + 'date' => '2011-01-19 16:54:23 -0400',
from user_permission roles 'site administrator' and 'sponsor organizer' are missing though these roles appear at admin/user/roles
COD Session is overridden:
from uuid_node it says the program node is empty
Comments
Comment #1
ezra-g commentedAwesome - Thanks for this testing and bug report!
The timestamp issue I think we should ignore for Beta, as this ultimately will likely require a workaround in uuid_features for a code D6 Node API issue: #1185004: Node timestamps appear overridden when importing site has different timezone than exporting site.
For the rest of these problems:
http://drupal.org/node/1133452#comment-4700454
#1210936: Revert COD Base after other COD features
Thanks again!
Comment #2
lisarex commentedcoltrane, I am assuming your session content type doesn't have Presenter *and* Speaker user reference fields? If you can confirm that, saves me from checking.
Comment #3
ezra-g commented@lisarex, I've done several fresh installs and also checked the codebase and verified that we don't have both of those fields. Thanks!
Comment #4
ezra-g commentedThe empty program node is resolved with http://drupalcode.org/project/cod_support.git/commit/8d4c2a0 .
Since everything but the timestamp bug is fixed and that has an issue in uuid_features, I'm marking this as fixed.
Thanks!