I've the following error when doing upgrade from Drupal 6 to 7 (when all contrib modules are disabled):

Fatal error: Call to undefined function ctools_include() in strongarm.module on line 86
Fatal error:  Call to undefined function ctools_include() in sites/all/modules/contrib/strongarm/strongarm.module on line 86
Stack trace:
  1. {main}() drush/6.1.0/libexec/drush.php:0
  2. drush_main() drush/6.1.0/libexec/drush.php:16
  3. _drush_bootstrap_and_dispatch() drush/6.1.0/libexec/drush.php:61
  4. drush_dispatch() drush/6.1.0/libexec/drush.php:92
  5. call_user_func_array:{drush/6.1.0/libexec/includes/command.inc:182}('drush_command', array (0 => '54360', 1 => '54360')) drush/6.1.0/libexec/includes/command.inc:182
  6. drush_command('54360', '54360') drush/6.1.0/libexec/includes/command.inc:182
  7. _drush_invoke_hooks($command = array ('description' => 'Perform update functions', ..., $args = array (0 => '54360', 1 => '54360')) drush/6.1.0/libexec/includes/command.inc:214
  8. call_user_func_array:{drush/6.1.0/libexec/includes/command.inc:362}('drush_core_updatedb_batch_process', array (0 => '54360', 1 => '54360')) drush/6.1.0/libexec/includes/command.inc:362
  9. drush_core_updatedb_batch_process($id = '54360', '54360') drush/6.1.0/libexec/includes/command.inc:362
 10. _update_batch_command($id = '54360') drush/6.1.0/libexec/commands/core/core.drush.inc:1160
 11. drush_batch_command($id = '54360') drush/6.1.0/libexec/commands/core/drupal/update_7.inc:226
 12. _drush_batch_command($id = '54360') drush/6.1.0/libexec/includes/batch.inc:93
 13. _drush_batch_worker() drush/6.1.0/libexec/commands/core/drupal/batch.inc:99
 14. call_user_func_array:{drush/6.1.0/libexec/commands/core/drupal/batch.inc:149}('drush_update_do_one', array (0 => 'strongarm', 1 => 7201, 2 => array (), 3 => class DrushBatchContext { public $sandbox = array (...); public $results = array (...); public $finished = 1; public $message = ''; public $log = FALSE })) drush/6.1.0/libexec/commands/core/drupal/batch.inc:149
 15. drush_update_do_one($module = 'strongarm', $number = 7201, $dependency_map = array (), $context = class DrushBatchContext { public $sandbox = array (); public $results = array ('user' => array (...), 'taxonomy' => array (...), 'node' => array (...), 'image' => array (...), 'forum' => array (...), 'filter' => array (...), 'comment' => array (...), 'block' => array (...), 'system' => array (...), 'uc_attribute' => array (...), 'wysiwyg' => array (...), 'mollom' => array (...), '#abort' => array (...), 'rules' => array (...), 'uc_order' => array (...), 'views' => array (...), 'uc_store' => array (...), 'twitter' => array (...), 'locale' => array (...), 'themekey' => array (...), 'subscriptions' => array (...), 'userpoints' => array (...), 'uc_product' => array (...), 'custom_breadcrumbs' => array (...), 'date' => array (...), 'backup_migrate' => array (...), 'custom_search' => array (...), 'menu' => array (...), 'uc_taxes' => array (...), 'rules_scheduler' => array (...), 'votingapi' => array (...), 'calendar' => array (...), 'block_class' => array (...), 'i18n' => array (...), 'uc_payment' => array (...), 'menu_block' => array (...), 'uc_stock' => array (...), 'uc_product_kit' => array (...), 'profile' => array (...), 'subscriptions_content' => array (...), 'link' => array (...), 'date_api' => array (...), 'download_count' => array (...), 'imce' => array (...), 'uc_cart' => array (...), 'dblog' => array (...), 'persistent_login' => array (...), 'syntaxhighlighter' => array (...), 'subscriptions_mail' => array (...)); public $finished = 1; public $message = ''; public $log = FALSE }) drush/6.1.0/libexec/commands/core/drupal/batch.inc:149
 16. strongarm_update_7201(array ()) drush/6.1.0/libexec/commands/core/drupal/update_7.inc:73
 17. strongarm_vars_load($sorted = TRUE, $reset = TRUE) sites/all/modules/contrib/strongarm/strongarm.install:25

How this error can be fixed?

CommentFileSizeAuthor
#2 strongarm.install-2128295.patch619 byteskenorb
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

kenorb’s picture

Version: 7.x-2.x-dev » 7.x-2.0
kenorb’s picture

Status: Active » Needs review
FileSize
619 bytes
kenorb’s picture

Priority: Normal » Minor