Advertisement
AjitS

Untitled

Jan 28th, 2015
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.42 KB | None | 0 0
  1. apple at Ajits-MacBook-Pro in ~/www/uua-intranet/docroot on master [?]
  2. $ drush @l.uua sql-drop -y
  3. Do you really want to drop all tables in the database l.uua? (y/n): y
  4.  
  5. apple at Ajits-MacBook-Pro in ~/www/uua-intranet/docroot on master [?]
  6. $ drush @l.uua sql-cli < ~/Dropbox/UUA\ Drupal\ SQL/o
  7. orgv1.0.5.sql  orgv1.0.6.sql  
  8.  
  9. apple at Ajits-MacBook-Pro in ~/www/uua-intranet/docroot on master [?]
  10. $ drush @l.uua sql-cli < ~/Dropbox/UUA\ Drupal\ SQL/orgv1.0.6.sql
  11.  
  12. apple at Ajits-MacBook-Pro in ~/www/uua-intranet/docroot on master [?]
  13. $ drush @l.uua updb
  14.  Migrate                       7203  Add database tracking of per-group info.                                                      
  15.  Migrate                       7204  Add database tracking of field mappings.                                                      
  16.  Migrate                       7205  Remove obsolete autoregistration disablement.                                                
  17.  Migrate                       7206  Replace three-column PK with a simple serial.                                                
  18.  Migrate                       7207  Make sure we remove an empty 'default' group created by the previous updates.                
  19.  Migrate_ui                    7201  Make sure we have a higher weight than node.                                                  
  20.  Migrate_ui                    7202  If WordPress Migrate has background imports via drush enabled, copy the  configuration to the
  21.                                      new general Migrate support.                                                                  
  22.  Uua_multi_content_page        7007  7007 -  UUA-1046 - revert after adding print display                                          
  23.  Uua_multi_field_bases_social  7002  Revert after adding uua_multi_formatter_wufoo_print.                                          
  24.  Uua_multi_mini_panels         7003  7003 -  Adding dependency menu_token                                                          
  25.  Uua_multi_sitemap             7000  7000 -  Revert uua_multi_sitemap to remove fromname so it can vary by site                    
  26.  Uua_multi_smtp_settings       7000  7000 -  Revert uua_multi_smtp_settings to remove fromname so it can vary by site              
  27.  Uua_org_content_article       7004  7004 -  UUA-1046 - revert after adding print display                                          
  28.  Uua_org_content_home_page     7003  7003 -  UUA-1046 - revert after adding print display                                          
  29.  Uua_org_content_organization  7003  7003 -  UUA-1046 - revert after adding print display                                          
  30.  Uua_org_content_person        7003  7003 -  UUA-1046 - revert after adding print display                                          
  31.  Uua_org_content_statement     7002  7002 -  UUA-1046 - revert after adding print display                                          
  32.  Uua_org_content_tapestry      7002  7002 -  Updates for uua_org_content_tapestry module                                          
  33.  Uua_org_content_worship_elem  7004  7004 -  UUA-1046 - revert after adding print display                                          
  34.  ent                                                                                                                              
  35.  Uua_org_migration             7001  7001 -  7001: sets permissions for Migrate 2.6                                                
  36.  Uua_org_page_layouts          7001  7001 -  UUA-1458 - revert after removing uua_org_site_nav and UUA-1046 - adding              
  37.                                      uua_multi_print_friendly
  38. Do you wish to run all pending updates? (y/n): y
  39. Create migrate_group table                                                                                              [ok]
  40. Add group relationship to migrate_status table
  41.  
  42. Performed update: migrate_update_7203                                                                                   [ok]
  43. Create migrate_field_mapping table                                                                                      [ok]
  44. Performed update: migrate_update_7204                                                                                   [ok]
  45. Performed update: migrate_update_7205                                                                                   [ok]
  46. Performed update: migrate_ui_update_7201                                                                                [ok]
  47. Performed update: migrate_update_7206                                                                                   [ok]
  48. Performed update: uua_org_content_statement_update_7002                                                                 [ok]
  49. Performed update: uua_org_content_person_update_7003                                                                    [ok]
  50. Performed update: uua_org_content_organization_update_7003                                                              [ok]
  51. Invalid argument supplied for foreach() fences.admin.inc:17                                                             [warning]
  52. Invalid argument supplied for foreach() fences.admin.inc:65                                                             [warning]
  53. array_merge(): Argument #2 is not an array flag_flag.inc:203                                                            [warning]
  54. Invalid argument supplied for foreach() flag_flag.inc:222                                                               [warning]
  55. array_merge(): Argument #2 is not an array flag_flag.inc:203                                                            [warning]
  56.  
  57. Fatal error: Unsupported operand types in /Users/apple/www/uua-intranet/docroot/sites/all/modules/contrib/flag/includes/flag/flag_flag.inc on line 132
  58. Drush command terminated abnormally due to an unrecoverable error.                                                      [error]
  59. Error: Unsupported operand types in
  60. /Users/apple/www/uua-intranet/docroot/sites/all/modules/contrib/flag/includes/flag/flag_flag.inc, line 132
  61. The external command could not be executed due to an application error.                                                 [error]
  62. 'all' cache was cleared.                                                                                                [success]
  63. Printer-friendly Page settings are available under Administration &gt; Configuration &gt; User interface &gt; Printer,  [status]
  64. email and PDF versions
  65. Finished performing updates.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement