Skip to content

Instantly share code, notes, and snippets.

@CashWilliams
Created July 1, 2012 22:23
Show Gist options
  • Save CashWilliams/3029850 to your computer and use it in GitHub Desktop.
Save CashWilliams/3029850 to your computer and use it in GitHub Desktop.
Drupal feature stuck
/var/www/cashwilliams/sites/default# drush fu cashwilliams_core
Module appears to already exist in sites/all/modules/features/cashwilliams_core
Do you really want to continue? (y/n): y
Created module: cashwilliams_core in sites/all/modules/features/cashwilliams_core [ok]
li117-19:/var/www/cashwilliams/sites/default# drush fl
Name Feature Status State
CashWilliams Core cashwilliams_core Enabled Overridden
CashWilliams Blog cashwilliams_blog Enabled
CashWilliams Twitter cashwilliams_twitter Enabled
Date Migration Example date_migrate_example Disabled
Features Tests features_test Disabled
/var/www/cashwilliams/sites/default# drush fd cashwilliams_core
Legend:
Code: drush features-revert will remove the overrides.
Overrides: drush features-update will update the exported feature with the displayed overrides
Component: context
< FALSE
---
> array(
> 'about' => array(
> 'disabled' => FALSE,
> 'api_version' => 3,
> 'name' => 'about',
> 'description' => 'about block',
> 'tag' => '',
> 'conditions' => array(
> 'sitewide' => array(
> 'values' => array(
> 1 => 1,
> ),
> ),
> ),
> 'reactions' => array(
> 'block' => array(
> 'blocks' => array(
> 'boxes-about' => array(
> 'module' => 'boxes',
> 'delta' => 'about',
> 'region' => 'sidebar_second',
> 'weight' => '-8',
> ),
> ),
> ),
> ),
> 'condition_mode' => 0,
> ),
> 'core' => array(
> 'disabled' => FALSE,
> 'api_version' => 3,
> 'name' => 'core',
> 'description' => '',
> 'tag' => '',
> 'conditions' => array(
> 'sitewide' => array(
> 'values' => array(
> 1 => 1,
> ),
> ),
> ),
> 'reactions' => array(
> 'block' => array(
> 'blocks' => array(
> 'search-form' => array(
> 'module' => 'search',
> 'delta' => 'form',
> 'region' => 'sidebar_second',
> 'weight' => '-10',
> ),
> 'system-powered-by' => array(
> 'module' => 'system',
> 'delta' => 'powered-by',
> 'region' => 'footer',
> 'weight' => '-10',
> ),
> ),
> ),
> ),
> 'condition_mode' => 0,
> ),
> )
Component: filter
< array(
< 'filtered_html' => array(
< 'cache' => '1',
< 'filters' => array(
< 'filter_autop' => array(
< 'status' => '1',
< 'weight' => '2',
< ),
< 'filter_html' => array(
< 'settings' => array(
< 'allowed_html' => '<a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd>',
< 'filter_html_help' => 1,
< ),
< 'status' => '1',
< 'weight' => '1',
< ),
< 'filter_htmlcorrector' => array(
< 'status' => '1',
< 'weight' => '10',
< ),
< 'filter_url' => array(
< 'settings' => array(
< 'filter_url_length' => 72,
< ),
< 'status' => '1',
< ),
< ),
< 'format' => 'filtered_html',
< 'name' => 'Filtered HTML',
< 'status' => '1',
< ),
< 'full_html' => array(
< 'cache' => '1',
< 'filters' => array(
< 'filter_autop' => array(
< 'status' => '1',
< 'weight' => '1',
< ),
< 'filter_htmlcorrector' => array(
< 'status' => '1',
< 'weight' => '10',
< ),
< 'filter_url' => array(
< 'settings' => array(
< 'filter_url_length' => 72,
< ),
< 'status' => '1',
< ),
< ),
< 'format' => 'full_html',
< 'name' => 'Full HTML',
< 'status' => '1',
< 'weight' => '1',
< ),
< 'plain_text' => array(
< 'cache' => '1',
< 'filters' => array(
< 'filter_autop' => array(
< 'status' => '1',
< 'weight' => '2',
< ),
< 'filter_html_escape' => array(
< 'status' => '1',
< ),
< 'filter_url' => array(
< 'settings' => array(
< 'filter_url_length' => 72,
< ),
< 'status' => '1',
< 'weight' => '1',
< ),
< ),
< 'format' => 'plain_text',
< 'name' => 'Plain text',
< 'status' => '1',
< 'weight' => '10',
< ),
< )
---
> FALSE
/var/www/cashwilliams/sites/default#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment