Advertisement
Guest User

Error on migrationcheck

a guest
Sep 29th, 2012
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 8.65 KB | None | 0 0
  1. $ python manage.py migrationcheck
  2. /home/systemx/webapps/djcms_tecno/lib/python2.7/django_mptt-0.5.2-py2.7.egg/mptt/models.py:305: DeprecationWarning: Implicit manager CMSPlugin.tree will be removed in django-mptt 0.6.  Explicitly define a TreeManager() on your model to remove this warning.
  3. processing cms
  4. Running migrations for cms:
  5.  - Migrating forwards to 0036_auto__add_field_cmsplugin_changed_date.
  6.  > cms:0001_initial
  7.  > cms:0002_auto_start
  8.  > cms:0003_remove_placeholder
  9.  > cms:0004_textobjects
  10.  > cms:0005_mptt_added_to_plugins
  11.  > text:0001_initial
  12.  > text:0002_freeze
  13.  > cms:0006_apphook
  14.  > cms:0007_apphook_longer
  15.  > cms:0008_redirects
  16.  > cms:0009_added_meta_fields
  17.  > cms:0010_5char_language
  18.  > cms:0011_title_overwrites
  19.  > cms:0012_publisher
  20.  > text:0003_publisher
  21.  > picture:0001_initial
  22.  > picture:0002_link_rename
  23.  > picture:0003_freeze
  24.  > picture:0004_publisher
  25.  > link:0001_initial
  26.  > link:0002_link_rename
  27.  > link:0003_page_link
  28.  > link:0004_larger_link_names
  29.  > link:0005_publisher
  30.  > googlemap:0001_initial
  31.  > file:0001_initial
  32.  > file:0002_freeze
  33.  > file:0003_publisher
  34.  > cms:0013_site_copy
  35.  > cms:0014_sites_removed
  36.  > cms:0015_modified_by_added
  37.  > cms:0016_author_copy
  38.  > cms:0017_author_removed
  39.  > cms:0018_site_permissions
  40.  > cms:0019_public_table_renames
  41.  > text:0004_table_rename
  42. FATAL ERROR - The following SQL query failed:
  43.                 SELECT kc.constraint_name, kc.column_name, c.constraint_type
  44.                 FROM information_schema.constraint_column_usage AS kc
  45.                 JOIN information_schema.table_constraints AS c ON
  46.                     kc.table_schema = c.table_schema AND
  47.                     kc.table_name = c.table_name AND
  48.                     kc.constraint_name = c.constraint_name
  49.                 WHERE
  50.                     kc.table_schema = %s AND
  51.                     kc.table_name = %s
  52.            
  53. The error was: no such table: information_schema.constraint_column_usage
  54.  > text:0005_publisher2
  55.  > teaser:0001_initial
  56.  > teaser:0002_publisher2
  57.  > picture:0005_table_rename
  58. FATAL ERROR - The following SQL query failed:
  59.                 SELECT kc.constraint_name, kc.column_name, c.constraint_type
  60.                 FROM information_schema.constraint_column_usage AS kc
  61.                 JOIN information_schema.table_constraints AS c ON
  62.                     kc.table_schema = c.table_schema AND
  63.                     kc.table_name = c.table_name AND
  64.                     kc.constraint_name = c.constraint_name
  65.                 WHERE
  66.                     kc.table_schema = %s AND
  67.                     kc.table_name = %s
  68.            
  69. The error was: no such table: information_schema.constraint_column_usage
  70.  > picture:0006_float_added
  71.  > picture:0007_publisher2
  72.  > link:0006_table_rename
  73. FATAL ERROR - The following SQL query failed:
  74.                 SELECT kc.constraint_name, kc.column_name, c.constraint_type
  75.                 FROM information_schema.constraint_column_usage AS kc
  76.                 JOIN information_schema.table_constraints AS c ON
  77.                     kc.table_schema = c.table_schema AND
  78.                     kc.table_name = c.table_name AND
  79.                     kc.constraint_name = c.constraint_name
  80.                 WHERE
  81.                     kc.table_schema = %s AND
  82.                     kc.table_name = %s
  83.            
  84. The error was: no such table: information_schema.constraint_column_usage
  85.  > link:0007_publisher2
  86.  > googlemap:0002_table_rename
  87. FATAL ERROR - The following SQL query failed:
  88.                 SELECT kc.constraint_name, kc.column_name, c.constraint_type
  89.                 FROM information_schema.constraint_column_usage AS kc
  90.                 JOIN information_schema.table_constraints AS c ON
  91.                     kc.table_schema = c.table_schema AND
  92.                     kc.table_name = c.table_name AND
  93.                     kc.constraint_name = c.constraint_name
  94.                 WHERE
  95.                     kc.table_schema = %s AND
  96.                     kc.table_name = %s
  97.            
  98. The error was: no such table: information_schema.constraint_column_usage
  99.  > googlemap:0003_address_unified
  100.  > googlemap:0004_copy_address
  101.  > googlemap:0005_delete_street
  102.  > googlemap:0006_publisher2
  103.  > file:0004_table_rename
  104. FATAL ERROR - The following SQL query failed:
  105.                 SELECT kc.constraint_name, kc.column_name, c.constraint_type
  106.                 FROM information_schema.constraint_column_usage AS kc
  107.                 JOIN information_schema.table_constraints AS c ON
  108.                     kc.table_schema = c.table_schema AND
  109.                     kc.table_name = c.table_name AND
  110.                     kc.constraint_name = c.constraint_name
  111.                 WHERE
  112.                     kc.table_schema = %s AND
  113.                     kc.table_name = %s
  114.            
  115. The error was: no such table: information_schema.constraint_column_usage
  116.  > file:0005_publisher2
  117.  > cms:0020_advanced_permissions
  118.  > cms:0021_publisher2
  119.  > cms:0022_login_required_added
  120.  > cms:0023_plugin_table_naming_function_changed
  121.  > cms:0024_added_placeholder_model
  122.  > cms:0025_placeholder_migration
  123.  - Migration 'cms:0025_placeholder_migration' is marked for no-dry-run.
  124.  > cms:0026_finish_placeholder_migration
  125.  > cms:0027_added_width_to_placeholder
  126.  > cms:0028_limit_visibility_in_menu_step1of3
  127.  > cms:0029_limit_visibility_in_menu_step2of3_data
  128.  - Migration 'cms:0029_limit_visibility_in_menu_step2of3_data' is marked for no-dry-run.
  129.  > cms:0030_limit_visibility_in_menu_step3of3
  130.  > cms:0031_improved_language_code_support
  131.  > cms:0032_auto__del_field_cmsplugin_publisher_public__del_field_cmsplugin_publis
  132.  > cms:0033_auto__del_field_title_publisher_is_draft__del_field_title_publisher_st
  133.  > cms:0034_auto__chg_field_title_language__chg_field_cmsplugin_language__add_fiel
  134. /home/systemx/webapps/djcms_tecno/lib/python2.7/django/db/models/fields/__init__.py:808: RuntimeWarning: DateTimeField received a naive datetime (1969-12-31 18:00:00) while time zone support is active.
  135.   RuntimeWarning)
  136.  > cms:0035_auto__add_field_globalpagepermission_can_view__add_field_pagepermissio
  137.  > cms:0036_auto__add_field_cmsplugin_changed_date
  138.  - Loading initial data for cms.
  139. Installed 0 object(s) from 0 fixture(s)
  140. processing menus
  141. Running migrations for menus:
  142.  - Migrating forwards to 0001_initial.
  143.  > menus:0001_initial
  144.  - Loading initial data for menus.
  145. Installed 0 object(s) from 0 fixture(s)
  146. processing cms.plugins.file
  147. Running migrations for file:
  148. - Nothing to migrate.
  149.  - Loading initial data for file.
  150. Installed 0 object(s) from 0 fixture(s)
  151. processing cms.plugins.googlemap
  152. Running migrations for googlemap:
  153.  - Migrating forwards to 0012_auto__add_field_googlemap_width__add_field_googlemap_height__chg_field.
  154.  > googlemap:0007_latlng
  155.  > googlemap:0008_routeplaner
  156.  > googlemap:0009_routeplaner_title
  157.  > googlemap:0010_auto__chg_field_googlemap_content
  158.  > googlemap:0011_remove_zoom_null_values
  159.  - Migration 'googlemap:0011_remove_zoom_null_values' is marked for no-dry-run.
  160.  > googlemap:0012_auto__add_field_googlemap_width__add_field_googlemap_height__chg_field
  161.  ! Error found during real run of migration! Aborting.
  162.  
  163.  ! Since you have a database that does not support running
  164.  ! schema-altering statements in transactions, we have had
  165.  ! to leave it in an interim state between migrations.
  166.  
  167. ! You *might* be able to recover with:
  168.  ! The South developers regret this has happened, and would
  169.  ! like to gently persuade you to consider a slightly
  170.  ! easier-to-deal-with DBMS (one that supports DDL transactions)
  171.  ! NOTE: The error which caused the migration to fail is further up.
  172. Error in migration: googlemap:0012_auto__add_field_googlemap_width__add_field_googlemap_height__chg_field
  173. Failed to migrate cms.plugins.googlemap; see output for hints at missing dependencies:
  174. not enough arguments for format string
  175. processing cms.plugins.link
  176. Running migrations for link:
  177.  - Migrating forwards to 0009_add_target.
  178.  > link:0008_mailto
  179.  > link:0009_add_target
  180.  - Loading initial data for link.
  181. Installed 0 object(s) from 0 fixture(s)
  182. processing cms.plugins.picture
  183. Running migrations for picture:
  184.  - Migrating forwards to 0008_longdesc_added.
  185.  > picture:0008_longdesc_added
  186.  - Loading initial data for picture.
  187. Installed 0 object(s) from 0 fixture(s)
  188. processing cms.plugins.teaser
  189. Running migrations for teaser:
  190. - Nothing to migrate.
  191.  - Loading initial data for teaser.
  192. Installed 0 object(s) from 0 fixture(s)
  193. processing cms.plugins.text
  194. Running migrations for text:
  195.  - Migrating forwards to 0006_2_1_4_upgrade.
  196.  > text:0006_2_1_4_upgrade
  197.  - Migration 'text:0006_2_1_4_upgrade' is marked for no-dry-run.
  198.  - Loading initial data for text.
  199. Installed 0 object(s) from 0 fixture(s)
  200. Error: Missing depends_on found in 1 app(s).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement