Installing Oro Application. Check system requirements +---------+---------------------------------------------------------------------------------------------------------------------------------------------------+ | 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 "UTC" 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 | 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 7.1.26 (7.1.33 installed) | | OK | GD extension must be at least 2.0 | | OK | cURL extension must be at least 7.0 | | OK | openssl_encrypt() should be available | | OK | iconv() must not return the false result on converting string "check string" | | OK | intl extension should be available | | OK | zip extension should be installed | | OK | NodeJS is installed | | OK | NodeJS ">=6.6" version must be installed. | | OK | NPM is installed | | OK | public/uploads/ directory must be writable | | OK | public/media/ directory must be writable | | OK | public/bundles/ directory must be writable | | OK | var/attachment/ directory must be writable | | OK | var/import_export/ directory must be writable | | OK | public directory must be writable | | OK | config/parameters.yml file must be writable | | OK | UUID SQL function must be present | +---------+------------------------------------------------------------------------------+ +---------+------------------------------------------------------------------------------------------------------------------+ | 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 | 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+ | | WARNING | To get the latest internationalization data upgrade the ICU system package and the intl PHP extension. | | OK | intl.error_level should be 0 in php.ini | | WARNING | Install and/or enable a PHP accelerator (highly recommended). | | 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: pgsql, sqlite, mysql) | | OK | Current version 60.2 of the ICU library should meet the requirements | | 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 | Disable Phar extension to reduce the risk of PHP unserialization vulnerability. | | OK | IMAP extension should be installed for valid email processing on IMAP sync. | +---------+------------------------------------------------------------------------------------------------------------------+ The application meets all mandatory requirements Drop schema. Setting up database. Process migrations... > Oro\Bundle\EntityExtendBundle\Migration\LoadEntityConfigStateMigration > Oro\Bundle\MigrationBundle\Migration\CreateMigrationTableMigration > Oro\Bundle\PlatformBundle\Migrations\Schema\OroPlatformBundleInstaller > Oro\Bundle\ScopeBundle\Migrations\Schema\OroScopeBundleInstaller > Oro\Bundle\OrganizationBundle\Migrations\Schema\OroOrganizationBundleInstaller > Oro\Bundle\LoggerBundle\Migrations\Schema\OroLoggerBundleInstaller > Oro\Bundle\SecurityBundle\Migrations\Schema\OroSecurityBundleInstaller > Oro\Bundle\AttachmentBundle\Migrations\Schema\OroAttachmentBundleInstaller > Oro\Bundle\OroMessageQueueBundle\Migrations\Schema\OroMessageQueueBundleInstaller > Oro\Bundle\EmailBundle\Migrations\Schema\OroEmailBundleInstaller > Oro\Bundle\CronBundle\Migrations\Schema\OroCronBundleInstaller > Oro\Bundle\UserBundle\Migrations\Schema\OroUserBundleInstaller > Oro\Bundle\DataGridBundle\Migrations\Schema\OroDataGridBundleInstaller > Oro\Bundle\SSOBundle\Migrations\Schema\OroSSOBundleInstaller > Oro\Bundle\TranslationBundle\Migrations\Schema\OroTranslationBundleInstaller > Oro\Bundle\EntityBundle\Migrations\Schema\OroEntityBundleInstaller > Oro\Bundle\LocaleBundle\Migrations\Schema\OroLocaleBundleInstaller > Oro\Bundle\EntityConfigBundle\Migrations\Schema\OroEntityConfigBundleInstaller > Oro\Bundle\EntityExtendBundle\Migrations\Schema\OroEntityExtendBundleInstaller > Oro\Bundle\IntegrationBundle\Migrations\Schema\OroIntegrationBundleInstaller > Oro\Bundle\RuleBundle\Migrations\Schema\OroRuleBundleInstaller > Oro\Bundle\ImportExportBundle\Migrations\Schema\OroImportExportBundleInstaller > Oro\Bundle\NotificationBundle\Migrations\Schema\OroNotificationBundleInstaller > Oro\Bundle\ActivityBundle\Migrations\Schema\OroActivityBundleInstaller > Oro\Bundle\ActivityContactBundle\Migrations\Schema\OroActivityContactBundleInstaller > Oro\Bundle\ActivityListBundle\Migrations\Schema\OroActivityListBundleInstaller > Oro\Bundle\AddressBundle\Migrations\Schema\OroAddressBundleInstaller > Oro\Bundle\BatchBundle\Migrations\Schema\OroBatchBundleInstaller > Oro\Bundle\ConfigBundle\Migrations\Schema\OroConfigBundleInstaller > Oro\Bundle\DataAuditBundle\Migrations\Schema\OroDataAuditBundleInstaller > Oro\Bundle\EmbeddedFormBundle\Migrations\Schema\OroEmbeddedFormBundleInstaller > Oro\Bundle\ImapBundle\Migrations\Schema\OroImapBundleInstaller > Oro\Bundle\InstallerBundle\Migrations\Schema\OroInstallerBundleInstaller > Oro\Bundle\MigrationBundle\Migrations\Schema\OroMigrationBundleInstaller > Oro\Bundle\NoteBundle\Migrations\Schema\OroNoteBundleInstaller > Oro\Bundle\ReportBundle\Migrations\Schema\OroReportBundleInstaller > Oro\Bundle\SearchBundle\Migrations\Schema\OroSearchBundleInstaller > Oro\Bundle\SegmentBundle\Migrations\Schema\OroSegmentBundleInstaller > Oro\Bundle\SidebarBundle\Migrations\Schema\OroSidebarBundleInstaller > Oro\Bundle\TagBundle\Migrations\Schema\OroTagBundleInstaller > Oro\Bundle\WebsiteSearchBundle\Migrations\Schema\OroWebsiteSearchBundleInstaller > Oro\Bundle\WindowsBundle\Migrations\Schema\OroWindowsBundleInstaller > Oro\Bundle\WorkflowBundle\Migrations\Schema\OroWorkflowBundleInstaller > Oro\Bundle\CommentBundle\Migrations\Schema\OroCommentBundleInstaller > Oro\Bundle\CRMBundle\Migrations\Schema\OroCRMBundleInstaller ERROR: An exception occurred while executing 'UPDATE oro_reminder SET related_entity_classname = REPLACE(related_entity_classname, 'OroCRM', 'Oro') WHERE related_entity_classname LIKE '%OroCRM%'': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'outdoor_properties_dev_oro.oro_reminder' doesn't exist > Oro\Bundle\DashboardBundle\Migrations\Schema\OroDashboardBundleInstaller - skipped > Oro\Bundle\CalendarBundle\Migrations\Schema\OroCalendarBundleInstaller - skipped > Oro\Bundle\HangoutsCallBundle\Migrations\Schema\OroHangoutsCallBundleInstaller - 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\OroCurrencyBundleInstaller - 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\MagentoContactUsBundle\Migrations\Schema\OroMagentoContactUsBundleInstaller - 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\MarketingActivityBundle\Migrations\Schema\OroMarketingActivityBundleInstaller - skipped > Oro\Bundle\MoneyOrderBundle\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\Bridge\ContactUs\Migrations\Schema\OroContactUsBridgeBundleInstaller - skipped > Oro\Bundle\AlternativeCheckoutBundle\Migrations\Schema\OroAlternativeCheckoutBundleInstaller - skipped > Oro\Bundle\ConsentBundle\Migrations\Schema\OroConsentBundleInstaller - 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\Bridge\QuoteSales\Migrations\Schema\OroQuoteSalesBridgeBundleInstaller - skipped > Oro\Bundle\CaseBundle\Migrations\Schema\OroCaseBundleInstaller - skipped > Oro\Bundle\EntitySerializedFieldsBundle\Migrations\Schema\OroEntitySerializedFieldsBundleInstaller - skipped > Oro\Bundle\InventoryBundle\Migrations\Schema\OroInventoryBundleInstaller - skipped > Oro\Bundle\PromotionBundle\Migrations\Schema\OroPromotionBundleInstaller - skipped > Oro\Bundle\SEOBundle\Migrations\Schema\OroSEOBundleInstaller - skipped > Oro\Bridge\CalendarCRM\Migrations\Schema\OroCalendarCRMBridgeBundleInstaller - skipped > Oro\Bundle\ZendeskBundle\Migrations\Schema\OroZendeskBundleInstaller - skipped > Oro\Bridge\CallCRM\Migrations\Schema\OroCallCRMBridgeBundleInstaller - skipped > Oro\Bridge\CustomerAccount\Migrations\Schema\OroCustomerAccountBridgeBundleInstaller - skipped > Oro\Bridge\TaskCRM\Migrations\Schema\OroTaskCRMBundleInstaller - skipped > Oro\Bundle\DotmailerBundle\Migrations\Schema\OroDotmailerBundleInstaller - skipped > Oro\Bundle\ShippingBundle\Migrations\Schema\OroShippingBundleInstaller - skipped > Oro\Bundle\FedexShippingBundle\Migrations\Schema\OroFedexShippingBundleInstaller - skipped > Oro\Bundle\FlatRateShippingBundle\Migrations\Schema\OroFlatRateBundleInstaller - skipped > Oro\Bundle\UPSBundle\Migrations\Schema\OroUPSBundleInstaller - 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 In MigrationExecutor.php line 116: Failed migrations: Oro\Bundle\CRMBundle\Migrations\Schema\OroCRMBundleInsta ller. 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] [-e|--env ENV] [--no-debug] [--disabled-listeners DISABLED-LISTENERS] [--current-user CURRENT-USER] [--current-organization CURRENT-ORGANIZATION] [--] The command '/usr/bin/php' './bin/console' 'oro:migration:load' '--force' '--timeout=900' '--no-debug' terminated with an exit code: 1.