CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Drupal Installations (Moderator: Piotr Szotkowski) »
  • drush update of non civicrm modules and fusion theme causes error
Pages: [1]

Author Topic: drush update of non civicrm modules and fusion theme causes error  (Read 770 times)

torstenzenk

  • I’m new here
  • *
  • Posts: 5
  • Karma: 0
drush update of non civicrm modules and fusion theme causes error
April 04, 2012, 02:31:59 am
Using drush 4.4, drupal6.25 and civicrm 3.4.8 civicrm causes an error when updating non-civicrm modules and fusion theme:

Executing uc_cart_update_6202                                        [success]
Executing uc_order_update_6016                                       [success]
Executing uc_order_update_6017                                       [success]
ALTER TABLE {uc_order_products} CHANGE `title` `title` VARCHAR(255)  [success]
NOT NULL DEFAULT ''
ALTER TABLE {uc_order_line_items} CHANGE `title` `title` VARCHAR(255)[success]
NOT NULL DEFAULT ''
Executing uc_order_update_6018                                       [success]
ALTER TABLE {uc_orders} ADD `currency` CHAR(3) NOT NULL DEFAULT      [success]
''
Executing uc_order_update_6019                                       [success]
ALTER TABLE {uc_order_products} ADD INDEX qty (qty)                  [success]
ALTER TABLE {uc_order_products} ADD INDEX nid (nid)                  [success]
Executing uc_store_update_6006                                       [success]
DROP TABLE {cache_uc_price}                                          [success]
'all' cache was cleared                                              [success]

!!!I translated the following strings from german to english, so it might not
be exactly what the english version says when having this error!!!

The Block CiviCRM "add new Dataset" was defined at an invalid Region [warning]
left and was deactivated.
The Block CiviCRM "add simply" was defined at an invalid Region [warning]
left and was deactivated.
The Block CiviCRM "upcoming events" was defined at an invalid Region [warning]
left and was deactivated.
Finished performing updates.                                         [ok]
Drush command terminated abnormally due to an unrecoverable error.   [error]
The following updates are pending:

 uc_cart module
 6202 - Unify cart block title setting.


 uc_order module
 6016 - Remove unused setting.
 6017 - Change size of {uc_order_products}.title and
 {uc_order_line_items}.title  to match size of {node}.title.
 6018 - Add currency code field.
 6019 - Add indexes so product and customer reports are usable with large
 datasets.


 uc_store module
 6006 - Remove price cache.


Do you wish to run all pending updates? (y/n): y

Sorry. A non-recoverable error has occurred.
Ein unerwarteter Fehler ist aufgetreten. Bitte posten/stellen sie eine detaillierte Beschreibung des Fehlers und dessen Verlauf in die entsprechenden CiviCRM Foren: http://forum.civicrm.org/



#0  CRM_Core_Error::fatal() called at [/var/www/shop/sites/all/modules/civicrm/CRM/Core/Menu.php:311]
#1  CRM_Core_Menu::getNavigation(1) called at [/var/www/shop/sites/all/modules/civicrm/civicrm.module:759]
#2  civicrm_admin_menu(Array ([admin/by-task] => Array ([title] => By task,[page callback] => system_main_admin_page,[access arguments] => Array ([0] => access administration pages),[file] => system.admin.inc,[type] => 136,[module] => admin_menu,[load_functions] => ,[to_arg_functions] => ,[weight] => 0,[_number_parts] => 2,[_parts] => Array ([0] => admin,[1] => by-task),[_fit] => 3,[_visible] => ,[_tab] => 1,[tab_parent] => admin,[tab_root] => admin,[access callback] => user_access,[page arguments] => Array (),[block callback] => ,[title arguments] => Array (),[title callback] => t,[description] => ,[position] => ,[path] => admin/by-task,[file path] => ,[include file] => modules/system/system.admin.inc,[menu_name] => admin_menu,[link_title] => By task,[link_path] => admin/by-task,[hidden] => 0,[options] => Array ([alter] => 1)))) called at [/var/www/shop/sites/all/modules/admin_menu/admin_menu.inc:51]
#3  _admin_menu_rebuild_links() called at [/var/www/shop/sites/all/modules/admin_menu/admin_menu.module:147]
#4  admin_menu_exit() called at [/var/www/shop/sites/all/modules/admin_menu/admin_menu.drush.inc:11]
#5  admin_menu_drush_exit()
#6  call_user_func_array(admin_menu_drush_exit, Array ()) called at [/home/myname/drush/includes/command.inc:812]
#7  drush_command()
#8  call_user_func_array(drush_command, Array ()) called at [/home/myname/drush/includes/command.inc:214]
#9  drush_dispatch(Array ([description] => Apply any database updates required (as with running update.php).,[bootstrap] => 2,[aliases] => Array ([0] => updb),[command] => updatedb,[command-hook] => updatedb,[callback arguments] => Array (),[commandfile] => core,[path] => /home/myname/drush/commands/core,[engines] => Array (),[callback] => drush_command,[sections] => Array ([examples] => Examples,[arguments] => Arguments,[options] => Options),[arguments] => Array (),[options] => Array (),[examples] => Array (),[deprecated-aliases] => Array (),[core] => Array (),[scope] => site,[drupal dependencies] => Array (),[drush dependencies] => Array (),[bootstrap_errors] => Array (),[topics] => Array (),[hidden] => )) called at [/home/myname/drush/drush.php:101]
#10 drush_main() called at [/home/myname/drush/drush.php:41]

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Drupal Installations (Moderator: Piotr Szotkowski) »
  • drush update of non civicrm modules and fusion theme causes error

This forum was archived on 2017-11-26.