$ php app/console oro:install --env=prod --timeout=0 Installing Oro Application. Oro requirements check: +---------+---------------------------------------------------------------------------------------------------------------------------------------------------+ | Check | Mandatory requirements | +---------+---------------------------------------------------------------------------------------------------------------------------------------------------+ | OK | Vendor libraries must be installed | | OK | app/cache/ or var/cache/ directory must be writable | | OK | app/logs/ or var/logs/ directory must be writable | | OK | Configured default timezone "Europe/Paris" must be supported by your installation of PHP | | OK | iconv() must be available | | OK | json_encode() must be available | | OK | session_start() must be available | | OK | ctype_alpha() must be available | | OK | token_get_all() must be available | | OK | simplexml_import_dom() must be available | | OK | PCRE extension must be available | | OK | /tmp (sys_get_temp_dir()) directory must be writable | | OK | Maximum supported filename length must be greater or equal 242 characters. Make sure that the cache folder is not inside the encrypted directory. | +---------+---------------------------------------------------------------------------------------------------------------------------------------------------+ +---------+--------------------------------------------+ | Check | PHP settings | +---------+--------------------------------------------+ | OK | date.timezone setting must be set | | OK | detect_unicode must be disabled in php.ini | | OK | string functions should not be overloaded | | OK | memory_limit should be at least 512M | +---------+--------------------------------------------+ +---------+----------------------------------------------------+ | Check | Oro specific requirements | +---------+----------------------------------------------------+ | OK | PHP version must be at least 5.6 (7.1.3 installed) | | OK | GD extension must be at least 2.0 | | OK | cURL extension must be at least 7.0 | | OK | mcrypt_encrypt() should be available | | OK | intl extension should be available | | OK | icu library must be at least 3.8 | | OK | zip extension should be installed | | OK | web/uploads/ directory must be writable | | OK | web/media/ directory must be writable | | OK | web/bundles/ directory must be writable | | OK | app/attachment/ directory must be writable | | OK | web directory must be writable | | OK | app/config/parameters.yml file must be writable | +---------+----------------------------------------------------+ +---------+------------------------------------------------------------------------------------------------------------------+ | Check | Optional recommendations | +---------+------------------------------------------------------------------------------------------------------------------+ | OK | Vendors should be installed in order to check all requirements. | | OK | Requirements file should be up-to-date | | OK | PCRE extension should be at least version 8.0 (8.38 installed) | | OK | PHP-DOM and PHP-XML modules should be installed | | OK | mb_strlen() should be available | | OK | iconv() should be available | | OK | utf8_decode() should be available | | OK | filter_var() should be available | | OK | posix_isatty() should be available | | OK | intl extension should be available | | OK | intl extension should be correctly configured | | OK | intl ICU version should be at least 4+ | | OK | intl.error_level should be 0 in php.ini | | OK | a PHP accelerator should be installed | | OK | short_open_tag should be disabled in php.ini | | OK | magic_quotes_gpc should be disabled in php.ini | | OK | register_globals should be disabled in php.ini | | OK | session.auto_start should be disabled in php.ini | | OK | PDO should be installed | | OK | PDO should have some drivers installed (currently available: sqlite, mysql) | | OK | SOAP extension should be installed (API calls) | | OK | Tidy extension should be installed to make sure that any HTML is correctly converted into a text representation. | | WARNING | Install JSEngine. | +---------+------------------------------------------------------------------------------------------------------------------+ Setting up database. Process migrations... > Oro\Bundle\EntityExtendBundle\Migration\LoadEntityConfigStateMigration > Oro\Bundle\UserBundle\Migrations\Schema\OroUserBundleInstaller ERROR: The target-entity OroEntityProxy\OroEmailBundle\EmailAddressProxy cannot be found in 'Oro\Bundle\EmailBundle\Entity\Email#fromEmailAddress'. > Oro\Bundle\DataGridBundle\Migrations\Schema\OroDataGridBundleInstaller - skipped > Oro\Bundle\SSOBundle\Migrations\Schema\OroUserBundleInstaller - skipped > Oro\Bundle\EntityBundle\Migrations\Schema\OroEntityBundleInstaller - skipped > Oro\Bundle\LocaleBundle\Migrations\Schema\OroLocaleBundleInstaller - skipped > Oro\Bundle\EntityConfigBundle\Migrations\Schema\OroEntityConfigBundleInstaller - skipped > Oro\Bundle\EntityExtendBundle\Migrations\Schema\OroEntityExtendBundleInstaller - skipped > Oro\Bundle\IntegrationBundle\Migrations\Schema\OroIntegrationBundleInstaller - skipped > Oro\Bundle\RuleBundle\Migrations\Schema\OroRuleBundleInstaller - skipped > Oro\Bundle\ActivityBundle\Migrations\Schema\OroActivityBundleInstaller - skipped > Oro\Bundle\ActivityContactBundle\Migrations\Schema\OroActivityContactBundleInstaller - skipped > Oro\Bundle\ActivityListBundle\Migrations\Schema\OroActivityListBundleInstaller - skipped > Oro\Bundle\AddressBundle\Migrations\Schema\OroAddressBundleInstaller - skipped > Oro\Bundle\BatchBundle\Migrations\Schema\OroBatchBundleInstaller - skipped > Oro\Bundle\ConfigBundle\Migrations\Schema\OroConfigBundleInstaller - skipped > Oro\Bundle\DataAuditBundle\Migrations\Schema\OroDataAuditBundleInstaller - skipped > Oro\Bundle\EmbeddedFormBundle\Migrations\Schema\OroEmbeddedFormBundleInstaller - skipped > Oro\Bundle\ImapBundle\Migrations\Schema\OroImapBundleInstaller - skipped > Oro\Bundle\ImportExportBundle\Migrations\Schema\OroImportExportBundleInstaller - skipped > Oro\Bundle\InstallerBundle\Migrations\Schema\OroInstallerBundleInstaller - skipped > Oro\Bundle\MigrationBundle\Migrations\Schema\OroMigrationBundleInstaller - skipped > Oro\Bundle\NoteBundle\Migrations\Schema\OroNoteBundleInstaller - skipped > Oro\Bundle\NotificationBundle\Migrations\Schema\OroNotificationBundleInstaller - skipped > Oro\Bundle\ReportBundle\Migrations\Schema\OroReportBundleInstaller - skipped > Oro\Bundle\SearchBundle\Migrations\Schema\OroSearchBundleInstaller - skipped > Oro\Bundle\SegmentBundle\Migrations\Schema\OroSegmentBundleInstaller - skipped > Oro\Bundle\SidebarBundle\Migrations\Schema\OroSidebarBundleInstaller - skipped > Oro\Bundle\TagBundle\Migrations\Schema\OroTagBundleInstaller - skipped > Oro\Bundle\TranslationBundle\Migrations\Schema\OroTranslationBundleInstaller - skipped > Oro\Bundle\TranslationBundle\Migrations\Schema\v1_4\OroTranslationBundle - skipped > Oro\Bundle\UPSBundle\Migrations\Schema\OroUPSBundleInstaller - skipped > Oro\Bundle\WebsiteSearchBundle\Migrations\Schema\OroWebsiteSearchBundleInstaller - skipped > Oro\Bundle\WindowsBundle\Migrations\Schema\OroWindowsBundleInstaller - skipped > Oro\Bundle\WorkflowBundle\Migrations\Schema\OroWorkflowBundleInstaller - skipped > Oro\Bundle\CommentBundle\Migrations\Schema\OroCommentBundleInstaller - skipped > Oro\Bundle\CRMBundle\Migrations\Schema\OroCRMBundleInstaller - skipped > Oro\Bundle\DashboardBundle\Migrations\Schema\OroDashboardBundleInstaller - skipped > Oro\Bundle\CalendarBundle\Migrations\Schema\OroCalendarBundleInstaller - skipped > Oro\Bundle\FrontendBundle\Migrations\Schema\OroFrontendBundleInstaller - skipped > Oro\Bundle\WebsiteBundle\Migrations\Schema\OroWebsiteBundleInstaller - skipped > Oro\Bundle\ContactBundle\Migrations\Schema\OroContactBundleInstaller - skipped > Oro\Bundle\CurrencyBundle\Migrations\Schema\OroConfigBundleInstaller - skipped > Oro\Bundle\FallbackBundle\Migrations\Schema\OroFallbackBundleInstaller - skipped > Oro\Bundle\NavigationBundle\Migrations\Schema\OroNavigationBundleInstaller - skipped > Oro\Bundle\RedirectBundle\Migrations\Schema\OroRedirectBundleInstaller - skipped > Oro\Bundle\WebCatalogBundle\Migrations\Schema\OroWebCatalogBundleInstaller - skipped > Oro\Bundle\CommerceMenuBundle\Migrations\Schema\OroCommerceMenuBundleInstaller - skipped > Oro\Bundle\ProductBundle\Migrations\Schema\OroProductBundleInstaller - skipped > Oro\Bundle\CatalogBundle\Migrations\Schema\OroCatalogBundleInstaller - skipped > Oro\Bundle\MarketingListBundle\Migrations\Schema\OroMarketingListBundleInstaller - skipped > Oro\Bundle\CustomerBundle\Migrations\Schema\OroCustomerBundleInstaller - skipped > Oro\Bundle\TrackingBundle\Migrations\Schema\OroTrackingBundleInstaller - skipped > Oro\Bundle\AccountBundle\Migrations\Schema\OroAccountBundleInstaller - skipped > Oro\Bundle\VisibilityBundle\Migrations\Schema\OroVisibilityBundleInstaller - skipped > Oro\Bundle\CallBundle\Migrations\Schema\OroCallBundleInstaller - skipped > Oro\Bundle\CampaignBundle\Migrations\Schema\OroCampaignBundleInstaller - skipped > Oro\Bundle\ChannelBundle\Migrations\Schema\OroChannelBundleInstaller - skipped > Oro\Bundle\PaymentBundle\Migrations\Schema\OroPaymentBundleInstaller - skipped > Oro\Bundle\ReminderBundle\Migrations\Schema\OroReminderBundleBundleInstaller - skipped > Oro\Bundle\TaskBundle\Migrations\Schema\OroTaskBundleInstaller - skipped > Oro\Bundle\AnalyticsBundle\Migrations\Schema\OroAnalyticsBundleInstaller - skipped > Oro\Bundle\CMSBundle\Migrations\Schema\OroCMSBundleInstaller - skipped > Oro\Bundle\FrontendBundle\Migrations\Schema\OroMoneyOrderBundleInstaller - skipped > Oro\Bundle\PaymentTermBundle\Migrations\Schema\OroPaymentTermBundleInstaller - skipped > Oro\Bundle\PayPalBundle\Migrations\Schema\OroPayPalBundleInstaller - skipped > Oro\Bundle\PricingBundle\Migrations\Schema\OroPricingBundleInstaller - skipped > Oro\Bundle\RFPBundle\Migrations\Schema\OroRFPBundleInstaller - skipped > Oro\Bundle\SalesBundle\Migrations\Schema\OroSalesBundleInstaller - skipped > Oro\Bundle\ContactUsBundle\Migrations\Schema\OroContactUsBundleInstaller - skipped > Oro\Bundle\InvoiceBundle\Migrations\Schema\OroInvoiceBundleInstaller - skipped > Oro\Bundle\MagentoBundle\Migrations\Schema\OroMagentoBundleInstaller - skipped > Oro\Bundle\OrderBundle\Migrations\Schema\OroOrderBundleInstaller - skipped > Oro\Bundle\TaxBundle\Migrations\Schema\OroTaxBundleInstaller - skipped > Oro\Bridge\MarketingCRM\Migrations\Schema\OroMarketingCRMBridgeBundleInstaller - skipped > Oro\Bundle\CheckoutBundle\Migrations\Schema\OroCheckoutBundleInstaller - skipped > Oro\Bundle\AlternativeCheckoutBundle\Migrations\Schema\OroAlternativeCheckoutBundleInstaller - skipped > Oro\Bundle\SaleBundle\Migrations\Schema\OroSaleBundleInstaller - skipped > Oro\Bundle\ShoppingListBundle\Migrations\Schema\OroShoppingListBundleInstaller - skipped > Oro\Bridge\CalendarCommerce\Migrations\Schema\OroCalendarCommerceBridgeBundleInstaller - skipped > Oro\Bridge\CustomerSales\Migrations\Schema\OroCustomerSalesBridgeBundleInstaller - skipped > Oro\Bundle\CaseBundle\Migrations\Schema\OroCaseBundleInstaller - skipped > Oro\Bundle\EntitySerializedFieldsBundle\Migrations\Schema\OroEntitySerializedFieldsBundleInstaller - skipped > Oro\Bundle\InventoryBundle\Migrations\Schema\OroInventoryBundleInstaller - skipped > Oro\Bundle\SEOBundle\Migrations\Schema\OroSEOBundleInstaller - skipped > Oro\Bridge\CalendarCRM\Migrations\Schema\OroCalendarCRMBridgeBundleInstaller - skipped > Oro\Bridge\CallCRM\Migrations\Schema\OroCallCRMBridgeBundleInstaller - skipped > Oro\Bridge\CustomerAccount\Migrations\Schema\OroCustomerAccountBridgeBundleInstaller - skipped > Oro\Bridge\TaskCRM\Migrations\Schema\OroTaskCRMBundleInstaller - skipped > Oro\Bundle\ShippingBundle\Migrations\Schema\OroShippingBundleInstaller - skipped > Oro\Bundle\FlatRateBundle\Migrations\Schema\OroFlatRateBundleInstaller - skipped > Oro\Bundle\MigrationBundle\Migration\UpdateBundleVersionMigration > Oro\Bundle\CheckoutBundle\Migrations\Schema\RemoveWorkflowFieldsMigration - skipped > Oro\Bundle\EntityExtendBundle\Migration\RefreshExtendCacheMigration - skipped > Oro\Bundle\EntityConfigBundle\Migration\UpdateEntityConfigMigration - skipped > Oro\Bundle\EntitySerializedFieldsBundle\Migration\SerializedDataMigration - skipped > Oro\Bundle\EntityExtendBundle\Migration\UpdateExtendConfigMigration - skipped > Oro\Bundle\ActivityContactBundle\Migration\ActivityContactMigration - skipped > Oro\Bundle\ActivityListBundle\Migration\ActivityListMigration - skipped > Oro\Bundle\EntityExtendBundle\Migration\UpdateExtendIndicesMigration - skipped > Oro\Bundle\EntityConfigBundle\Migration\WarmUpEntityConfigCacheMigration - skipped [RuntimeException] Failed migrations: Oro\Bundle\UserBundle\Migrations\Schema\OroUserBundleInstaller. oro:migration:load [--force] [--dry-run] [--show-queries] [--bundles [BUNDLES]] [--exclude [EXCLUDE]] [--timeout [TIMEOUT]] [-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] [--disabled-listeners DISABLED-LISTENERS] [--] [RuntimeException] The command '/usr/local/bin/php' 'app/console' 'oro:migration:load' '--force' '--timeout=0' '--env=prod' terminated with an exit code: 1. oro:install [--application-url [APPLICATION-URL]] [--organization-name [ORGANIZATION-NAME]] [--user-name [USER-NAME]] [--user-email [USER-EMAIL]] [--user-firstname [USER-FIRSTNAME]] [--user-lastname [USER-LASTNAME]] [--user-password [USER-PASSWORD]] [--skip-assets] [--force] [--symlink] [--sample-data [SAMPLE-DATA]] [--drop-database] [--skip-translations] [--force-debug] [--timeout [TIMEOUT]] [-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] [--disabled-listeners DISABLED-LISTENERS] [--]