magento / magento2

Prior to making any Submission(s), you must sign an Adobe Contributor License Agreement, available here at: https://opensource.adobe.com/cla.html. All Submissions you make to Adobe Inc. and its affiliates, assigns and subsidiaries (collectively “Adobe”) are subject to the terms of the Adobe Contributor License Agreement.
http://www.magento.com
Open Software License 3.0
11.54k stars 9.31k forks source link

magento 2 0.74.0-beta5 unable to open home page after successful installation #1212

Closed pccomfrank closed 9 years ago

pccomfrank commented 9 years ago

image

when I go to its home page:

Fatal error: Call to a member function getFieldValue() on boolean in/usr/local/www/kerynn.ca/app/code/Magento/PageCache/Model/App/FrontController/BuiltinPlugin.php on line 92

image

If I disable all cache image

I will get another error: image

some of the system.log

[2015-04-24 15:22:52] main.INFO: Add of item with id Magento_Tax::sales_tax was processed [] [] [2015-04-24 15:22:52] main.INFO: Add of item with id Magento_Tax::sales_tax_rules was processed [] [] [2015-04-24 15:22:52] main.INFO: Add of item with id Magento_Tax::sales_tax_rates was processed [] [] [2015-04-24 15:22:52] main.INFO: Add of item with id Magento_TaxImportExport::system_convert_tax was processed [] [] [2015-04-24 15:22:52] main.INFO: Add of item with id Magento_UrlRewrite::urlrewrite was processed [] [] [2015-04-24 15:22:52] main.INFO: Add of item with id Magento_Integration::system_extensions was processed [] [] [2015-04-24 15:22:52] main.INFO: Add of item with id Magento_Integration::system_integrations was processed [] [] [2015-04-24 15:22:52] main.INFO: Add of item with id Magento_Variable::system_variable was processed [] [] [2015-04-24 15:22:52] main.INFO: Add of item with id Magento_CurrencySymbol::system_currency was processed [] [] [2015-04-24 15:22:52] main.INFO: Add of item with id Magento_CurrencySymbol::system_currency_rates was processed [] [] [2015-04-24 15:22:52] main.INFO: Add of item with id Magento_CurrencySymbol::system_currency_symbols was processed [] [] [2015-04-24 15:22:52] main.CRITICAL: Invalid template file: '' [] []

Here is the composer.json file:

root@mail:/usr/local/www/kerynn.ca # cat composer.json { "name": "magento/project-community-edition", "description": "Magento project (Community Edition)", "type": "project", "version": "0.74.0-beta5", "license": [ "OSL-3.0", "AFL-3.0" ], "repositories": [ { "type": "composer", "url": "http://packages.magento.com/" } ], "require": { "php": "~5.5.0|~5.6.0", "zendframework/zend-stdlib": "2.3.1", "zendframework/zend-code": "2.3.1", "zendframework/zend-server": "2.3.1", "zendframework/zend-soap": "2.3.1", "zendframework/zend-uri": "2.3.1", "zendframework/zend-validator": "2.3.1", "zendframework/zend-console": "2.3.1", "zendframework/zend-modulemanager": "2.3.1", "zendframework/zend-mvc": "2.3.1", "zendframework/zend-text": "2.3.1", "zendframework/zend-eventmanager": "2.3.1", "zendframework/zend-view": "2.3.1", "zendframework/zend-servicemanager": "2.3.1", "zendframework/zend-json": "2.3.1", "zendframework/zend-config": "2.3.1", "zendframework/zend-form": "2.3.1", "zendframework/zend-di": "2.3.1", "zendframework/zend-serializer": "2.3.1", "zendframework/zend-log": "2.3.1", "zendframework/zend-http": "2.3.1", "magento/zendframework1": "1.12.10", "composer/composer": "1.0.0-alpha8", "monolog/monolog": "1.11.0", "oyejorge/less.php": "1.7.0.3", "tubalmartin/cssmin": "2.4.8-p4", "magento/magento-composer-installer": "0.1.4", "symfony/console": "~2.3", "magento/sample-data": "0.74.0-beta5", "magento/sample-data-fixtures": "0.74.0-beta5", "magento/sample-data-media": "0.42.0-beta2" }, "require-dev": { "phpunit/phpunit": "4.1.0", "squizlabs/phpcodesniffer": "1.5.3", "phpmd/phpmd": "@stable", "pdepend/pdepend": "2.0.6", "lib-libxml": "", "ext-ctype": "", "ext-gd": "", "ext-spl": "", "ext-dom": "", "ext-simplexml": "", "ext-mcrypt": "", "ext-hash": "", "ext-curl": "", "ext-iconv": "_", "ext-intl": "*", "sjparkinson/static-review": "~4.1", "fabpot/php-cs-fixer": "~1.2", "lusitanian/oauth": "~0.3" }, "replace": { "magento/module-admin-notification": "self.version", "magento/module-authorization": "self.version", "magento/module-backend": "self.version", "magento/module-backup": "self.version", "magento/module-bundle": "self.version", "magento/module-cache-invalidate": "self.version", "magento/module-captcha": "self.version", "magento/module-catalog": "self.version", "magento/module-catalog-import-export": "self.version", "magento/module-catalog-inventory": "self.version", "magento/module-catalog-rule": "self.version", "magento/module-catalog-search": "self.version", "magento/module-catalog-url-rewrite": "self.version", "magento/module-catalog-widget": "self.version", "magento/module-centinel": "self.version", "magento/module-checkout": "self.version", "magento/module-checkout-agreements": "self.version", "magento/module-cms": "self.version", "magento/module-cms-url-rewrite": "self.version", "magento/module-config": "self.version", "magento/module-configurable-import-export": "self.version", "magento/module-configurable-product": "self.version", "magento/module-contact": "self.version", "magento/module-cookie": "self.version", "magento/module-cron": "self.version", "magento/module-currency-symbol": "self.version", "magento/module-customer": "self.version", "magento/module-customer-import-export": "self.version", "magento/module-design-editor": "self.version", "magento/module-developer": "self.version", "magento/module-dhl": "self.version", "magento/module-directory": "self.version", "magento/module-downloadable": "self.version", "magento/module-eav": "self.version", "magento/module-email": "self.version", "magento/module-fedex": "self.version", "magento/module-gift-message": "self.version", "magento/module-google-adwords": "self.version", "magento/module-google-analytics": "self.version", "magento/module-google-optimizer": "self.version", "magento/module-google-shopping": "self.version", "magento/module-grouped-import-export": "self.version", "magento/module-grouped-product": "self.version", "magento/module-import-export": "self.version", "magento/module-indexer": "self.version", "magento/module-integration": "self.version", "magento/module-layered-navigation": "self.version", "magento/module-log": "self.version", "magento/module-media-storage": "self.version", "magento/module-msrp": "self.version", "magento/module-multishipping": "self.version", "magento/module-newsletter": "self.version", "magento/module-offline-payments": "self.version", "magento/module-offline-shipping": "self.version", "magento/module-page-cache": "self.version", "magento/module-payment": "self.version", "magento/module-persistent": "self.version", "magento/module-product-alert": "self.version", "magento/module-quote": "self.version", "magento/module-reports": "self.version", "magento/module-require-js": "self.version", "magento/module-review": "self.version", "magento/module-rss": "self.version", "magento/module-rule": "self.version", "magento/module-sales": "self.version", "magento/module-sales-rule": "self.version", "magento/module-sales-sequence": "self.version", "magento/module-search": "self.version", "magento/module-sendfriend": "self.version", "magento/module-shipping": "self.version", "magento/module-sitemap": "self.version", "magento/module-store": "self.version", "magento/module-tax": "self.version", "magento/module-tax-import-export": "self.version", "magento/module-theme": "self.version", "magento/module-translation": "self.version", "magento/module-ui": "self.version", "magento/module-ups": "self.version", "magento/module-url-rewrite": "self.version", "magento/module-user": "self.version", "magento/module-usps": "self.version", "magento/module-variable": "self.version", "magento/module-version": "self.version", "magento/module-webapi": "self.version", "magento/module-weee": "self.version", "magento/module-widget": "self.version", "magento/module-wishlist": "self.version", "magento/theme-adminhtml-backend": "self.version", "magento/theme-frontend-blank": "self.version", "magento/theme-frontend-luma": "self.version", "magento/language-de_de": "self.version", "magento/language-en_us": "self.version", "magento/language-es_es": "self.version", "magento/language-fr_fr": "self.version", "magento/language-nl_nl": "self.version", "magento/language-pt_br": "self.version", "magento/language-zh_cn": "self.version", "magento/framework": "self.version", "trentrichardson/jquery-timepicker-addon": "1.4.3", "colinmollenhour/cache-backend-redis": "dev-master#193d377b7fb2e88595578b282fa01a62d1185abc", "colinmollenhour/credis": "dev-master#f07bbfd4117294f462f0fb19c49221d350bf396f", "linkorb/jsmin-php": "1.1.2", "phpseclib/phpseclib": "0.2.1", "components/jquery": "1.11.0", "blueimp/jquery-file-upload": "5.6.14", "components/jqueryui": "1.10.4", "twbs/bootstrap": "3.1.0", "tinymce/tinymce": "3.4.7" }, "extra": { "component_paths": { "trentrichardson/jquery-timepicker-addon": "lib/web/jquery/jquery-ui-timepicker-addon.js", "colinmollenhour/cache-backend-redis": "lib/internal/Cm/Cache/Backend/Redis.php", "colinmollenhour/credis": "lib/internal/Credis", "linkorb/jsmin-php": "lib/internal/JSMin", "phpseclib/phpseclib": "lib/internal/phpseclib", "components/jquery": [ "lib/web/jquery.js", "lib/web/jquery/jquery.min.js", "lib/web/jquery/jquery-migrate.js", "lib/web/jquery/jquery-migrate.min.js" ], "blueimp/jquery-file-upload": "lib/web/jquery/fileUploader", "components/jqueryui": [ "lib/web/jquery/jquery-ui.js", "lib/web/jquery/jquery-ui.min.js" ], "twbs/bootstrap": [ "lib/web/jquery/jquery.tabs.js" ], "tinymce/tinymce": "lib/web/tiny_mce" } }, "config": { "use-include-path": true }, "autoload": { "psr-4": { "Magento\Framework\": "lib/internal/Magento/Framework/", "Magento\Setup\": "setup/src/Magento/Setup/" } }, "autoload-dev": { "psr-4": { "Magento\Sniffs\": "dev/tests/static/framework/Magento/Sniffs/", "Magento\Tools\": "dev/tools/Magento/Tools/", "Magento\Tools\Sanity\": "dev/build/publication/sanity/Magento/Tools/Sanity/", "Magento\TestFramework\Inspection\": "dev/tests/static/framework/Magento/TestFramework/Inspection/", "Magento\TestFramework\Utility\": "dev/tests/static/framework/Magento/TestFramework/Utility/", "Magento\ToolkitFramework\": "dev/tools/performance-toolkit/framework/Magento/ToolkitFramework/" } } }

joanhe commented 9 years ago

@pccomfrank Do you have previous Magento installation? Could you try clean up var and pub directory and try again?

pccomfrank commented 9 years ago

I started from git clone. Everything is fresh. Let me fresh make it again.

pccomfrank commented 9 years ago

image I did a fresh git clone with a new database. No sample data. image The admin page seems OK. image

This is my composer.json. I did not change any.

root@mail:/usr/local/www/kerynn.ca # cat composer.json { "name": "magento/project-community-edition", "description": "Magento project (Community Edition)", "type": "project", "version": "0.74.0-beta5", "license": [ "OSL-3.0", "AFL-3.0" ], "require": { "php": "~5.5.0|~5.6.0", "zendframework/zend-stdlib": "2.3.1", "zendframework/zend-code": "2.3.1", "zendframework/zend-server": "2.3.1", "zendframework/zend-soap": "2.3.1", "zendframework/zend-uri": "2.3.1", "zendframework/zend-validator": "2.3.1", "zendframework/zend-console": "2.3.1", "zendframework/zend-modulemanager": "2.3.1", "zendframework/zend-mvc": "2.3.1", "zendframework/zend-text": "2.3.1", "zendframework/zend-eventmanager": "2.3.1", "zendframework/zend-view": "2.3.1", "zendframework/zend-servicemanager": "2.3.1", "zendframework/zend-json": "2.3.1", "zendframework/zend-config": "2.3.1", "zendframework/zend-form": "2.3.1", "zendframework/zend-di": "2.3.1", "zendframework/zend-serializer": "2.3.1", "zendframework/zend-log": "2.3.1", "zendframework/zend-http": "2.3.1", "magento/zendframework1": "1.12.10", "composer/composer": "1.0.0-alpha8", "monolog/monolog": "1.11.0", "oyejorge/less.php": "1.7.0.3", "tubalmartin/cssmin": "2.4.8-p4", "magento/magento-composer-installer": "_", "symfony/console": "~2.3" }, "require-dev": { "phpunit/phpunit": "4.1.0", "squizlabs/phpcodesniffer": "1.5.3", "phpmd/phpmd": "@stable", "pdepend/pdepend": "2.0.6", "lib-libxml": "", "ext-ctype": "", "ext-gd": "", "ext-spl": "", "ext-dom": "", "ext-simplexml": "", "ext-mcrypt": "", "ext-hash": "", "ext-curl": "", "ext-iconv": "", "ext-intl": "", "sjparkinson/static-review": "~4.1", "fabpot/php-cs-fixer": "~1.2", "lusitanian/oauth": "~0.3" }, "replace": { "magento/module-admin-notification": "self.version", "magento/module-authorization": "self.version", "magento/module-backend": "self.version", "magento/module-backup": "self.version", "magento/module-bundle": "self.version", "magento/module-cache-invalidate": "self.version", "magento/module-captcha": "self.version", "magento/module-catalog": "self.version", "magento/module-catalog-import-export": "self.version", "magento/module-catalog-inventory": "self.version", "magento/module-catalog-rule": "self.version", "magento/module-catalog-search": "self.version", "magento/module-catalog-url-rewrite": "self.version", "magento/module-catalog-widget": "self.version", "magento/module-centinel": "self.version", "magento/module-checkout": "self.version", "magento/module-checkout-agreements": "self.version", "magento/module-cms": "self.version", "magento/module-cms-url-rewrite": "self.version", "magento/module-config": "self.version", "magento/module-configurable-import-export": "self.version", "magento/module-configurable-product": "self.version", "magento/module-contact": "self.version", "magento/module-cookie": "self.version", "magento/module-cron": "self.version", "magento/module-currency-symbol": "self.version", "magento/module-customer": "self.version", "magento/module-customer-import-export": "self.version", "magento/module-design-editor": "self.version", "magento/module-developer": "self.version", "magento/module-dhl": "self.version", "magento/module-directory": "self.version", "magento/module-downloadable": "self.version", "magento/module-eav": "self.version", "magento/module-email": "self.version", "magento/module-fedex": "self.version", "magento/module-gift-message": "self.version", "magento/module-google-adwords": "self.version", "magento/module-google-analytics": "self.version", "magento/module-google-optimizer": "self.version", "magento/module-google-shopping": "self.version", "magento/module-grouped-import-export": "self.version", "magento/module-grouped-product": "self.version", "magento/module-import-export": "self.version", "magento/module-indexer": "self.version", "magento/module-integration": "self.version", "magento/module-layered-navigation": "self.version", "magento/module-log": "self.version", "magento/module-media-storage": "self.version", "magento/module-msrp": "self.version", "magento/module-multishipping": "self.version", "magento/module-newsletter": "self.version", "magento/module-offline-payments": "self.version", "magento/module-offline-shipping": "self.version", "magento/module-page-cache": "self.version", "magento/module-payment": "self.version", "magento/module-persistent": "self.version", "magento/module-product-alert": "self.version", "magento/module-quote": "self.version", "magento/module-reports": "self.version", "magento/module-require-js": "self.version", "magento/module-review": "self.version", "magento/module-rss": "self.version", "magento/module-rule": "self.version", "magento/module-sales": "self.version", "magento/module-sales-rule": "self.version", "magento/module-sales-sequence": "self.version", "magento/module-search": "self.version", "magento/module-sendfriend": "self.version", "magento/module-shipping": "self.version", "magento/module-sitemap": "self.version", "magento/module-store": "self.version", "magento/module-tax": "self.version", "magento/module-tax-import-export": "self.version", "magento/module-theme": "self.version", "magento/module-translation": "self.version", "magento/module-ui": "self.version", "magento/module-ups": "self.version", "magento/module-url-rewrite": "self.version", "magento/module-user": "self.version", "magento/module-usps": "self.version", "magento/module-variable": "self.version", "magento/module-version": "self.version", "magento/module-webapi": "self.version", "magento/module-weee": "self.version", "magento/module-widget": "self.version", "magento/module-wishlist": "self.version", "magento/theme-adminhtml-backend": "self.version", "magento/theme-frontend-blank": "self.version", "magento/theme-frontend-luma": "self.version", "magento/language-de_de": "self.version", "magento/language-en_us": "self.version", "magento/language-es_es": "self.version", "magento/language-fr_fr": "self.version", "magento/language-nl_nl": "self.version", "magento/language-pt_br": "self.version", "magento/language-zh_cn": "self.version", "magento/framework": "self.version", "trentrichardson/jquery-timepicker-addon": "1.4.3", "colinmollenhour/cache-backend-redis": "dev-master#193d377b7fb2e88595578b282fa01a62d1185abc", "colinmollenhour/credis": "dev-master#f07bbfd4117294f462f0fb19c49221d350bf396f", "linkorb/jsmin-php": "1.1.2", "phpseclib/phpseclib": "0.2.1", "components/jquery": "1.11.0", "blueimp/jquery-file-upload": "5.6.14", "components/jqueryui": "1.10.4", "twbs/bootstrap": "3.1.0", "tinymce/tinymce": "3.4.7" }, "extra": { "component_paths": { "trentrichardson/jquery-timepicker-addon": "lib/web/jquery/jquery-ui-timepicker-addon.js", "colinmollenhour/cache-backend-redis": "lib/internal/Cm/Cache/Backend/Redis.php", "colinmollenhour/credis": "lib/internal/Credis", "linkorb/jsmin-php": "lib/internal/JSMin", "phpseclib/phpseclib": "lib/internal/phpseclib", "components/jquery": [ "lib/web/jquery.js", "lib/web/jquery/jquery.min.js", "lib/web/jquery/jquery-migrate.js", "lib/web/jquery/jquery-migrate.min.js" ], "blueimp/jquery-file-upload": "lib/web/jquery/fileUploader", "components/jqueryui": [ "lib/web/jquery/jquery-ui.js", "lib/web/jquery/jquery-ui.min.js" ], "twbs/bootstrap": [ "lib/web/jquery/jquery.tabs.js" ], "tinymce/tinymce": "lib/web/tiny_mce" } }, "config": { "use-include-path": true }, "autoload": { "psr-4": { "Magento\Framework\": "lib/internal/Magento/Framework/", "Magento\Setup\": "setup/src/Magento/Setup/" } }, "autoload-dev": { "psr-4": { "Magento\Sniffs\": "dev/tests/static/framework/Magento/Sniffs/", "Magento\Tools\": "dev/tools/Magento/Tools/", "Magento\Tools\Sanity\": "dev/build/publication/sanity/Magento/Tools/Sanity/", "Magento\TestFramework\Inspection\": "dev/tests/static/framework/Magento/TestFramework/Inspection/", "Magento\TestFramework\Utility\": "dev/tests/static/framework/Magento/TestFramework/Utility/", "Magento\ToolkitFramework\": "dev/tools/performance-toolkit/framework/Magento/ToolkitFramework/" } } }

root@mail:/usr/local/www/kerynn.ca/var/log # cat system.log [2015-04-25 11:31:45] main.CRITICAL: Broken reference: the 'global_notices' element cannot be added as child to 'global.notices', because the latter doesn't exist [] [] [2015-04-25 11:31:45] main.CRITICAL: Broken reference: the 'logo' element cannot be added as child to 'header', because the latter doesn't exist [] [] [2015-04-25 11:31:45] main.CRITICAL: Broken reference: the 'logo' tries to reorder itself towards '', but their parents are different: 'header' and '' respectively. [] [] [2015-04-25 11:31:45] main.CRITICAL: Broken reference: the 'global.search' element cannot be added as child to 'header', because the latter doesn't exist [] [] [2015-04-25 11:31:45] main.CRITICAL: Broken reference: the 'global.search' tries to reorder itself towards 'logo', but their parents are different: 'header' and '' respectively. [] [] [2015-04-25 11:31:45] main.CRITICAL: Broken reference: the 'user' element cannot be added as child to 'header', because the latter doesn't exist [] [] [2015-04-25 11:31:45] main.CRITICAL: Broken reference: the 'user' tries to reorder itself towards '', but their parents are different: 'header' and '' respectively. [] [] [2015-04-25 11:31:45] main.CRITICAL: Broken reference: the 'menu' element cannot be added as child to 'page.menu', because the latter doesn't exist [] [] [2015-04-25 11:31:45] main.CRITICAL: Broken reference: the 'breadcrumbs' element cannot be added as child to 'page.breadcrumbs', because the latter doesn't exist [] [] [2015-04-25 11:31:45] main.CRITICAL: Broken reference: the 'formkey' element cannot be added as child to 'page.formkey', because the latter doesn't exist [] [] [2015-04-25 11:31:45] main.CRITICAL: Broken reference: the 'js_translate' element cannot be added as child to 'page.js.translate', because the latter doesn't exist [] [] [2015-04-25 11:31:45] main.CRITICAL: Broken reference: the 'page.title' element cannot be added as child to 'main.top', because the latter doesn't exist [] [] [2015-04-25 11:31:45] main.CRITICAL: Broken reference: the 'messages' element cannot be added as child to 'page.messages', because the latter doesn't exist [] [] [2015-04-25 11:31:45] main.CRITICAL: Broken reference: the 'page.actions.toolbar' element cannot be added as child to 'page.main.actions', because the latter doesn't exist [] [] [2015-04-25 11:31:45] main.CRITICAL: Broken reference: the 'page.actions.toolbar' tries to reorder itself towards '', but their parents are different: 'page.main.actions' and '' respectively. [] [] [2015-04-25 11:31:45] main.CRITICAL: Broken reference: the 'locale.switcher' element cannot be added as child to 'footer', because the latter doesn't exist [] [] [2015-04-25 11:31:45] main.CRITICAL: Broken reference: the 'legal' element cannot be added as child to 'footer', because the latter doesn't exist [] [] [2015-04-25 11:31:45] main.CRITICAL: Broken reference: the 'page.loader' element cannot be added as child to 'backend.page', because the latter doesn't exist [] [] [2015-04-25 11:31:45] main.CRITICAL: Broken reference: the 'page.loader' tries to reorder itself towards '', but their parents are different: 'backend.page' and '' respectively. [] [] [2015-04-25 11:31:45] main.CRITICAL: Broken reference: the 'requirejs-config' element cannot be added as child to 'after.body.start', because the latter doesn't exist [] [] [2015-04-25 11:31:45] main.CRITICAL: Broken reference: the 'translate' element cannot be added as child to 'after.body.start', because the latter doesn't exist [] [] [2015-04-25 11:31:45] main.CRITICAL: Broken reference: the 'head.components' element cannot be added as child to 'after.body.start', because the latter doesn't exist [] [] [2015-04-25 11:31:45] main.CRITICAL: Broken reference: the 'head.calendar' element cannot be added as child to 'after.body.start', because the latter doesn't exist [] [] [2015-04-25 11:31:45] main.CRITICAL: Broken reference: the 'system_messages' element cannot be added as child to 'notifications', because the latter doesn't exist [] [] [2015-04-25 11:31:45] main.CRITICAL: Broken reference: the 'system_messages' tries to reorder itself towards '', but their parents are different: 'notifications' and '' respectively. [] [] [2015-04-25 11:31:45] main.CRITICAL: Broken reference: the 'unread_system_messages' element cannot be added as child to 'notifications', because the latter doesn't exist [] [] [2015-04-25 11:31:45] main.CRITICAL: Broken reference: the 'unread_system_messages' tries to reorder itself towards 'system_messages', but their parents are different: 'notifications' and '' respectively. [] [] [2015-04-25 11:31:45] main.CRITICAL: Broken reference: the 'notification_window' element cannot be added as child to 'notifications', because the latter doesn't exist [] [] [2015-04-25 11:31:45] main.CRITICAL: Broken reference: the 'notification.messages' element cannot be added as child to 'header', because the latter doesn't exist [] [] [2015-04-25 11:31:45] main.CRITICAL: Broken reference: the 'notification.messages' tries to reorder itself towards 'user', but their parents are different: 'header' and '' respectively. [] [] [2015-04-25 11:31:45] main.CRITICAL: Broken reference: the 'ui.global.config' element cannot be added as child to 'footer', because the latter doesn't exist [] [] [2015-04-25 11:31:45] main.CRITICAL: Broken reference: the 'ui.global.config' tries to reorder itself towards '', but their parents are different: 'footer' and '' respectively. [] [] [2015-04-25 11:31:45] main.CRITICAL: Broken reference: the 'menu.wrapper' element cannot be added as child to 'page.wrapper', because the latter doesn't exist [] [] [2015-04-25 11:31:45] main.CRITICAL: Broken reference: the 'menu.wrapper' tries to reorder itself towards '', but their parents are different: 'page.wrapper' and '' respectively. [] [] [2015-04-25 11:31:45] main.CRITICAL: Broken reference: the 'header.inner.left' element cannot be added as child to 'header', because the latter doesn't exist [] [] [2015-04-25 11:31:45] main.CRITICAL: Broken reference: the 'header.inner.left' tries to reorder itself towards '', but their parents are different: 'header' and '' respectively. [] [] [2015-04-25 11:31:45] main.CRITICAL: Broken reference: the 'header.inner.right' element cannot be added as child to 'header', because the latter doesn't exist [] [] [2015-04-25 11:31:45] main.CRITICAL: Broken reference: the 'header.inner.right' tries to reorder itself towards 'header.inner.left', but their parents are different: 'header' and '' respectively. [] [] [2015-04-25 11:31:45] main.CRITICAL: Broken reference: the 'global.search' tries to reorder itself towards 'notification.messages', but their parents are different: 'header.inner.right' and '' respectively. [] [] [2015-04-25 11:32:01] main.INFO: Item Magento_Backend::system_currency was removed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Backend::system_design_schedule was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Backend::system_store was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Backend::dashboard was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Backend::system was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Backend::system_tools was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Backend::system_design was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Backend::system_convert was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Backend::system_cache was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Backend::marketing was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Backend::marketing_communications was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Backend::marketing_seo was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Backend::marketing_user_content was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Backend::content was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Backend::content_elements was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Backend::stores was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Backend::stores_settings was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Backend::stores_attributes was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Backend::other_settings was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Backend::system_other_settings was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Backup::system_tools_backup was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Theme::system_design_theme was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Customer::customer was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Customer::customer_manage was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Customer::customer_group was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Indexer::system_index was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Cms::cms_page was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Cms::cms_block was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Search::search_terms was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Catalog::catalog was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Catalog::catalog_products was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Catalog::catalog_categories was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Catalog::catalog_attributes_attributes was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Catalog::catalog_attributes_sets was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Catalog::inventory was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_CheckoutAgreements::sales_checkoutagreement was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Config::system_config was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Widget::cms_widget_instance was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Downloadable::report_products_downloads was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Email::template was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Sales::sales was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Sales::sales_operation was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Sales::sales_order was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Sales::sales_invoice was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Sales::sales_shipment was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Sales::sales_creditmemo was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Sales::sales_transactions was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Sales::system_order_statuses was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_GoogleShopping::catalog_googleshopping was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_GoogleShopping::catalog_googleshopping_types was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_GoogleShopping::catalog_googleshopping_items was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_ImportExport::system_convert_import was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_ImportExport::system_convert_export was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_CatalogRule::promo was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_CatalogRule::promo_catalog was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_User::system_acl was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_User::system_acl_users was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_User::system_acl_roles was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Log::visitor_online was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Newsletter::newsletter_template was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Newsletter::newsletter_queue was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Newsletter::newsletter_subscriber was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Newsletter::newsletter_problem was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_SalesRule::promo_quote was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Reports::report was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Reports::report_marketing was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Reports::report_salesroot was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Reports::report_salesroot_sales was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Reports::report_salesroot_tax was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Reports::report_salesroot_invoiced was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Reports::report_salesroot_shipping was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Reports::report_salesroot_refunded was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Reports::report_salesroot_coupons was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Reports::report_shopcart_product was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Reports::report_shopcart_abandoned was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Reports::report_products was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Reports::report_products_bestsellers was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Reports::report_products_sold was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Reports::report_products_viewed was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Reports::report_products_lowstock was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Reports::report_customers was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Reports::report_customers_accounts was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Reports::report_customers_totals was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Reports::report_customers_orders was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Reports::report_statistics was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Reports::report_statistics_refresh was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Search::report_search_term was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Review::catalog_reviews_ratings_ratings was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Review::catalog_reviews_ratings_reviews_all was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Review::report_review was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Review::report_review_customer was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Review::report_review_product was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Sitemap::catalog_sitemap was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_AdminNotification::system_adminnotification was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Tax::sales_tax was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Tax::sales_tax_rules was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Tax::sales_tax_rates was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_TaxImportExport::system_convert_tax was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_UrlRewrite::urlrewrite was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Integration::system_extensions was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Integration::system_integrations was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_Variable::system_variable was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_CurrencySymbol::system_currency was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_CurrencySymbol::system_currency_rates was processed [] [] [2015-04-25 11:32:01] main.INFO: Add of item with id Magento_CurrencySymbol::system_currency_symbols was processed [] [] [2015-04-25 11:32:01] main.CRITICAL: Broken reference: the 'header' tries to reorder itself towards 'global.notices', but their parents are different: 'page.wrapper' and 'notices.wrapper' respectively. [] [] [2015-04-25 11:32:01] main.CRITICAL: Broken reference: the 'page.breadcrumbs' tries to reorder itself towards 'notifications', but their parents are different: 'page.wrapper' and 'notices.wrapper' respectively. [] [] [2015-04-25 11:32:01] main.CRITICAL: Broken reference: the 'global.search' tries to reorder itself towards 'notification.messages', but their parents are different: 'header.inner.right' and 'header' respectively. [] [] [2015-04-25 11:32:05] main.CRITICAL: Invalid template file: '' [] [] [2015-04-25 11:32:16] main.CRITICAL: Broken reference: the 'header' tries to reorder itself towards 'global.notices', but their parents are different: 'page.wrapper' and 'notices.wrapper' respectively. [] [] [2015-04-25 11:32:16] main.CRITICAL: Broken reference: the 'page.breadcrumbs' tries to reorder itself towards 'notifications', but their parents are different: 'page.wrapper' and 'notices.wrapper' respectively. [] [] [2015-04-25 11:32:16] main.CRITICAL: Broken reference: the 'global.search' tries to reorder itself towards 'notification.messages', but their parents are different: 'header.inner.right' and 'header' respectively. [] [] [2015-04-25 11:32:16] main.CRITICAL: Invalid template file: '' [] [] [2015-04-25 11:35:06] main.CRITICAL: Broken reference: the 'header' tries to reorder itself towards 'global.notices', but their parents are different: 'page.wrapper' and 'notices.wrapper' respectively. [] [] [2015-04-25 11:35:06] main.CRITICAL: Broken reference: the 'page.breadcrumbs' tries to reorder itself towards 'notifications', but their parents are different: 'page.wrapper' and 'notices.wrapper' respectively. [] [] [2015-04-25 11:35:06] main.CRITICAL: Broken reference: the 'global.search' tries to reorder itself towards 'notification.messages', but their parents are different: 'header.inner.right' and 'header' respectively. [] [] [2015-04-25 11:35:06] main.CRITICAL: Invalid template file: '' [] []

cat install.log Starting Magento installation:
File permissions check...

Enabling Maintenance Mode...

Installing deployment configuration...

Installing database schema:
Schema creation/updates:
Module 'Magento_Store':
Installing schema..

Module 'Magento_Directory':
Installing schema..

Module 'Magento_Backend':

Module 'Magento_Backup':

Module 'Magento_Theme':
Installing schema.. Upgrading schema..

Module 'Magento_CacheInvalidate':

Module 'Magento_Eav':
Installing schema..

Module 'Magento_Customer':
Installing schema.. Upgrading schema..

Module 'Magento_CatalogImportExport':

Module 'Magento_Indexer':
Installing schema..

Module 'Magento_Cms':
Installing schema..

Module 'Magento_Search':
Installing schema..

Module 'Magento_Catalog':
Installing schema.. Upgrading schema..

Module 'Magento_Rule':

Module 'Magento_CatalogInventory':
Installing schema..

Module 'Magento_Payment':

Module 'Magento_CheckoutAgreements':
Installing schema..

Module 'Magento_Quote':
Installing schema..

Module 'Magento_CmsUrlRewrite':

Module 'Magento_Config':
Installing schema..

Module 'Magento_ConfigurableImportExport':

Module 'Magento_Msrp':

Module 'Magento_Contact':

Module 'Magento_Cookie':

Module 'Magento_Cron':
Installing schema..

Module 'Magento_Widget':
Installing schema..

Module 'Magento_Bundle':
Installing schema..

Module 'Magento_CustomerImportExport':

Module 'Magento_DesignEditor':
Installing schema..

Module 'Magento_Developer':

Module 'Magento_Dhl':

Module 'Magento_Authorization':
Installing schema..

Module 'Magento_Downloadable':
Installing schema..

Module 'Magento_SalesSequence':
Installing schema..

Module 'Magento_Email':
Installing schema..

Module 'Magento_Fedex':

Module 'Magento_Sales':
Installing schema.. Upgrading schema..

Module 'Magento_Checkout':

Module 'Magento_GoogleAnalytics':

Module 'Magento_GoogleOptimizer':
Installing schema..

Module 'Magento_GoogleShopping':
Installing schema..

Module 'Magento_GroupedImportExport':

Module 'Magento_GroupedProduct':

Module 'Magento_ImportExport':
Installing schema..

Module 'Magento_CatalogRule':
Installing schema..

Module 'Magento_User':
Installing schema..

Module 'Magento_LayeredNavigation':

Module 'Magento_Log':
Installing schema..

Module 'Magento_MediaStorage':

Module 'Magento_ConfigurableProduct':
Installing schema..

Module 'Magento_Multishipping':

Module 'Magento_Newsletter':
Installing schema..

Module 'Magento_OfflinePayments':

Module 'Magento_SalesRule':
Installing schema..

Module 'Magento_PageCache':

Module 'Magento_Centinel':

Module 'Magento_Persistent':
Installing schema..

Module 'Magento_ProductAlert':
Installing schema..

Module 'Magento_Captcha':
Installing schema..

Module 'Magento_Reports':
Installing schema..

Module 'Magento_RequireJs':

Module 'Magento_Review':
Installing schema..

Module 'Magento_Rss':

Module 'Magento_CatalogWidget':

Module 'Magento_GoogleAdwords':

Module 'Magento_OfflineShipping':
Installing schema..

Module 'Magento_GiftMessage':
Installing schema..

Module 'Magento_CatalogSearch':
Installing schema..

Module 'Magento_Sendfriend':
Installing schema..

Module 'Magento_Shipping':

Module 'Magento_Sitemap':
Installing schema..

Module 'Magento_AdminNotification':
Installing schema..

Module 'Magento_Tax':
Installing schema..

Module 'Magento_TaxImportExport':

Module 'Magento_CatalogUrlRewrite':
Installing schema..

Module 'Magento_Translation':
Installing schema..

Module 'Magento_Ui':

Module 'Magento_Ups':

Module 'Magento_UrlRewrite':
Installing schema..

Module 'Magento_Integration':
Installing schema..

Module 'Magento_Usps':

Module 'Magento_Variable':
Installing schema..

Module 'Magento_Version':

Module 'Magento_Webapi':

Module 'Magento_Weee':
Installing schema..

Module 'Magento_CurrencySymbol':

Module 'Magento_Wishlist':
Installing schema..

Schema post-updates:
Module 'Magento_Store':

Module 'Magento_Directory':

Module 'Magento_Backend':

Module 'Magento_Backup':

Module 'Magento_Theme':

Module 'Magento_CacheInvalidate':

Module 'Magento_Eav':

Module 'Magento_Customer':

Module 'Magento_CatalogImportExport':

Module 'Magento_Indexer':

Module 'Magento_Cms':

Module 'Magento_Search':

Module 'Magento_Catalog':

Module 'Magento_Rule':

Module 'Magento_CatalogInventory':

Module 'Magento_Payment':

Module 'Magento_CheckoutAgreements':

Module 'Magento_Quote':

Module 'Magento_CmsUrlRewrite':

Module 'Magento_Config':

Module 'Magento_ConfigurableImportExport':

Module 'Magento_Msrp':

Module 'Magento_Contact':

Module 'Magento_Cookie':

Module 'Magento_Cron':

Module 'Magento_Widget':

Module 'Magento_Bundle':

Module 'Magento_CustomerImportExport':

Module 'Magento_DesignEditor':

Module 'Magento_Developer':

Module 'Magento_Dhl':

Module 'Magento_Authorization':

Module 'Magento_Downloadable':

Module 'Magento_SalesSequence':

Module 'Magento_Email':

Module 'Magento_Fedex':

Module 'Magento_Sales':

Module 'Magento_Checkout':

Module 'Magento_GoogleAnalytics':

Module 'Magento_GoogleOptimizer':

Module 'Magento_GoogleShopping':

Module 'Magento_GroupedImportExport':

Module 'Magento_GroupedProduct':

Module 'Magento_ImportExport':

Module 'Magento_CatalogRule':

Module 'Magento_User':

Module 'Magento_LayeredNavigation':

Module 'Magento_Log':

Module 'Magento_MediaStorage':

Module 'Magento_ConfigurableProduct':

Module 'Magento_Multishipping':

Module 'Magento_Newsletter':

Module 'Magento_OfflinePayments':

Module 'Magento_SalesRule':

Module 'Magento_PageCache':

Module 'Magento_Centinel':

Module 'Magento_Persistent':

Module 'Magento_ProductAlert':

Module 'Magento_Captcha':

Module 'Magento_Reports':

Module 'Magento_RequireJs':

Module 'Magento_Review':

Module 'Magento_Rss':

Module 'Magento_CatalogWidget':

Module 'Magento_GoogleAdwords':

Module 'Magento_OfflineShipping':

Module 'Magento_GiftMessage':

Module 'Magento_CatalogSearch':

Module 'Magento_Sendfriend':

Module 'Magento_Shipping':

Module 'Magento_Sitemap':

Module 'Magento_AdminNotification':

Module 'Magento_Tax':

Module 'Magento_TaxImportExport':

Module 'Magento_CatalogUrlRewrite':

Module 'Magento_Translation':

Module 'Magento_Ui':

Module 'Magento_Ups':

Module 'Magento_UrlRewrite':

Module 'Magento_Integration':

Module 'Magento_Usps':

Module 'Magento_Variable':

Module 'Magento_Version':

Module 'Magento_Webapi':

Module 'Magento_Weee':

Module 'Magento_CurrencySymbol':

Module 'Magento_Wishlist':


Installing user configuration...

Installing data...
Data install/update:
Module 'Magento_Store':

Module 'Magento_Directory':
Installing data..

Module 'Magento_Backend':

Module 'Magento_Backup':

Module 'Magento_Theme':
Installing data..

Module 'Magento_CacheInvalidate':

Module 'Magento_Eav':
Installing data..

Module 'Magento_Customer':
Installing data..

Module 'Magento_CatalogImportExport':

Module 'Magento_Indexer':

Module 'Magento_Cms':
Installing data..

Module 'Magento_Search':

Module 'Magento_Catalog':
Installing data..

Module 'Magento_Rule':

Module 'Magento_CatalogInventory':
Installing data..

Module 'Magento_Payment':

Module 'Magento_CheckoutAgreements':

Module 'Magento_Quote':
Installing data..

Module 'Magento_CmsUrlRewrite':

Module 'Magento_Config':
Installing data..

Module 'Magento_ConfigurableImportExport':

Module 'Magento_Msrp':
Installing data..

Module 'Magento_Contact':

Module 'Magento_Cookie':

Module 'Magento_Cron':

Module 'Magento_Widget':
Installing data..

Module 'Magento_Bundle':
Installing data..

Module 'Magento_CustomerImportExport':

Module 'Magento_DesignEditor':

Module 'Magento_Developer':

Module 'Magento_Dhl':
Installing data..

Module 'Magento_Authorization':
Installing data..

Module 'Magento_Downloadable':
Installing data..

Module 'Magento_SalesSequence':
Installing data..

Module 'Magento_Email':

Module 'Magento_Fedex':
Installing data..

Module 'Magento_Sales':
Installing data..

Module 'Magento_Checkout':
Installing data..

Module 'Magento_GoogleAnalytics':

Module 'Magento_GoogleOptimizer':

Module 'Magento_GoogleShopping':
Installing data..

Module 'Magento_GroupedImportExport':

Module 'Magento_GroupedProduct':
Installing data..

Module 'Magento_ImportExport':

Module 'Magento_CatalogRule':
Installing data..

Module 'Magento_User':

Module 'Magento_LayeredNavigation':

Module 'Magento_Log':
Installing data..

Module 'Magento_MediaStorage':

Module 'Magento_ConfigurableProduct':
Installing data..

Module 'Magento_Multishipping':

Module 'Magento_Newsletter':

Module 'Magento_OfflinePayments':

Module 'Magento_SalesRule':
Installing data..

Module 'Magento_PageCache':

Module 'Magento_Centinel':

Module 'Magento_Persistent':

Module 'Magento_ProductAlert':

Module 'Magento_Captcha':

Module 'Magento_Reports':
Installing data..

Module 'Magento_RequireJs':

Module 'Magento_Review':
Installing data..

Module 'Magento_Rss':

Module 'Magento_CatalogWidget':

Module 'Magento_GoogleAdwords':

Module 'Magento_OfflineShipping':

Module 'Magento_GiftMessage':
Installing data..

Module 'Magento_CatalogSearch':

Module 'Magento_Sendfriend':

Module 'Magento_Shipping':

Module 'Magento_Sitemap':

Module 'Magento_AdminNotification':

Module 'Magento_Tax':
Installing data..

Module 'Magento_TaxImportExport':

Module 'Magento_CatalogUrlRewrite':
Installing data..

Module 'Magento_Translation':

Module 'Magento_Ui':

Module 'Magento_Ups':

Module 'Magento_UrlRewrite':

Module 'Magento_Integration':

Module 'Magento_Usps':
Installing data..

Module 'Magento_Variable':

Module 'Magento_Version':

Module 'Magento_Webapi':

Module 'Magento_Weee':
Installing data..

Module 'Magento_CurrencySymbol':

Module 'Magento_Wishlist':


Installing admin user...

Enabling caches:
Current status:
Array ( [config] => 1 [layout] => 1 [block_html] => 1 [view_files_fallback] => 1 [view_files_preprocessing] => 1 [collections] => 1 [db_ddl] => 1 [eav] => 1 [full_page] => 1 [translate] => 1 [config_integration] => 1 [config_integration_api] => 1 [config_webservice] => 1 )

Disabling Maintenance Mode:

Post installation file permissions check...
For security, remove write permissions from these directories: '/usr/local/www/kerynn.ca/app/etc'

[SUCCESS] Magento installation complete.
root@mail:/usr/local/www/kerynn.ca/var/log #

joanhe commented 9 years ago

@pccomfrank Thanks for reporting this issue. Internal ticket MAGETWO-36653 was created for continuing investigating and fixing this issue.

pierrefay commented 9 years ago

same error in my docker installation. What did you do to solved it ? thanks

pccomfrank commented 9 years ago

I could not fix it. I was waiting someone else to fix it.

On Thu, May 7, 2015 at 6:20 AM, Pierre FAY notifications@github.com wrote:

same error in my docker installation. What did you do to solved it ?

— Reply to this email directly or view it on GitHub https://github.com/magento/magento2/issues/1212#issuecomment-99804797.

mazhalai commented 9 years ago

@pierrefay @pccomfrank We have fixed this internally and should have it available in the next publication.

pierrefay commented 9 years ago

cool ! thanks @mazhalai and @joanhe :)

vpelipenko commented 9 years ago

Guys, internal ticket is closed and fix is available on public from 0.74.0-beta8. Could you check it on the latest version?

pierrefay commented 9 years ago

it works well thanks.