Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
pccomfrank opened this issue Apr 23, 2015 · 10 comments
Closed
Labels
bug report Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development Progress: needs update

Comments

@pccomfrank
Copy link

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/php_codesniffer": "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/"
}
}
}

@pccomfrank pccomfrank changed the title magento 2 0.74.0-beta5 unable to open home pay after successful installation magento 2 0.74.0-beta5 unable to open home page after successful installation Apr 23, 2015
@joanhe
Copy link
Contributor

joanhe commented Apr 24, 2015

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

@pccomfrank
Copy link
Author

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

@pccomfrank
Copy link
Author

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/php_codesniffer": "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...
[Progress: 1 / 271]
Enabling Maintenance Mode...
[Progress: 2 / 271]
Installing deployment configuration...
[Progress: 3 / 271]
Installing database schema:
Schema creation/updates:
Module 'Magento_Store':
Installing schema..
[Progress: 4 / 271]
Module 'Magento_Directory':
Installing schema..
[Progress: 5 / 271]
Module 'Magento_Backend':
[Progress: 6 / 271]
Module 'Magento_Backup':
[Progress: 7 / 271]
Module 'Magento_Theme':
Installing schema.. Upgrading schema..
[Progress: 8 / 271]
Module 'Magento_CacheInvalidate':
[Progress: 9 / 271]
Module 'Magento_Eav':
Installing schema..
[Progress: 10 / 271]
Module 'Magento_Customer':
Installing schema.. Upgrading schema..
[Progress: 11 / 271]
Module 'Magento_CatalogImportExport':
[Progress: 12 / 271]
Module 'Magento_Indexer':
Installing schema..
[Progress: 13 / 271]
Module 'Magento_Cms':
Installing schema..
[Progress: 14 / 271]
Module 'Magento_Search':
Installing schema..
[Progress: 15 / 271]
Module 'Magento_Catalog':
Installing schema.. Upgrading schema..
[Progress: 16 / 271]
Module 'Magento_Rule':
[Progress: 17 / 271]
Module 'Magento_CatalogInventory':
Installing schema..
[Progress: 18 / 271]
Module 'Magento_Payment':
[Progress: 19 / 271]
Module 'Magento_CheckoutAgreements':
Installing schema..
[Progress: 20 / 271]
Module 'Magento_Quote':
Installing schema..
[Progress: 21 / 271]
Module 'Magento_CmsUrlRewrite':
[Progress: 22 / 271]
Module 'Magento_Config':
Installing schema..
[Progress: 23 / 271]
Module 'Magento_ConfigurableImportExport':
[Progress: 24 / 271]
Module 'Magento_Msrp':
[Progress: 25 / 271]
Module 'Magento_Contact':
[Progress: 26 / 271]
Module 'Magento_Cookie':
[Progress: 27 / 271]
Module 'Magento_Cron':
Installing schema..
[Progress: 28 / 271]
Module 'Magento_Widget':
Installing schema..
[Progress: 29 / 271]
Module 'Magento_Bundle':
Installing schema..
[Progress: 30 / 271]
Module 'Magento_CustomerImportExport':
[Progress: 31 / 271]
Module 'Magento_DesignEditor':
Installing schema..
[Progress: 32 / 271]
Module 'Magento_Developer':
[Progress: 33 / 271]
Module 'Magento_Dhl':
[Progress: 34 / 271]
Module 'Magento_Authorization':
Installing schema..
[Progress: 35 / 271]
Module 'Magento_Downloadable':
Installing schema..
[Progress: 36 / 271]
Module 'Magento_SalesSequence':
Installing schema..
[Progress: 37 / 271]
Module 'Magento_Email':
Installing schema..
[Progress: 38 / 271]
Module 'Magento_Fedex':
[Progress: 39 / 271]
Module 'Magento_Sales':
Installing schema.. Upgrading schema..
[Progress: 40 / 271]
Module 'Magento_Checkout':
[Progress: 41 / 271]
Module 'Magento_GoogleAnalytics':
[Progress: 42 / 271]
Module 'Magento_GoogleOptimizer':
Installing schema..
[Progress: 43 / 271]
Module 'Magento_GoogleShopping':
Installing schema..
[Progress: 44 / 271]
Module 'Magento_GroupedImportExport':
[Progress: 45 / 271]
Module 'Magento_GroupedProduct':
[Progress: 46 / 271]
Module 'Magento_ImportExport':
Installing schema..
[Progress: 47 / 271]
Module 'Magento_CatalogRule':
Installing schema..
[Progress: 48 / 271]
Module 'Magento_User':
Installing schema..
[Progress: 49 / 271]
Module 'Magento_LayeredNavigation':
[Progress: 50 / 271]
Module 'Magento_Log':
Installing schema..
[Progress: 51 / 271]
Module 'Magento_MediaStorage':
[Progress: 52 / 271]
Module 'Magento_ConfigurableProduct':
Installing schema..
[Progress: 53 / 271]
Module 'Magento_Multishipping':
[Progress: 54 / 271]
Module 'Magento_Newsletter':
Installing schema..
[Progress: 55 / 271]
Module 'Magento_OfflinePayments':
[Progress: 56 / 271]
Module 'Magento_SalesRule':
Installing schema..
[Progress: 57 / 271]
Module 'Magento_PageCache':
[Progress: 58 / 271]
Module 'Magento_Centinel':
[Progress: 59 / 271]
Module 'Magento_Persistent':
Installing schema..
[Progress: 60 / 271]
Module 'Magento_ProductAlert':
Installing schema..
[Progress: 61 / 271]
Module 'Magento_Captcha':
Installing schema..
[Progress: 62 / 271]
Module 'Magento_Reports':
Installing schema..
[Progress: 63 / 271]
Module 'Magento_RequireJs':
[Progress: 64 / 271]
Module 'Magento_Review':
Installing schema..
[Progress: 65 / 271]
Module 'Magento_Rss':
[Progress: 66 / 271]
Module 'Magento_CatalogWidget':
[Progress: 67 / 271]
Module 'Magento_GoogleAdwords':
[Progress: 68 / 271]
Module 'Magento_OfflineShipping':
Installing schema..
[Progress: 69 / 271]
Module 'Magento_GiftMessage':
Installing schema..
[Progress: 70 / 271]
Module 'Magento_CatalogSearch':
Installing schema..
[Progress: 71 / 271]
Module 'Magento_Sendfriend':
Installing schema..
[Progress: 72 / 271]
Module 'Magento_Shipping':
[Progress: 73 / 271]
Module 'Magento_Sitemap':
Installing schema..
[Progress: 74 / 271]
Module 'Magento_AdminNotification':
Installing schema..
[Progress: 75 / 271]
Module 'Magento_Tax':
Installing schema..
[Progress: 76 / 271]
Module 'Magento_TaxImportExport':
[Progress: 77 / 271]
Module 'Magento_CatalogUrlRewrite':
Installing schema..
[Progress: 78 / 271]
Module 'Magento_Translation':
Installing schema..
[Progress: 79 / 271]
Module 'Magento_Ui':
[Progress: 80 / 271]
Module 'Magento_Ups':
[Progress: 81 / 271]
Module 'Magento_UrlRewrite':
Installing schema..
[Progress: 82 / 271]
Module 'Magento_Integration':
Installing schema..
[Progress: 83 / 271]
Module 'Magento_Usps':
[Progress: 84 / 271]
Module 'Magento_Variable':
Installing schema..
[Progress: 85 / 271]
Module 'Magento_Version':
[Progress: 86 / 271]
Module 'Magento_Webapi':
[Progress: 87 / 271]
Module 'Magento_Weee':
Installing schema..
[Progress: 88 / 271]
Module 'Magento_CurrencySymbol':
[Progress: 89 / 271]
Module 'Magento_Wishlist':
Installing schema..
[Progress: 90 / 271]
Schema post-updates:
Module 'Magento_Store':
[Progress: 91 / 271]
Module 'Magento_Directory':
[Progress: 92 / 271]
Module 'Magento_Backend':
[Progress: 93 / 271]
Module 'Magento_Backup':
[Progress: 94 / 271]
Module 'Magento_Theme':
[Progress: 95 / 271]
Module 'Magento_CacheInvalidate':
[Progress: 96 / 271]
Module 'Magento_Eav':
[Progress: 97 / 271]
Module 'Magento_Customer':
[Progress: 98 / 271]
Module 'Magento_CatalogImportExport':
[Progress: 99 / 271]
Module 'Magento_Indexer':
[Progress: 100 / 271]
Module 'Magento_Cms':
[Progress: 101 / 271]
Module 'Magento_Search':
[Progress: 102 / 271]
Module 'Magento_Catalog':
[Progress: 103 / 271]
Module 'Magento_Rule':
[Progress: 104 / 271]
Module 'Magento_CatalogInventory':
[Progress: 105 / 271]
Module 'Magento_Payment':
[Progress: 106 / 271]
Module 'Magento_CheckoutAgreements':
[Progress: 107 / 271]
Module 'Magento_Quote':
[Progress: 108 / 271]
Module 'Magento_CmsUrlRewrite':
[Progress: 109 / 271]
Module 'Magento_Config':
[Progress: 110 / 271]
Module 'Magento_ConfigurableImportExport':
[Progress: 111 / 271]
Module 'Magento_Msrp':
[Progress: 112 / 271]
Module 'Magento_Contact':
[Progress: 113 / 271]
Module 'Magento_Cookie':
[Progress: 114 / 271]
Module 'Magento_Cron':
[Progress: 115 / 271]
Module 'Magento_Widget':
[Progress: 116 / 271]
Module 'Magento_Bundle':
[Progress: 117 / 271]
Module 'Magento_CustomerImportExport':
[Progress: 118 / 271]
Module 'Magento_DesignEditor':
[Progress: 119 / 271]
Module 'Magento_Developer':
[Progress: 120 / 271]
Module 'Magento_Dhl':
[Progress: 121 / 271]
Module 'Magento_Authorization':
[Progress: 122 / 271]
Module 'Magento_Downloadable':
[Progress: 123 / 271]
Module 'Magento_SalesSequence':
[Progress: 124 / 271]
Module 'Magento_Email':
[Progress: 125 / 271]
Module 'Magento_Fedex':
[Progress: 126 / 271]
Module 'Magento_Sales':
[Progress: 127 / 271]
Module 'Magento_Checkout':
[Progress: 128 / 271]
Module 'Magento_GoogleAnalytics':
[Progress: 129 / 271]
Module 'Magento_GoogleOptimizer':
[Progress: 130 / 271]
Module 'Magento_GoogleShopping':
[Progress: 131 / 271]
Module 'Magento_GroupedImportExport':
[Progress: 132 / 271]
Module 'Magento_GroupedProduct':
[Progress: 133 / 271]
Module 'Magento_ImportExport':
[Progress: 134 / 271]
Module 'Magento_CatalogRule':
[Progress: 135 / 271]
Module 'Magento_User':
[Progress: 136 / 271]
Module 'Magento_LayeredNavigation':
[Progress: 137 / 271]
Module 'Magento_Log':
[Progress: 138 / 271]
Module 'Magento_MediaStorage':
[Progress: 139 / 271]
Module 'Magento_ConfigurableProduct':
[Progress: 140 / 271]
Module 'Magento_Multishipping':
[Progress: 141 / 271]
Module 'Magento_Newsletter':
[Progress: 142 / 271]
Module 'Magento_OfflinePayments':
[Progress: 143 / 271]
Module 'Magento_SalesRule':
[Progress: 144 / 271]
Module 'Magento_PageCache':
[Progress: 145 / 271]
Module 'Magento_Centinel':
[Progress: 146 / 271]
Module 'Magento_Persistent':
[Progress: 147 / 271]
Module 'Magento_ProductAlert':
[Progress: 148 / 271]
Module 'Magento_Captcha':
[Progress: 149 / 271]
Module 'Magento_Reports':
[Progress: 150 / 271]
Module 'Magento_RequireJs':
[Progress: 151 / 271]
Module 'Magento_Review':
[Progress: 152 / 271]
Module 'Magento_Rss':
[Progress: 153 / 271]
Module 'Magento_CatalogWidget':
[Progress: 154 / 271]
Module 'Magento_GoogleAdwords':
[Progress: 155 / 271]
Module 'Magento_OfflineShipping':
[Progress: 156 / 271]
Module 'Magento_GiftMessage':
[Progress: 157 / 271]
Module 'Magento_CatalogSearch':
[Progress: 158 / 271]
Module 'Magento_Sendfriend':
[Progress: 159 / 271]
Module 'Magento_Shipping':
[Progress: 160 / 271]
Module 'Magento_Sitemap':
[Progress: 161 / 271]
Module 'Magento_AdminNotification':
[Progress: 162 / 271]
Module 'Magento_Tax':
[Progress: 163 / 271]
Module 'Magento_TaxImportExport':
[Progress: 164 / 271]
Module 'Magento_CatalogUrlRewrite':
[Progress: 165 / 271]
Module 'Magento_Translation':
[Progress: 166 / 271]
Module 'Magento_Ui':
[Progress: 167 / 271]
Module 'Magento_Ups':
[Progress: 168 / 271]
Module 'Magento_UrlRewrite':
[Progress: 169 / 271]
Module 'Magento_Integration':
[Progress: 170 / 271]
Module 'Magento_Usps':
[Progress: 171 / 271]
Module 'Magento_Variable':
[Progress: 172 / 271]
Module 'Magento_Version':
[Progress: 173 / 271]
Module 'Magento_Webapi':
[Progress: 174 / 271]
Module 'Magento_Weee':
[Progress: 175 / 271]
Module 'Magento_CurrencySymbol':
[Progress: 176 / 271]
Module 'Magento_Wishlist':
[Progress: 177 / 271]
[Progress: 178 / 271]
Installing user configuration...
[Progress: 179 / 271]
Installing data...
Data install/update:
Module 'Magento_Store':
[Progress: 180 / 271]
Module 'Magento_Directory':
Installing data..
[Progress: 181 / 271]
Module 'Magento_Backend':
[Progress: 182 / 271]
Module 'Magento_Backup':
[Progress: 183 / 271]
Module 'Magento_Theme':
Installing data..
[Progress: 184 / 271]
Module 'Magento_CacheInvalidate':
[Progress: 185 / 271]
Module 'Magento_Eav':
Installing data..
[Progress: 186 / 271]
Module 'Magento_Customer':
Installing data..
[Progress: 187 / 271]
Module 'Magento_CatalogImportExport':
[Progress: 188 / 271]
Module 'Magento_Indexer':
[Progress: 189 / 271]
Module 'Magento_Cms':
Installing data..
[Progress: 190 / 271]
Module 'Magento_Search':
[Progress: 191 / 271]
Module 'Magento_Catalog':
Installing data..
[Progress: 192 / 271]
Module 'Magento_Rule':
[Progress: 193 / 271]
Module 'Magento_CatalogInventory':
Installing data..
[Progress: 194 / 271]
Module 'Magento_Payment':
[Progress: 195 / 271]
Module 'Magento_CheckoutAgreements':
[Progress: 196 / 271]
Module 'Magento_Quote':
Installing data..
[Progress: 197 / 271]
Module 'Magento_CmsUrlRewrite':
[Progress: 198 / 271]
Module 'Magento_Config':
Installing data..
[Progress: 199 / 271]
Module 'Magento_ConfigurableImportExport':
[Progress: 200 / 271]
Module 'Magento_Msrp':
Installing data..
[Progress: 201 / 271]
Module 'Magento_Contact':
[Progress: 202 / 271]
Module 'Magento_Cookie':
[Progress: 203 / 271]
Module 'Magento_Cron':
[Progress: 204 / 271]
Module 'Magento_Widget':
Installing data..
[Progress: 205 / 271]
Module 'Magento_Bundle':
Installing data..
[Progress: 206 / 271]
Module 'Magento_CustomerImportExport':
[Progress: 207 / 271]
Module 'Magento_DesignEditor':
[Progress: 208 / 271]
Module 'Magento_Developer':
[Progress: 209 / 271]
Module 'Magento_Dhl':
Installing data..
[Progress: 210 / 271]
Module 'Magento_Authorization':
Installing data..
[Progress: 211 / 271]
Module 'Magento_Downloadable':
Installing data..
[Progress: 212 / 271]
Module 'Magento_SalesSequence':
Installing data..
[Progress: 213 / 271]
Module 'Magento_Email':
[Progress: 214 / 271]
Module 'Magento_Fedex':
Installing data..
[Progress: 215 / 271]
Module 'Magento_Sales':
Installing data..
[Progress: 216 / 271]
Module 'Magento_Checkout':
Installing data..
[Progress: 217 / 271]
Module 'Magento_GoogleAnalytics':
[Progress: 218 / 271]
Module 'Magento_GoogleOptimizer':
[Progress: 219 / 271]
Module 'Magento_GoogleShopping':
Installing data..
[Progress: 220 / 271]
Module 'Magento_GroupedImportExport':
[Progress: 221 / 271]
Module 'Magento_GroupedProduct':
Installing data..
[Progress: 222 / 271]
Module 'Magento_ImportExport':
[Progress: 223 / 271]
Module 'Magento_CatalogRule':
Installing data..
[Progress: 224 / 271]
Module 'Magento_User':
[Progress: 225 / 271]
Module 'Magento_LayeredNavigation':
[Progress: 226 / 271]
Module 'Magento_Log':
Installing data..
[Progress: 227 / 271]
Module 'Magento_MediaStorage':
[Progress: 228 / 271]
Module 'Magento_ConfigurableProduct':
Installing data..
[Progress: 229 / 271]
Module 'Magento_Multishipping':
[Progress: 230 / 271]
Module 'Magento_Newsletter':
[Progress: 231 / 271]
Module 'Magento_OfflinePayments':
[Progress: 232 / 271]
Module 'Magento_SalesRule':
Installing data..
[Progress: 233 / 271]
Module 'Magento_PageCache':
[Progress: 234 / 271]
Module 'Magento_Centinel':
[Progress: 235 / 271]
Module 'Magento_Persistent':
[Progress: 236 / 271]
Module 'Magento_ProductAlert':
[Progress: 237 / 271]
Module 'Magento_Captcha':
[Progress: 238 / 271]
Module 'Magento_Reports':
Installing data..
[Progress: 239 / 271]
Module 'Magento_RequireJs':
[Progress: 240 / 271]
Module 'Magento_Review':
Installing data..
[Progress: 241 / 271]
Module 'Magento_Rss':
[Progress: 242 / 271]
Module 'Magento_CatalogWidget':
[Progress: 243 / 271]
Module 'Magento_GoogleAdwords':
[Progress: 244 / 271]
Module 'Magento_OfflineShipping':
[Progress: 245 / 271]
Module 'Magento_GiftMessage':
Installing data..
[Progress: 246 / 271]
Module 'Magento_CatalogSearch':
[Progress: 247 / 271]
Module 'Magento_Sendfriend':
[Progress: 248 / 271]
Module 'Magento_Shipping':
[Progress: 249 / 271]
Module 'Magento_Sitemap':
[Progress: 250 / 271]
Module 'Magento_AdminNotification':
[Progress: 251 / 271]
Module 'Magento_Tax':
Installing data..
[Progress: 252 / 271]
Module 'Magento_TaxImportExport':
[Progress: 253 / 271]
Module 'Magento_CatalogUrlRewrite':
Installing data..
[Progress: 254 / 271]
Module 'Magento_Translation':
[Progress: 255 / 271]
Module 'Magento_Ui':
[Progress: 256 / 271]
Module 'Magento_Ups':
[Progress: 257 / 271]
Module 'Magento_UrlRewrite':
[Progress: 258 / 271]
Module 'Magento_Integration':
[Progress: 259 / 271]
Module 'Magento_Usps':
Installing data..
[Progress: 260 / 271]
Module 'Magento_Variable':
[Progress: 261 / 271]
Module 'Magento_Version':
[Progress: 262 / 271]
Module 'Magento_Webapi':
[Progress: 263 / 271]
Module 'Magento_Weee':
Installing data..
[Progress: 264 / 271]
Module 'Magento_CurrencySymbol':
[Progress: 265 / 271]
Module 'Magento_Wishlist':
[Progress: 266 / 271]
[Progress: 267 / 271]
Installing admin user...
[Progress: 268 / 271]
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
)

[Progress: 269 / 271]
Disabling Maintenance Mode:
[Progress: 270 / 271]
Post installation file permissions check...
For security, remove write permissions from these directories: '/usr/local/www/kerynn.ca/app/etc'
[Progress: 271 / 271]
[SUCCESS] Magento installation complete.
root@mail:/usr/local/www/kerynn.ca/var/log #

@joanhe joanhe removed the question label Apr 24, 2015
@joanhe
Copy link
Contributor

joanhe commented Apr 24, 2015

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

@joanhe joanhe added the Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development label Apr 24, 2015
@pierrefay
Copy link

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

@pccomfrank
Copy link
Author

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
#1212 (comment).

@mazhalai
Copy link
Contributor

mazhalai commented May 7, 2015

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

@pierrefay
Copy link

cool ! thanks @mazhalai and @joanhe :)

magento-team pushed a commit that referenced this issue May 8, 2015
…tallation #1212

- changed condition checking in Store model
magento-team pushed a commit that referenced this issue May 8, 2015
magento-team pushed a commit that referenced this issue May 8, 2015
…tallation #1212

- added sets no cache header in RequestPreprocessor plugin
magento-team pushed a commit that referenced this issue May 8, 2015
[Ogre] Fixed Github #1212 Unable to open home page after successful installation
@vpelipenko
Copy link
Contributor

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
Copy link

it works well thanks.

magento-team pushed a commit that referenced this issue Jun 21, 2017
Fixed isues:
- MAGETWO-69946 Product list widget is not working with SKU field
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development Progress: needs update
Projects
None yet
Development

No branches or pull requests

5 participants