Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
485
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. An exception occurred while executing 'SELECT t0.id AS id_1, t0.email AS email_2, t0.source AS source_3, t0.lang AS lang_4, t0.db_host AS db_host_5, t0.db_name AS db_name_6, t0.static_key AS static_key_7, t0.next_payment_at AS next_payment_at_8, t0.trial_end_at AS trial_end_at_9, t0.state AS state_10, t0.is_blocked AS is_blocked_11, t0.is_sync_blocked AS is_sync_blocked_12, t0.is_testing_account AS is_testing_account_13, t0.variables AS variables_14, t0.created_at AS created_at_15, t0.updated_at AS updated_at_16, t17.id AS id_18, t17.price_net AS price_net_19, t17.tax_percentage AS tax_percentage_20, t17.tax_value AS tax_value_21, t17.tax_exempt AS tax_exempt_22, t17.price_gross AS price_gross_23, t17.currency AS currency_24, t17.plan_code AS plan_code_25, t17.card_first_six AS card_first_six_26, t17.card_last_four AS card_last_four_27, t17.card_type AS card_type_28, t17.expiration_month AS expiration_month_29, t17.expiration_year AS expiration_year_30, t17.last_token_id AS last_token_id_31, t17.add_ons AS add_ons_32, t17.subscription_uuid AS subscription_uuid_33, t17.upgrade_plan_code AS upgrade_plan_code_34, t17.to_upgrade AS to_upgrade_35, t17.upgrade_at AS upgrade_at_36, t17.has_account AS has_account_37, t17.email AS email_38, t17.first_name AS first_name_39, t17.last_name AS last_name_40, t17.billing_type AS billing_type_41, t17.company_name AS company_name_42, t17.vat_number AS vat_number_43, t17.address_1 AS address_1_44, t17.address_2 AS address_2_45, t17.city AS city_46, t17.state AS state_47, t17.zip_code AS zip_code_48, t17.country AS country_49, t17.phone_number AS phone_number_50, t17.created_at AS created_at_51, t17.updated_at AS updated_at_52, t17.shop_id ASshop_id_53 FROM shop t0 LEFT JOIN shop_billing_info t17 ON t17.shop_id = t0.id WHERE t0.id = ?' with params [1]:
  2.   SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.is_sync_blocked' in 'field list'
  3.  
  4.  
  5.  
  6.   [Doctrine\DBAL\Driver\PDOException]
  7.   SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.is_sync_blocked' in 'field list'
  8.  
  9.  
  10.  
  11.   [PDOException]
  12.   SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.is_sync_blocked' in 'field list'
  13.  
  14.  
  15. doctrine:database:create [--connection [CONNECTION]] [--if-not-exists] [--shard SHARD] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-s|--shell] [--process-isolation] [-e|--env ENV] [--no-debug] [--] <command>
  16.  
  17.  [Exec]  Exit code 1  Time 1.62s
  18.  [Exec] Running bin/backend doctrine:database:create --connection=shop --shard=2 --if-not-exists --env=dev
  19.  
  20.  
  21.   [Doctrine\DBAL\Exception\InvalidFieldNameException]
  22.   An exception occurred while executing 'SELECT t0.id AS id_1, t0.email AS email_2, t0.source AS source_3, t0.lang AS lang_4, t0.db_host AS db_host_5, t0.db_name AS db_name_6, t0.static_key AS static_key_7, t0.next_payment_at AS next_payment_at_8, t0.trial_end_at AS trial_end_at_9, t0.state AS state_10, t0.is_blocked AS is_blocked_11, t0.is_sync_blocked AS is_sync_blocked_12, t0.is_testing_account AS is_testing_account_13, t0.variables AS variables_14, t0.created_at AS created_at_15, t0.updated_at AS updated_at_16, t17.id AS id_18, t17.price_net AS price_net_19, t17.tax_percentage AS tax_percentage_20, t17.tax_value AS tax_value_21, t17.tax_exempt AS tax_exempt_22, t17.price_gross AS price_gross_23, t17.currency AS currency_24, t17.plan_code AS plan_code_25, t17.card_first_six AS card_first_six_26, t17.card_last_four AS card_last_four_27, t17.card_type AS card_type_28, t17.expiration_month AS expiration_month_29, t17.expiration_year AS expiration_year_30, t17.last_token_id AS last_token_id_31, t17.add_ons AS add_ons_32, t17.subscription_uuid AS subscription_uuid_33, t17.upgrade_plan_code AS upgrade_plan_code_34, t17.to_upgrade AS to_upgrade_35, t17.upgrade_at AS upgrade_at_36, t17.has_account AS has_account_37, t17.email AS email_38, t17.first_name AS first_name_39, t17.last_name AS last_name_40, t17.billing_type AS billing_type_41, t17.company_name AS company_name_42, t17.vat_number AS vat_number_43, t17.address_1 AS address_1_44, t17.address_2 AS address_2_45, t17.city AS city_46, t17.state AS state_47, t17.zip_code AS zip_code_48, t17.country AS country_49, t17.phone_number AS phone_number_50, t17.created_at AS created_at_51, t17.updated_at AS updated_at_52, t17.shop_id ASshop_id_53 FROM shop t0 LEFT JOIN shop_billing_info t17 ON t17.shop_id = t0.id WHERE t0.id = ?' with params [2]:
  23.   SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.is_sync_blocked' in 'field list'
  24.  
  25.  
  26.  
  27.   [Doctrine\DBAL\Driver\PDOException]
  28.   SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.is_sync_blocked' in 'field list'
  29.  
  30.  
  31.  
  32.   [PDOException]
  33.   SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.is_sync_blocked' in 'field list'
  34.  
  35.  
  36. doctrine:database:create [--connection [CONNECTION]] [--if-not-exists] [--shard SHARD] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-s|--shell] [--process-isolation] [-e|--env ENV] [--no-debug] [--] <command>
  37.  
  38.  [Exec]  Exit code 1  Time 1.369s
  39.  [Exec] Running bin/backend doctrine:database:create --connection=shop --shard=3 --if-not-exists --env=dev
  40.  
  41.  
  42.   [Doctrine\DBAL\Exception\InvalidFieldNameException]
  43.   An exception occurred while executing 'SELECT t0.id AS id_1, t0.email AS email_2, t0.source AS source_3, t0.lang AS lang_4, t0.db_host AS db_host_5, t0.db_name AS db_name_6, t0.static_key AS static_key_7, t0.next_payment_at AS next_payment_at_8, t0.trial_end_at AS trial_end_at_9, t0.state AS state_10, t0.is_blocked AS is_blocked_11, t0.is_sync_blocked AS is_sync_blocked_12, t0.is_testing_account AS is_testing_account_13, t0.variables AS variables_14, t0.created_at AS created_at_15, t0.updated_at AS updated_at_16, t17.id AS id_18, t17.price_net AS price_net_19, t17.tax_percentage AS tax_percentage_20, t17.tax_value AS tax_value_21, t17.tax_exempt AS tax_exempt_22, t17.price_gross AS price_gross_23, t17.currency AS currency_24, t17.plan_code AS plan_code_25, t17.card_first_six AS card_first_six_26, t17.card_last_four AS card_last_four_27, t17.card_type AS card_type_28, t17.expiration_month AS expiration_month_29, t17.expiration_year AS expiration_year_30, t17.last_token_id AS last_token_id_31, t17.add_ons AS add_ons_32, t17.subscription_uuid AS subscription_uuid_33, t17.upgrade_plan_code AS upgrade_plan_code_34, t17.to_upgrade AS to_upgrade_35, t17.upgrade_at AS upgrade_at_36, t17.has_account AS has_account_37, t17.email AS email_38, t17.first_name AS first_name_39, t17.last_name AS last_name_40, t17.billing_type AS billing_type_41, t17.company_name AS company_name_42, t17.vat_number AS vat_number_43, t17.address_1 AS address_1_44, t17.address_2 AS address_2_45, t17.city AS city_46, t17.state AS state_47, t17.zip_code AS zip_code_48, t17.country AS country_49, t17.phone_number AS phone_number_50, t17.created_at AS created_at_51, t17.updated_at AS updated_at_52, t17.shop_id ASshop_id_53 FROM shop t0 LEFT JOIN shop_billing_info t17 ON t17.shop_id = t0.id WHERE t0.id = ?' with params [3]:
  44.   SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.is_sync_blocked' in 'field list'
  45.  
  46.  
  47.  
  48.   [Doctrine\DBAL\Driver\PDOException]
  49.   SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.is_sync_blocked' in 'field list'
  50.  
  51.  
  52.  
  53.   [PDOException]
  54.   SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.is_sync_blocked' in 'field list'
  55.  
  56.  
  57. doctrine:database:create [--connection [CONNECTION]] [--if-not-exists] [--shard SHARD] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-s|--shell] [--process-isolation] [-e|--env ENV] [--no-debug] [--] <command>
  58.  
  59.  [Exec]  Exit code 1  Time 1.109s
  60.  [Exec] Running bin/webhooks doctrine:database:create --if-not-exists --env=dev
  61. Database `omnisale_webhooks` for connection named webhooks already exists. Skipped.
  62.  [Exec] Done in 0.581s
  63.  [Exec] Running bin/backend doctrine:migrations:all-databases --env=dev
  64.  
  65.                     Core Migrations
  66.  
  67.  
  68.  
  69. WARNING! You have 1 previously executed migrations in the database that are not registered migrations.
  70.     >> 2017-07-04 14:55:49 (20170704145549)
  71.  
  72. Migrating up to 20170920091337 from 20170824144430
  73.  
  74.  
  75.   ++ migrating 20170908095527
  76.  
  77.      -> ALTER TABLE channel ADD allowed_countries LONGTEXT DEFAULT NULL COMMENT '(DC2Type:json_array)', ADD restricted_copy VARCHAR(255) DEFAULT NULL, ADDadditional_info LONGTEXT DEFAULT NULL
  78.  
  79. Migration 20170908095527 failed during Execution. Error An exception occurred while executing 'ALTER TABLE channel ADD allowed_countries LONGTEXT DEFAULT NULL COMMENT '(DC2Type:json_array)', ADD restricted_copy VARCHAR(255) DEFAULT NULL, ADD additional_info LONGTEXT DEFAULT NULL':
  80.  
  81. SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'allowed_countries'
  82.  
  83.  
  84.  
  85.  
  86.   [Doctrine\DBAL\Exception\NonUniqueFieldNameException]
  87.   An exception occurred while executing 'ALTER TABLE channel ADD allowed_countries LONGTEXT DEFAULT NULL COMMENT '(DC2Type:json_array)', ADD restricted_copy VARCHAR(255) DEFAULT NULL, ADD additional_info LONGTEXT DEFAULT NULL':
  88.   SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'allowed_countries'
  89.  
  90.  
  91.  
  92.  
  93.   [Doctrine\DBAL\Driver\PDOException]
  94.   SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'allowed_countries'
  95.  
  96.  
  97.  
  98.  
  99.   [PDOException]
  100.   SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'allowed_countries'
  101.  
  102.  
  103. doctrine:migrations:migrate [--write-sql] [--dry-run] [--query-time] [--allow-no-migration] [--configuration [CONFIGURATION]] [--db-configuration [DB-CONFIGURATION]] [--db DB] [--em EM] [--shard SHARD] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-s|--shell] [--process-isolation] [-e|--env ENV] [--no-debug] [--] <command> [<version>]
  104.  
  105.  
  106.  
  107.  
  108.  
  109.   [Doctrine\DBAL\Exception\InvalidFieldNameException]
  110.   An exception occurred while executing 'SELECT t0.id AS id_1, t0.email AS email_2, t0.source AS source_3, t0.lang AS lang_4, t0.db_host AS db_host_5, t0.db_name AS db_name_6, t0.static_key AS static_key_7, t0.next_payment_at AS next_payment_at_8, t0.trial_end_at AS trial_end_at_9, t0.state AS state_10, t0.is_blocked AS is_blocked_11, t0.is_sync_blocked AS is_sync_blocked_12, t0.is_testing_account AS is_testing_account_13, t0.variables AS variables_14, t0.created_at AS created_at_15, t0.updated_at AS updated_at_16, t17.id AS id_18, t17.price_net AS price_net_19, t17.tax_percentage AS tax_percentage_20, t17.tax_value AS tax_value_21, t17.tax_exempt AS tax_exempt_22, t17.price_gross AS price_gross_23, t17.currency AS currency_24, t17.plan_code AS plan_code_25, t17.card_first_six AS card_first_six_26, t17.card_last_four AS card_last_four_27, t17.card_type AS card_type_28, t17.expiration_month AS expiration_month_29, t17.expiration_year AS expiration_year_30, t17.last_token_id AS last_token_id_31, t17.add_ons AS add_ons_32, t17.subscription_uuid AS subscription_uuid_33, t17.upgrade_plan_code AS upgrade_plan_code_34, t17.to_upgrade AS to_upgrade_35, t17.upgrade_at AS upgrade_at_36, t17.has_account AS has_account_37, t17.email AS email_38, t17.first_name AS first_name_39, t17.last_name AS last_name_40, t17.billing_type AS billing_type_41, t17.company_name AS company_name_42, t17.vat_number AS vat_number_43, t17.address_1 AS address_1_44, t17.address_2 AS address_2_45, t17.city AS city_46, t17.state AS state_47, t17.zip_code AS zip_code_48, t17.country AS country_49, t17.phone_number AS phone_number_50, t17.created_at AS created_at_51, t17.updated_at AS updated_at_52, t17.shop_id ASshop_id_53 FROM shop t0 LEFT JOIN shop_billing_info t17 ON t17.shop_id = t0.id WHERE t0.id = ?' with params [23]:
  111.   SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.is_sync_blocked' in 'field list'
  112.  
  113.  
  114.  
  115.  
  116.   [Doctrine\DBAL\Driver\PDOException]
  117.   SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.is_sync_blocked' in 'field list'
  118.  
  119.  
  120.  
  121.  
  122.   [PDOException]
  123.   SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.is_sync_blocked' in 'field list'
  124.  
  125.  
  126. doctrine:migrations:migrate [--write-sql] [--dry-run] [--query-time] [--allow-no-migration] [--configuration [CONFIGURATION]] [--db-configuration [DB-CONFIGURATION]] [--db DB] [--em EM] [--shard SHARD] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-s|--shell] [--process-isolation] [-e|--env ENV] [--no-debug] [--] <command> [<version>]
  127.  
  128.  
  129.  
  130.  
  131.  
  132.   [Doctrine\DBAL\Exception\InvalidFieldNameException]
  133.   An exception occurred while executing 'SELECT t0.id AS id_1, t0.email AS email_2, t0.source AS source_3, t0.lang AS lang_4, t0.db_host AS db_host_5, t0.db_name AS db_name_6, t0.static_key AS static_key_7, t0.next_payment_at AS next_payment_at_8, t0.trial_end_at AS trial_end_at_9, t0.state AS state_10, t0.is_blocked AS is_blocked_11, t0.is_sync_blocked AS is_sync_blocked_12, t0.is_testing_account AS is_testing_account_13, t0.variables AS variables_14, t0.created_at AS created_at_15, t0.updated_at AS updated_at_16, t17.id AS id_18, t17.price_net AS price_net_19, t17.tax_percentage AS tax_percentage_20, t17.tax_value AS tax_value_21, t17.tax_exempt AS tax_exempt_22, t17.price_gross AS price_gross_23, t17.currency AS currency_24, t17.plan_code AS plan_code_25, t17.card_first_six AS card_first_six_26, t17.card_last_four AS card_last_four_27, t17.card_type AS card_type_28, t17.expiration_month AS expiration_month_29, t17.expiration_year AS expiration_year_30, t17.last_token_id AS last_token_id_31, t17.add_ons AS add_ons_32, t17.subscription_uuid AS subscription_uuid_33, t17.upgrade_plan_code AS upgrade_plan_code_34, t17.to_upgrade AS to_upgrade_35, t17.upgrade_at AS upgrade_at_36, t17.has_account AS has_account_37, t17.email AS email_38, t17.first_name AS first_name_39, t17.last_name AS last_name_40, t17.billing_type AS billing_type_41, t17.company_name AS company_name_42, t17.vat_number AS vat_number_43, t17.address_1 AS address_1_44, t17.address_2 AS address_2_45, t17.city AS city_46, t17.state AS state_47, t17.zip_code AS zip_code_48, t17.country AS country_49, t17.phone_number AS phone_number_50, t17.created_at AS created_at_51, t17.updated_at AS updated_at_52, t17.shop_id ASshop_id_53 FROM shop t0 LEFT JOIN shop_billing_info t17 ON t17.shop_id = t0.id WHERE t0.id = ?' with params [19]:
  134.   SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.is_sync_blocked' in 'field list'
  135.  
  136.  
  137.  
  138.  
  139.   [Doctrine\DBAL\Driver\PDOException]
  140.   SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.is_sync_blocked' in 'field list'
  141.  
  142.  
  143.  
  144.  
  145.   [PDOException]
  146.   SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.is_sync_blocked' in 'field list'
  147.  
  148.  
  149. doctrine:migrations:migrate [--write-sql] [--dry-run] [--query-time] [--allow-no-migration] [--configuration [CONFIGURATION]] [--db-configuration [DB-CONFIGURATION]] [--db DB] [--em EM] [--shard SHARD] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-s|--shell] [--process-isolation] [-e|--env ENV] [--no-debug] [--] <command> [<version>]
  150.  
  151.  
  152.  
  153.  
  154.  
  155.   [Doctrine\DBAL\Exception\InvalidFieldNameException]
  156.   An exception occurred while executing 'SELECT t0.id AS id_1, t0.email AS email_2, t0.source AS source_3, t0.lang AS lang_4, t0.db_host AS db_host_5, t0.db_name AS db_name_6, t0.static_key AS static_key_7, t0.next_payment_at AS next_payment_at_8, t0.trial_end_at AS trial_end_at_9, t0.state AS state_10, t0.is_blocked AS is_blocked_11, t0.is_sync_blocked AS is_sync_blocked_12, t0.is_testing_account AS is_testing_account_13, t0.variables AS variables_14, t0.created_at AS created_at_15, t0.updated_at AS updated_at_16, t17.id AS id_18, t17.price_net AS price_net_19, t17.tax_percentage AS tax_percentage_20, t17.tax_value AS tax_value_21, t17.tax_exempt AS tax_exempt_22, t17.price_gross AS price_gross_23, t17.currency AS currency_24, t17.plan_code AS plan_code_25, t17.card_first_six AS card_first_six_26, t17.card_last_four AS card_last_four_27, t17.card_type AS card_type_28, t17.expiration_month AS expiration_month_29, t17.expiration_year AS expiration_year_30, t17.last_token_id AS last_token_id_31, t17.add_ons AS add_ons_32, t17.subscription_uuid AS subscription_uuid_33, t17.upgrade_plan_code AS upgrade_plan_code_34, t17.to_upgrade AS to_upgrade_35, t17.upgrade_at AS upgrade_at_36, t17.has_account AS has_account_37, t17.email AS email_38, t17.first_name AS first_name_39, t17.last_name AS last_name_40, t17.billing_type AS billing_type_41, t17.company_name AS company_name_42, t17.vat_number AS vat_number_43, t17.address_1 AS address_1_44, t17.address_2 AS address_2_45, t17.city AS city_46, t17.state AS state_47, t17.zip_code AS zip_code_48, t17.country AS country_49, t17.phone_number AS phone_number_50, t17.created_at AS created_at_51, t17.updated_at AS updated_at_52, t17.shop_id ASshop_id_53 FROM shop t0 LEFT JOIN shop_billing_info t17 ON t17.shop_id = t0.id WHERE t0.id = ?' with params [20]:
  157.   SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.is_sync_blocked' in 'field list'
  158.  
  159.  
  160.  
  161.  
  162.   [Doctrine\DBAL\Driver\PDOException]
  163.   SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.is_sync_blocked' in 'field list'
  164.  
  165.  
  166.  
  167.  
  168.   [PDOException]
  169.   SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.is_sync_blocked' in 'field list'
  170.  
  171.  
  172. doctrine:migrations:migrate [--write-sql] [--dry-run] [--query-time] [--allow-no-migration] [--configuration [CONFIGURATION]] [--db-configuration [DB-CONFIGURATION]] [--db DB] [--em EM] [--shard SHARD] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-s|--shell] [--process-isolation] [-e|--env ENV] [--no-debug] [--] <command> [<version>]
  173.  
  174.  
  175.  
  176.  
  177.  
  178.   [Doctrine\DBAL\Exception\InvalidFieldNameException]
  179.   An exception occurred while executing 'SELECT t0.id AS id_1, t0.email AS email_2, t0.source AS source_3, t0.lang AS lang_4, t0.db_host AS db_host_5, t0.db_name AS db_name_6, t0.static_key AS static_key_7, t0.next_payment_at AS next_payment_at_8, t0.trial_end_at AS trial_end_at_9, t0.state AS state_10, t0.is_blocked AS is_blocked_11, t0.is_sync_blocked AS is_sync_blocked_12, t0.is_testing_account AS is_testing_account_13, t0.variables AS variables_14, t0.created_at AS created_at_15, t0.updated_at AS updated_at_16, t17.id AS id_18, t17.price_net AS price_net_19, t17.tax_percentage AS tax_percentage_20, t17.tax_value AS tax_value_21, t17.tax_exempt AS tax_exempt_22, t17.price_gross AS price_gross_23, t17.currency AS currency_24, t17.plan_code AS plan_code_25, t17.card_first_six AS card_first_six_26, t17.card_last_four AS card_last_four_27, t17.card_type AS card_type_28, t17.expiration_month AS expiration_month_29, t17.expiration_year AS expiration_year_30, t17.last_token_id AS last_token_id_31, t17.add_ons AS add_ons_32, t17.subscription_uuid AS subscription_uuid_33, t17.upgrade_plan_code AS upgrade_plan_code_34, t17.to_upgrade AS to_upgrade_35, t17.upgrade_at AS upgrade_at_36, t17.has_account AS has_account_37, t17.email AS email_38, t17.first_name AS first_name_39, t17.last_name AS last_name_40, t17.billing_type AS billing_type_41, t17.company_name AS company_name_42, t17.vat_number AS vat_number_43, t17.address_1 AS address_1_44, t17.address_2 AS address_2_45, t17.city AS city_46, t17.state AS state_47, t17.zip_code AS zip_code_48, t17.country AS country_49, t17.phone_number AS phone_number_50, t17.created_at AS created_at_51, t17.updated_at AS updated_at_52, t17.shop_id ASshop_id_53 FROM shop t0 LEFT JOIN shop_billing_info t17 ON t17.shop_id = t0.id WHERE t0.id = ?' with params [22]:
  180.   SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.is_sync_blocked' in 'field list'
  181.  
  182.  
  183.  
  184.  
  185.   [Doctrine\DBAL\Driver\PDOException]
  186.   SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.is_sync_blocked' in 'field list'
  187.  
  188.  
  189.  
  190.  
  191.   [PDOException]
  192.   SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.is_sync_blocked' in 'field list'
  193.  
  194.  
  195. doctrine:migrations:migrate [--write-sql] [--dry-run] [--query-time] [--allow-no-migration] [--configuration [CONFIGURATION]] [--db-configuration [DB-CONFIGURATION]] [--db DB] [--em EM] [--shard SHARD] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-s|--shell] [--process-isolation] [-e|--env ENV] [--no-debug] [--] <command> [<version>]
  196.  
  197.  
  198.  
  199.  
  200.  
  201.   [Doctrine\DBAL\Exception\InvalidFieldNameException]
  202.   An exception occurred while executing 'SELECT t0.id AS id_1, t0.email AS email_2, t0.source AS source_3, t0.lang AS lang_4, t0.db_host AS db_host_5, t0.db_name AS db_name_6, t0.static_key AS static_key_7, t0.next_payment_at AS next_payment_at_8, t0.trial_end_at AS trial_end_at_9, t0.state AS state_10, t0.is_blocked AS is_blocked_11, t0.is_sync_blocked AS is_sync_blocked_12, t0.is_testing_account AS is_testing_account_13, t0.variables AS variables_14, t0.created_at AS created_at_15, t0.updated_at AS updated_at_16, t17.id AS id_18, t17.price_net AS price_net_19, t17.tax_percentage AS tax_percentage_20, t17.tax_value AS tax_value_21, t17.tax_exempt AS tax_exempt_22, t17.price_gross AS price_gross_23, t17.currency AS currency_24, t17.plan_code AS plan_code_25, t17.card_first_six AS card_first_six_26, t17.card_last_four AS card_last_four_27, t17.card_type AS card_type_28, t17.expiration_month AS expiration_month_29, t17.expiration_year AS expiration_year_30, t17.last_token_id AS last_token_id_31, t17.add_ons AS add_ons_32, t17.subscription_uuid AS subscription_uuid_33, t17.upgrade_plan_code AS upgrade_plan_code_34, t17.to_upgrade AS to_upgrade_35, t17.upgrade_at AS upgrade_at_36, t17.has_account AS has_account_37, t17.email AS email_38, t17.first_name AS first_name_39, t17.last_name AS last_name_40, t17.billing_type AS billing_type_41, t17.company_name AS company_name_42, t17.vat_number AS vat_number_43, t17.address_1 AS address_1_44, t17.address_2 AS address_2_45, t17.city AS city_46, t17.state AS state_47, t17.zip_code AS zip_code_48, t17.country AS country_49, t17.phone_number AS phone_number_50, t17.created_at AS created_at_51, t17.updated_at AS updated_at_52, t17.shop_id ASshop_id_53 FROM shop t0 LEFT JOIN shop_billing_info t17 ON t17.shop_id = t0.id WHERE t0.id = ?' with params [21]:
  203.   SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.is_sync_blocked' in 'field list'
  204.  
  205.  
  206.  
  207.  
  208.   [Doctrine\DBAL\Driver\PDOException]
  209.   SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.is_sync_blocked' in 'field list'
  210.  
  211.  
  212.  
  213.  
  214.   [PDOException]
  215.   SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.is_sync_blocked' in 'field list'
  216.  
  217.  
  218. doctrine:migrations:migrate [--write-sql] [--dry-run] [--query-time] [--allow-no-migration] [--configuration [CONFIGURATION]] [--db-configuration [DB-CONFIGURATION]] [--db DB] [--em EM] [--shard SHARD] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-s|--shell] [--process-isolation] [-e|--env ENV] [--no-debug] [--] <command> [<version>]
  219.  
  220.  
  221.  
  222.  
  223.  
  224.   [Doctrine\DBAL\Exception\InvalidFieldNameException]
  225.   An exception occurred while executing 'SELECT t0.id AS id_1, t0.email AS email_2, t0.source AS source_3, t0.lang AS lang_4, t0.db_host AS db_host_5, t0.db_name AS db_name_6, t0.static_key AS static_key_7, t0.next_payment_at AS next_payment_at_8, t0.trial_end_at AS trial_end_at_9, t0.state AS state_10, t0.is_blocked AS is_blocked_11, t0.is_sync_blocked AS is_sync_blocked_12, t0.is_testing_account AS is_testing_account_13, t0.variables AS variables_14, t0.created_at AS created_at_15, t0.updated_at AS updated_at_16, t17.id AS id_18, t17.price_net AS price_net_19, t17.tax_percentage AS tax_percentage_20, t17.tax_value AS tax_value_21, t17.tax_exempt AS tax_exempt_22, t17.price_gross AS price_gross_23, t17.currency AS currency_24, t17.plan_code AS plan_code_25, t17.card_first_six AS card_first_six_26, t17.card_last_four AS card_last_four_27, t17.card_type AS card_type_28, t17.expiration_month AS expiration_month_29, t17.expiration_year AS expiration_year_30, t17.last_token_id AS last_token_id_31, t17.add_ons AS add_ons_32, t17.subscription_uuid AS subscription_uuid_33, t17.upgrade_plan_code AS upgrade_plan_code_34, t17.to_upgrade AS to_upgrade_35, t17.upgrade_at AS upgrade_at_36, t17.has_account AS has_account_37, t17.email AS email_38, t17.first_name AS first_name_39, t17.last_name AS last_name_40, t17.billing_type AS billing_type_41, t17.company_name AS company_name_42, t17.vat_number AS vat_number_43, t17.address_1 AS address_1_44, t17.address_2 AS address_2_45, t17.city AS city_46, t17.state AS state_47, t17.zip_code AS zip_code_48, t17.country AS country_49, t17.phone_number AS phone_number_50, t17.created_at AS created_at_51, t17.updated_at AS updated_at_52, t17.shop_id ASshop_id_53 FROM shop t0 LEFT JOIN shop_billing_info t17 ON t17.shop_id = t0.id WHERE t0.id = ?' with params [18]:
  226.   SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.is_sync_blocked' in 'field list'
  227.  
  228.  
  229.  
  230.  
  231.   [Doctrine\DBAL\Driver\PDOException]
  232.   SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.is_sync_blocked' in 'field list'
  233.  
  234.  
  235.  
  236.  
  237.   [PDOException]
  238.   SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.is_sync_blocked' in 'field list'
  239.  
  240.  
  241. doctrine:migrations:migrate [--write-sql] [--dry-run] [--query-time] [--allow-no-migration] [--configuration [CONFIGURATION]] [--db-configuration [DB-CONFIGURATION]] [--db DB] [--em EM] [--shard SHARD] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-s|--shell] [--process-isolation] [-e|--env ENV] [--no-debug] [--] <command> [<version>]
  242.  
  243.  
  244.  [Exec] Done in 11.948s
  245.  [Exec] Running bin/backend doctrine:migrations:migrate --em=shop --shard=1 --env=dev --allow-no-migration --no-interaction
  246.  
  247.  
  248.   [Doctrine\DBAL\Exception\InvalidFieldNameException]
  249.   An exception occurred while executing 'SELECT t0.id AS id_1, t0.email AS email_2, t0.source AS source_3, t0.lang AS lang_4, t0.db_host AS db_host_5, t0.db_name AS db_name_6, t0.static_key AS static_key_7, t0.next_payment_at AS next_payment_at_8, t0.trial_end_at AS trial_end_at_9, t0.state AS state_10, t0.is_blocked AS is_blocked_11, t0.is_sync_blocked AS is_sync_blocked_12, t0.is_testing_account AS is_testing_account_13, t0.variables AS variables_14, t0.created_at AS created_at_15, t0.updated_at AS updated_at_16, t17.id AS id_18, t17.price_net AS price_net_19, t17.tax_percentage AS tax_percentage_20, t17.tax_value AS tax_value_21, t17.tax_exempt AS tax_exempt_22, t17.price_gross AS price_gross_23, t17.currency AS currency_24, t17.plan_code AS plan_code_25, t17.card_first_six AS card_first_six_26, t17.card_last_four AS card_last_four_27, t17.card_type AS card_type_28, t17.expiration_month AS expiration_month_29, t17.expiration_year AS expiration_year_30, t17.last_token_id AS last_token_id_31, t17.add_ons AS add_ons_32, t17.subscription_uuid AS subscription_uuid_33, t17.upgrade_plan_code AS upgrade_plan_code_34, t17.to_upgrade AS to_upgrade_35, t17.upgrade_at AS upgrade_at_36, t17.has_account AS has_account_37, t17.email AS email_38, t17.first_name AS first_name_39, t17.last_name AS last_name_40, t17.billing_type AS billing_type_41, t17.company_name AS company_name_42, t17.vat_number AS vat_number_43, t17.address_1 AS address_1_44, t17.address_2 AS address_2_45, t17.city AS city_46, t17.state AS state_47, t17.zip_code AS zip_code_48, t17.country AS country_49, t17.phone_number AS phone_number_50, t17.created_at AS created_at_51, t17.updated_at AS updated_at_52, t17.shop_id ASshop_id_53 FROM shop t0 LEFT JOIN shop_billing_info t17 ON t17.shop_id = t0.id WHERE t0.id = ?' with params [1]:
  250.   SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.is_sync_blocked' in 'field list'
  251.  
  252.  
  253.  
  254.   [Doctrine\DBAL\Driver\PDOException]
  255.   SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.is_sync_blocked' in 'field list'
  256.  
  257.  
  258.  
  259.   [PDOException]
  260.   SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.is_sync_blocked' in 'field list'
  261.  
  262.  
  263. doctrine:migrations:migrate [--write-sql] [--dry-run] [--query-time] [--allow-no-migration] [--configuration [CONFIGURATION]] [--db-configuration [DB-CONFIGURATION]] [--db DB] [--em EM] [--shard SHARD] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-s|--shell] [--process-isolation] [-e|--env ENV] [--no-debug] [--] <command> [<version>]
  264.  
  265.  [Exec]  Exit code 1  Time 1.12s
  266.  [Exec] Running bin/backend doctrine:migrations:migrate --em=shop --shard=2 --env=dev --allow-no-migration --no-interaction
  267.  
  268.  
  269.   [Doctrine\DBAL\Exception\InvalidFieldNameException]
  270.   An exception occurred while executing 'SELECT t0.id AS id_1, t0.email AS email_2, t0.source AS source_3, t0.lang AS lang_4, t0.db_host AS db_host_5, t0.db_name AS db_name_6, t0.static_key AS static_key_7, t0.next_payment_at AS next_payment_at_8, t0.trial_end_at AS trial_end_at_9, t0.state AS state_10, t0.is_blocked AS is_blocked_11, t0.is_sync_blocked AS is_sync_blocked_12, t0.is_testing_account AS is_testing_account_13, t0.variables AS variables_14, t0.created_at AS created_at_15, t0.updated_at AS updated_at_16, t17.id AS id_18, t17.price_net AS price_net_19, t17.tax_percentage AS tax_percentage_20, t17.tax_value AS tax_value_21, t17.tax_exempt AS tax_exempt_22, t17.price_gross AS price_gross_23, t17.currency AS currency_24, t17.plan_code AS plan_code_25, t17.card_first_six AS card_first_six_26, t17.card_last_four AS card_last_four_27, t17.card_type AS card_type_28, t17.expiration_month AS expiration_month_29, t17.expiration_year AS expiration_year_30, t17.last_token_id AS last_token_id_31, t17.add_ons AS add_ons_32, t17.subscription_uuid AS subscription_uuid_33, t17.upgrade_plan_code AS upgrade_plan_code_34, t17.to_upgrade AS to_upgrade_35, t17.upgrade_at AS upgrade_at_36, t17.has_account AS has_account_37, t17.email AS email_38, t17.first_name AS first_name_39, t17.last_name AS last_name_40, t17.billing_type AS billing_type_41, t17.company_name AS company_name_42, t17.vat_number AS vat_number_43, t17.address_1 AS address_1_44, t17.address_2 AS address_2_45, t17.city AS city_46, t17.state AS state_47, t17.zip_code AS zip_code_48, t17.country AS country_49, t17.phone_number AS phone_number_50, t17.created_at AS created_at_51, t17.updated_at AS updated_at_52, t17.shop_id ASshop_id_53 FROM shop t0 LEFT JOIN shop_billing_info t17 ON t17.shop_id = t0.id WHERE t0.id = ?' with params [2]:
  271.   SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.is_sync_blocked' in 'field list'
  272.  
  273.  
  274.  
  275.   [Doctrine\DBAL\Driver\PDOException]
  276.   SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.is_sync_blocked' in 'field list'
  277.  
  278.  
  279.  
  280.   [PDOException]
  281.   SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.is_sync_blocked' in 'field list'
  282.  
  283.  
  284. doctrine:migrations:migrate [--write-sql] [--dry-run] [--query-time] [--allow-no-migration] [--configuration [CONFIGURATION]] [--db-configuration [DB-CONFIGURATION]] [--db DB] [--em EM] [--shard SHARD] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-s|--shell] [--process-isolation] [-e|--env ENV] [--no-debug] [--] <command> [<version>]
  285.  
  286.  [Exec]  Exit code 1  Time 1.307s
  287.  [Exec] Running bin/backend doctrine:migrations:migrate --em=shop --shard=3 --env=dev --allow-no-migration --no-interaction
  288.  
  289.  
  290.   [Doctrine\DBAL\Exception\InvalidFieldNameException]
  291.   An exception occurred while executing 'SELECT t0.id AS id_1, t0.email AS email_2, t0.source AS source_3, t0.lang AS lang_4, t0.db_host AS db_host_5, t0.db_name AS db_name_6, t0.static_key AS static_key_7, t0.next_payment_at AS next_payment_at_8, t0.trial_end_at AS trial_end_at_9, t0.state AS state_10, t0.is_blocked AS is_blocked_11, t0.is_sync_blocked AS is_sync_blocked_12, t0.is_testing_account AS is_testing_account_13, t0.variables AS variables_14, t0.created_at AS created_at_15, t0.updated_at AS updated_at_16, t17.id AS id_18, t17.price_net AS price_net_19, t17.tax_percentage AS tax_percentage_20, t17.tax_value AS tax_value_21, t17.tax_exempt AS tax_exempt_22, t17.price_gross AS price_gross_23, t17.currency AS currency_24, t17.plan_code AS plan_code_25, t17.card_first_six AS card_first_six_26, t17.card_last_four AS card_last_four_27, t17.card_type AS card_type_28, t17.expiration_month AS expiration_month_29, t17.expiration_year AS expiration_year_30, t17.last_token_id AS last_token_id_31, t17.add_ons AS add_ons_32, t17.subscription_uuid AS subscription_uuid_33, t17.upgrade_plan_code AS upgrade_plan_code_34, t17.to_upgrade AS to_upgrade_35, t17.upgrade_at AS upgrade_at_36, t17.has_account AS has_account_37, t17.email AS email_38, t17.first_name AS first_name_39, t17.last_name AS last_name_40, t17.billing_type AS billing_type_41, t17.company_name AS company_name_42, t17.vat_number AS vat_number_43, t17.address_1 AS address_1_44, t17.address_2 AS address_2_45, t17.city AS city_46, t17.state AS state_47, t17.zip_code AS zip_code_48, t17.country AS country_49, t17.phone_number AS phone_number_50, t17.created_at AS created_at_51, t17.updated_at AS updated_at_52, t17.shop_id ASshop_id_53 FROM shop t0 LEFT JOIN shop_billing_info t17 ON t17.shop_id = t0.id WHERE t0.id = ?' with params [3]:
  292.   SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.is_sync_blocked' in 'field list'
  293.  
  294.  
  295.  
  296.   [Doctrine\DBAL\Driver\PDOException]
  297.   SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.is_sync_blocked' in 'field list'
  298.  
  299.  
  300.  
  301.   [PDOException]
  302.   SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.is_sync_blocked' in 'field list'
  303.  
  304.  
  305. doctrine:migrations:migrate [--write-sql] [--dry-run] [--query-time] [--allow-no-migration] [--configuration [CONFIGURATION]] [--db-configuration [DB-CONFIGURATION]] [--db DB] [--em EM] [--shard SHARD] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-s|--shell] [--process-isolation] [-e|--env ENV] [--no-debug] [--] <command> [<version>]
  306.  
  307.  [Exec]  Exit code 1  Time 1.364s
  308.  [Exec] Running bin/webhooks doctrine:migrations:migrate --em=webhooks --env=dev --allow-no-migration --no-interaction
  309.  
  310.                     Web Hooks Migrations
  311.  
  312.  
  313. No migrations to execute.
  314.  [Exec] Done in 0.62s
  315.  [Exec] Running bin/metadata doctrine:database:create --if-not-exists --env=dev
  316. PHP Warning:  require(/var/apps/omnisale/applications/metadata/bin/../vendor/autoload.php): failed to open stream: No such file or directory in /var/apps/omnisale/applications/metadata/bin/console on line 16
  317. PHP Fatal error:  require(): Failed opening required '/var/apps/omnisale/applications/metadata/bin/../vendor/autoload.php' (include_path='.:/usr/share/php') in /var/apps/omnisale/applications/metadata/bin/console on line 16
  318.  [Exec] Done in 0.103s
  319.  [Exec] Running bin/metadata doctrine:schema:update --force --env=dev
  320. PHP Warning:  require(/var/apps/omnisale/applications/metadata/bin/../vendor/autoload.php): failed to open stream: No such file or directory in /var/apps/omnisale/applications/metadata/bin/console on line 16
  321. PHP Fatal error:  require(): Failed opening required '/var/apps/omnisale/applications/metadata/bin/../vendor/autoload.php' (include_path='.:/usr/share/php') in /var/apps/omnisale/applications/metadata/bin/console on line 16
  322.  [Exec] Done in 0.114s
  323.  [Exec] Running bin/sso doctrine:database:create --connection=sso --if-not-exists --env=dev
  324. PHP Fatal error:  Uncaught Symfony\Component\Debug\Exception\ClassNotFoundException: Attempted to load class "NelmioCorsBundle" from namespace "Nelmio\CorsBundle".
  325. Did you forget a "use" statement for another namespace? in /var/apps/omnisale/applications/sso/app/AppKernel.php:23
  326. Stack trace:
  327. #0 /var/apps/omnisale/applications/sso/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php(450): AppKernel->registerBundles()
  328. #1 /var/apps/omnisale/applications/sso/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php(116): Symfony\Component\HttpKernel\Kernel->initializeBundles()
  329. #2 /var/apps/omnisale/applications/sso/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php(137): Symfony\Component\HttpKernel\Kernel->boot()
  330. #3 /var/apps/omnisale/applications/sso/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php(124): Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands()
  331. #4 /var/apps/omnisale/applications/sso/vendor/symfony/symfony/src/Symf in /var/apps/omnisale/applications/sso/app/AppKernel.php on line 23
  332.  [Exec] Done in 3.556s
  333.  [Exec] Running bin/sso doctrine:database:create --connection=shoplo_store --if-not-exists --env=dev
  334. PHP Fatal error:  Uncaught Symfony\Component\Debug\Exception\ClassNotFoundException: Attempted to load class "NelmioCorsBundle" from namespace "Nelmio\CorsBundle".
  335. Did you forget a "use" statement for another namespace? in /var/apps/omnisale/applications/sso/app/AppKernel.php:23
  336. Stack trace:
  337. #0 /var/apps/omnisale/applications/sso/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php(450): AppKernel->registerBundles()
  338. #1 /var/apps/omnisale/applications/sso/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php(116): Symfony\Component\HttpKernel\Kernel->initializeBundles()
  339. #2 /var/apps/omnisale/applications/sso/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php(137): Symfony\Component\HttpKernel\Kernel->boot()
  340. #3 /var/apps/omnisale/applications/sso/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php(124): Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands()
  341. #4 /var/apps/omnisale/applications/sso/vendor/symfony/symfony/src/Symf in /var/apps/omnisale/applications/sso/app/AppKernel.php on line 23
  342.  [Exec] Done in 4.918s
  343.  [Exec] Running bin/sso doctrine:schema:update --force --env=dev
  344. PHP Fatal error:  Uncaught Symfony\Component\Debug\Exception\ClassNotFoundException: Attempted to load class "NelmioCorsBundle" from namespace "Nelmio\CorsBundle".
  345. Did you forget a "use" statement for another namespace? in /var/apps/omnisale/applications/sso/app/AppKernel.php:23
  346. Stack trace:
  347. #0 /var/apps/omnisale/applications/sso/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php(450): AppKernel->registerBundles()
  348. #1 /var/apps/omnisale/applications/sso/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php(116): Symfony\Component\HttpKernel\Kernel->initializeBundles()
  349. #2 /var/apps/omnisale/applications/sso/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php(137): Symfony\Component\HttpKernel\Kernel->boot()
  350. #3 /var/apps/omnisale/applications/sso/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php(124): Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands()
  351. #4 /var/apps/omnisale/applications/sso/vendor/symfony/symfony/src/Symf in /var/apps/omnisale/applications/sso/app/AppKernel.php on line 23
  352.  [Exec] Done in 1.351s
  353. > Starting nginx
  354.  * Starting nginx nginx
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement