Skip to content

Magento 2 0.74.0-beta6 unable to open home page right after successful installation #1213

Closed
@pccomfrank

Description

@pccomfrank

Hi, Magento 2 developers!
Thank you to make beta6 available. I just made a fresh install for 0.74.0-beta6 by using composer.
I got a success installation. Then I click to the admin page, it seems ok. When I click to the home page, it pop out an errror message as the following:
image
The admin page seems ok:
image
This is the composer.json, I did not change any:
root@mail:/usr/local/www/kerynn.ca # cat composer.json
{
"name": "magento/magento2ce",
"description": "Magento 2 (Community Edition)",
"type": "project",
"version": "0.74.0-beta6",
"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-alpha9",
"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/"
}
},
"minimum-stability": "alpha",
"prefer-stable": true
}

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

The following is the install.log:
root@mail:/usr/local/www/kerynn.ca/var/log # 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 #

root@mail:/usr/local/www/kerynn.ca/var/log # uname -a
FreeBSD mail.pccom.ca 10.1-RELEASE-p9 FreeBSD 10.1-RELEASE-p9 #0: Tue Apr 7 01:09:46 UTC 2015 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64

root@mail:/usr/local/etc # cat php.ini | grep -v "^;" | grep -v '^$'
[PHP]
engine = On
short_open_tag = Off
asp_tags = Off
precision = 14
output_buffering = 4096
zlib.output_compression = Off
implicit_flush = Off
unserialize_callback_func =
serialize_precision = 17
disable_functions =
disable_classes =
zend.enable_gc = On
expose_php = On
max_execution_time = 30
max_input_time = 60
memory_limit = 128M
error_reporting = E_ALL
display_errors = On
display_startup_errors = On
log_errors = On
log_errors_max_len = 1024
ignore_repeated_errors = Off
ignore_repeated_source = Off
report_memleaks = On
track_errors = On
html_errors = On
variables_order = "GPCS"
request_order = "GP"
register_argc_argv = Off
auto_globals_jit = On
post_max_size = 8M
auto_prepend_file =
auto_append_file =
default_mimetype = "text/html"
default_charset = "UTF-8"
always_populate_raw_post_data = -1
doc_root =
user_dir =
enable_dl = Off
file_uploads = On
upload_max_filesize = 2M
max_file_uploads = 20
allow_url_fopen = On
allow_url_include = Off
default_socket_timeout = 60
[CLI Server]
cli_server.color = On
[Date]
date.timezone = America/New_York
[filter]
[iconv]
[intl]
[sqlite]
[sqlite3]
[Pcre]
[Pdo]
[Pdo_mysql]
pdo_mysql.cache_size = 2000
pdo_mysql.default_socket=
[Phar]
[mail function]
SMTP = localhost
smtp_port = 25
mail.add_x_header = On
[SQL]
sql.safe_mode = Off
[ODBC]
odbc.allow_persistent = On
odbc.check_persistent = On
odbc.max_persistent = -1
odbc.max_links = -1
odbc.defaultlrl = 4096
odbc.defaultbinmode = 1
[Interbase]
ibase.allow_persistent = 1
ibase.max_persistent = -1
ibase.max_links = -1
ibase.timestampformat = "%Y-%m-%d %H:%M:%S"
ibase.dateformat = "%Y-%m-%d"
ibase.timeformat = "%H:%M:%S"
[MySQL]
mysql.allow_local_infile = On
mysql.allow_persistent = On
mysql.cache_size = 2000
mysql.max_persistent = -1
mysql.max_links = -1
mysql.default_port =
mysql.default_socket =
mysql.default_host =
mysql.default_user =
mysql.default_password =
mysql.connect_timeout = 60
mysql.trace_mode = Off
[MySQLi]
mysqli.max_persistent = -1
mysqli.allow_persistent = On
mysqli.max_links = -1
mysqli.cache_size = 2000
mysqli.default_port = 3306
mysqli.default_socket =
mysqli.default_host =
mysqli.default_user =
mysqli.default_pw =
mysqli.reconnect = Off
[mysqlnd]
mysqlnd.collect_statistics = On
mysqlnd.collect_memory_statistics = On
[OCI8]
[PostgreSQL]
pgsql.allow_persistent = On
pgsql.auto_reset_persistent = Off
pgsql.max_persistent = -1
pgsql.max_links = -1
pgsql.ignore_notice = 0
pgsql.log_notice = 0
[Sybase-CT]
sybct.allow_persistent = On
sybct.max_persistent = -1
sybct.max_links = -1
sybct.min_server_severity = 10
sybct.min_client_severity = 10
[bcmath]
bcmath.scale = 0
[browscap]
[Session]
session.save_handler = files
session.use_strict_mode = 0
session.use_cookies = 1
session.use_only_cookies = 1
session.name = PHPSESSID
session.auto_start = 0
session.cookie_lifetime = 0
session.cookie_path = /
session.cookie_domain =
session.cookie_httponly =
session.serialize_handler = php
session.gc_probability = 1
session.gc_divisor = 1000
session.gc_maxlifetime = 1440
session.referer_check =
session.cache_limiter = nocache
session.cache_expire = 180
session.use_trans_sid = 0
session.hash_function = 0
session.hash_bits_per_character = 5
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry"
[MSSQL]
mssql.allow_persistent = On
mssql.max_persistent = -1
mssql.max_links = -1
mssql.min_error_severity = 10
mssql.min_message_severity = 10
mssql.compatibility_mode = Off
mssql.secure_connection = Off
[Assertion]
[COM]
[mbstring]
[gd]
[exif]
[Tidy]
tidy.clean_output = Off
[soap]
soap.wsdl_cache_enabled=1
soap.wsdl_cache_dir="/tmp"
soap.wsdl_cache_ttl=86400
soap.wsdl_cache_limit = 5
[sysvshm]
[ldap]
ldap.max_links = -1
[mcrypt]
[dba]
[opcache]
[curl]
[openssl]
openssl.cafile=/etc/ssl/certs.pem
openssl.capath=/etc/ssl/certs
root@mail:/usr/local/etc # php -m
[PHP Modules]
bz2
Core
ctype
curl
date
dom
ereg
fileinfo
filter
gd
hash
iconv
intl
json
libxml
mbstring
mcrypt
mhash
mongo
mysql
mysqli
mysqlnd
openssl
pcre
PDO
pdo_mysql
pdo_pgsql
pdo_sqlite
pgsql
Phar
posix
Reflection
session
SimpleXML
soap
SPL
sqlite3
standard
tokenizer
xml
xmlreader
xmlwriter
xsl
Zend OPcache
zip
zlib

[Zend Modules]
Zend OPcache

root@mail:/usr/local/etc # php -i
phpinfo()
PHP Version => 5.6.7

System => FreeBSD mail.pccom.ca 10.1-RELEASE-p9 FreeBSD 10.1-RELEASE-p9 #0: Tue Apr 7 01:09:46 UTC 2015 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
Build Date => Apr 15 2015 01:51:53
Configure Command => './configure' '--with-layout=GNU' '--localstatedir=/var' '--with-config-file-scan-dir=/usr/local/etc/php' '--disable-all' '--enable-libxml' '--enable-mysqlnd' '--with-libxml-dir=/usr/local' '--with-pcre-regex=/usr/local' '--with-zlib-dir=/usr' '--program-prefix=' '--enable-fpm' '--with-fpm-user=www' '--with-fpm-group=www' '--with-regex=php' '--with-zend-vm=CALL' '--prefix=/usr/local' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' '--build=amd64-portbld-freebsd10.1' 'build_alias=amd64-portbld-freebsd10.1' 'CC=cc' 'CFLAGS=-O2 '-pipe' '-fstack-protector' '-fno-strict-aliasing'' 'LDFLAGS= '-fstack-protector'' 'LIBS=-lpthread' 'CPPFLAGS=' 'CPP=cpp' 'CXX=c++' 'CXXFLAGS=-O2 '-pipe' '-fstack-protector' '-fno-strict-aliasing'
Server API => Command Line Interface
Virtual Directory Support => disabled
Configuration File (php.ini) Path => /usr/local/etc
Loaded Configuration File => /usr/local/etc/php.ini
Scan this dir for additional .ini files => /usr/local/etc/php
Additional .ini files parsed => /usr/local/etc/php/extensions.ini

PHP API => 20131106
PHP Extension => 20131226
Zend Extension => 220131226
Zend Extension Build => API220131226,NTS
PHP Extension Build => API20131226,NTS
Debug Build => no
Thread Safety => disabled
Zend Signal Handling => disabled
Zend Memory Manager => enabled
Zend Multibyte Support => provided by mbstring
IPv6 Support => enabled
DTrace Support => disabled

Registered PHP Streams => php, file, glob, data, http, ftp, compress.bzip2, compress.zlib, https, ftps, phar, zip
Registered Stream Socket Transports => tcp, udp, unix, udg, ssl, sslv3, sslv2, tls, tlsv1.0, tlsv1.1, tlsv1.2
Registered Stream Filters => string.rot13, string.toupper, string.tolower, string.strip_tags, convert., consumed, dechunk, convert.iconv., bzip2., mcrypt., mdecrypt., zlib.

This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.6.0, Copyright (c) 1998-2015 Zend Technologies
with Zend OPcache v7.0.4-dev, Copyright (c) 1999-2015, by Zend Technologies


Configuration

bz2

BZip2 Support => Enabled
Stream Wrapper support => compress.bzip2://
Stream Filter support => bzip2.decompress, bzip2.compress
BZip2 Version => 1.0.6, 6-Sept-2010

Core

PHP Version => 5.6.7

Directive => Local Value => Master Value
allow_url_fopen => On => On
allow_url_include => Off => Off
always_populate_raw_post_data => -1 => -1
arg_separator.input => & => &
arg_separator.output => & => &
asp_tags => Off => Off
auto_append_file => no value => no value
auto_globals_jit => On => On
auto_prepend_file => no value => no value
browscap => no value => no value
default_charset => UTF-8 => UTF-8
default_mimetype => text/html => text/html
disable_classes => no value => no value
disable_functions => no value => no value
display_errors => STDOUT => STDOUT
display_startup_errors => On => On
doc_root => no value => no value
docref_ext => no value => no value
docref_root => no value => no value
enable_dl => Off => Off
enable_post_data_reading => On => On
error_append_string => no value => no value
error_log => no value => no value
error_prepend_string => no value => no value
error_reporting => 32767 => 32767
exit_on_timeout => Off => Off
expose_php => On => On
extension_dir => /usr/local/lib/php/20131226 => /usr/local/lib/php/20131226
file_uploads => On => On
highlight.comment => #FF8000 => #FF8000
highlight.default => #0000BB => #0000BB
highlight.html => #000000 => #000000
highlight.keyword => #7700 => #7700
highlight.string => #DD0000 => #DD0000
html_errors => Off => Off
ignore_repeated_errors => Off => Off
ignore_repeated_source => Off => Off
ignore_user_abort => Off => Off
implicit_flush => On => On
include_path => .:/usr/local/share/pear => .:/usr/local/share/pear
input_encoding => no value => no value
internal_encoding => no value => no value
log_errors => On => On
log_errors_max_len => 1024 => 1024
mail.add_x_header => On => On
mail.force_extra_parameters => no value => no value
mail.log => no value => no value
max_execution_time => 0 => 0
max_file_uploads => 20 => 20
max_input_nesting_level => 64 => 64
max_input_time => -1 => -1
max_input_vars => 1000 => 1000
memory_limit => 128M => 128M
open_basedir => no value => no value
output_buffering => 0 => 0
output_encoding => no value => no value
output_handler => no value => no value
post_max_size => 8M => 8M
precision => 14 => 14
realpath_cache_size => 16K => 16K
realpath_cache_ttl => 120 => 120
register_argc_argv => On => On
report_memleaks => On => On
report_zend_debug => Off => Off
request_order => GP => GP
sendmail_from => no value => no value
sendmail_path => /usr/sbin/sendmail -t -i => /usr/sbin/sendmail -t -i
serialize_precision => 17 => 17
short_open_tag => Off => Off
SMTP => localhost => localhost
smtp_port => 25 => 25
sql.safe_mode => Off => Off
sys_temp_dir => no value => no value
track_errors => On => On
unserialize_callback_func => no value => no value
upload_max_filesize => 2M => 2M
upload_tmp_dir => no value => no value
user_dir => no value => no value
user_ini.cache_ttl => 300 => 300
user_ini.filename => .user.ini => .user.ini
variables_order => GPCS => GPCS
xmlrpc_error_number => 0 => 0
xmlrpc_errors => Off => Off
zend.detect_unicode => On => On
zend.enable_gc => On => On
zend.multibyte => Off => Off
zend.script_encoding => no value => no value

ctype

ctype functions => enabled

curl

cURL support => enabled
cURL Information => 7.41.0
Age => 3
Features
AsynchDNS => Yes
CharConv => No
Debug => No
GSS-Negotiate => No
IDN => No
IPv6 => Yes
krb4 => No
Largefile => Yes
libz => Yes
NTLM => Yes
NTLMWB => Yes
SPNEGO => Yes
SSL => Yes
SSPI => No
TLS-SRP => Yes
Protocols => dict, file, ftp, ftps, gopher, http, https, imap, imaps, pop3, pop3s, rtsp, smb, smbs, smtp, smtps, telnet, tftp
Host => amd64-portbld-freebsd10.1
SSL Version => OpenSSL/1.0.1l
ZLib Version => 1.2.8

date

date/time support => enabled
"Olson" Timezone Database Version => 2015.1
Timezone Database => internal
Default timezone => America/New_York

Directive => Local Value => Master Value
date.default_latitude => 31.7667 => 31.7667
date.default_longitude => 35.2333 => 35.2333
date.sunrise_zenith => 90.583333 => 90.583333
date.sunset_zenith => 90.583333 => 90.583333
date.timezone => America/New_York => America/New_York

dom

DOM/XML => enabled
DOM/XML API Version => 20031129
libxml Version => 2.9.2
HTML Support => enabled
XPath Support => enabled
XPointer Support => enabled
Schema Support => enabled
RelaxNG Support => enabled

ereg

Regex Library => Bundled library enabled

fileinfo

fileinfo support => enabled
version => 1.0.5
libmagic => 517

filter

Input Validation and Filtering => enabled
Revision => $Id: 86120bba568c551914a35636ec408f1e7e66af32 $

Directive => Local Value => Master Value
filter.default => unsafe_raw => unsafe_raw
filter.default_flags => no value => no value

gd

GD Support => enabled
GD Version => bundled (2.1.0 compatible)
FreeType Support => enabled
FreeType Linkage => with freetype
FreeType Version => 2.5.5
T1Lib Support => enabled
GIF Read Support => enabled
GIF Create Support => enabled
JPEG Support => enabled
libJPEG Version => 8
PNG Support => enabled
libPNG Version => 1.6.16
WBMP Support => enabled
XPM Support => enabled
libXpm Version => 30411
XBM Support => enabled

Directive => Local Value => Master Value
gd.jpeg_ignore_warning => 0 => 0

hash

hash support => enabled
Hashing Engines => md2 md4 md5 sha1 sha224 sha256 sha384 sha512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru snefru256 gost gost-crypto adler32 crc32 crc32b fnv132 fnv1a32 fnv164 fnv1a64 joaat haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5

iconv

iconv support => enabled
iconv implementation => libiconv
iconv library version => 1.14

Directive => Local Value => Master Value
iconv.input_encoding => no value => no value
iconv.internal_encoding => no value => no value
iconv.output_encoding => no value => no value

intl

Internationalization support => enabled
version => PECL-3.0.0
ICU version => 53.1
ICU Data version => 53.1

Directive => Local Value => Master Value
intl.default_locale => no value => no value
intl.error_level => 0 => 0
intl.use_exceptions => 0 => 0

json

json support => enabled
json version => 1.2.1

libxml

libXML support => active
libXML Compiled Version => 2.9.2
libXML Loaded Version => 20902
libXML streams => enabled

mbstring

Multibyte Support => enabled
Multibyte string engine => libmbfl
HTTP input encoding translation => disabled
libmbfl version => 1.3.2

mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.

Multibyte (japanese) regex support => enabled
Multibyte regex (oniguruma) version => 4.7.1

Directive => Local Value => Master Value
mbstring.detect_order => no value => no value
mbstring.encoding_translation => Off => Off
mbstring.func_overload => 0 => 0
mbstring.http_input => no value => no value
mbstring.http_output => no value => no value
mbstring.http_output_conv_mimetypes => ^(text/|application/xhtml+xml) => ^(text/|application/xhtml+xml)
mbstring.internal_encoding => no value => no value
mbstring.language => neutral => neutral
mbstring.strict_detection => Off => Off
mbstring.substitute_character => no value => no value

mcrypt

mcrypt support => enabled
mcrypt_filter support => enabled
Version => 2.5.8
Api No => 20021217
Supported ciphers => cast-128 gost rijndael-128 twofish arcfour cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 tripledes
Supported modes => cbc cfb ctr ecb ncfb nofb ofb stream

Directive => Local Value => Master Value
mcrypt.algorithms_dir => no value => no value
mcrypt.modes_dir => no value => no value

mhash

MHASH support => Enabled
MHASH API Version => Emulated Support

mongo

MongoDB Support => enabled
Version => 1.6.6
Streams Support => enabled
SSL Support => enabled
Supported Authentication Mechanisms
MONGODB-CR => enabled
SCRAM-SHA-1 => enabled
MONGODB-X509 => enabled
GSSAPI (Kerberos) => disabled
PLAIN => disabled

Directive => Local Value => Master Value
mongo.allow_empty_keys => 0 => 0
mongo.chunk_size => 261120 => 261120
mongo.cmd => $ => $
mongo.default_host => localhost => localhost
mongo.default_port => 27017 => 27017
mongo.is_master_interval => 15 => 15
mongo.long_as_object => 0 => 0
mongo.native_long => 1 => 1
mongo.ping_interval => 5 => 5

mysql

MySQL Support => enabled
Active Persistent Links => 0
Active Links => 0
Client API version => mysqlnd 5.0.11-dev - 20120503 - $Id: 3c688b6bbc30d36af3ac34fdd4b7b5b787fe5555 $

Directive => Local Value => Master Value
mysql.allow_local_infile => On => On
mysql.allow_persistent => On => On
mysql.connect_timeout => 60 => 60
mysql.default_host => no value => no value
mysql.default_password => no value => no value
mysql.default_port => no value => no value
mysql.default_socket => no value => no value
mysql.default_user => no value => no value
mysql.max_links => Unlimited => Unlimited
mysql.max_persistent => Unlimited => Unlimited
mysql.trace_mode => Off => Off

mysqli

MysqlI Support => enabled
Client API library version => mysqlnd 5.0.11-dev - 20120503 - $Id: 3c688b6bbc30d36af3ac34fdd4b7b5b787fe5555 $
Active Persistent Links => 0
Inactive Persistent Links => 0
Active Links => 0

Directive => Local Value => Master Value
mysqli.allow_local_infile => On => On
mysqli.allow_persistent => On => On
mysqli.default_host => no value => no value
mysqli.default_port => 3306 => 3306
mysqli.default_pw => no value => no value
mysqli.default_socket => no value => no value
mysqli.default_user => no value => no value
mysqli.max_links => Unlimited => Unlimited
mysqli.max_persistent => Unlimited => Unlimited
mysqli.reconnect => Off => Off
mysqli.rollback_on_cached_plink => Off => Off

mysqlnd

mysqlnd => enabled
Version => mysqlnd 5.0.11-dev - 20120503 - $Id: 3c688b6bbc30d36af3ac34fdd4b7b5b787fe5555 $
Compression => not supported
core SSL => supported
extended SSL => not supported
Command buffer size => 4096
Read buffer size => 32768
Read timeout => 31536000
Collecting statistics => Yes
Collecting memory statistics => Yes
Tracing => n/a
Loaded plugins => mysqlnd,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password
API Extensions => mysql,pdo_mysql,mysqli

mysqlnd statistics =>
bytes_sent => 0
bytes_received => 0
packets_sent => 0
packets_received => 0
protocol_overhead_in => 0
protocol_overhead_out => 0
bytes_received_ok_packet => 0
bytes_received_eof_packet => 0
bytes_received_rset_header_packet => 0
bytes_received_rset_field_meta_packet => 0
bytes_received_rset_row_packet => 0
bytes_received_prepare_response_packet => 0
bytes_received_change_user_packet => 0
packets_sent_command => 0
packets_received_ok => 0
packets_received_eof => 0
packets_received_rset_header => 0
packets_received_rset_field_meta => 0
packets_received_rset_row => 0
packets_received_prepare_response => 0
packets_received_change_user => 0
result_set_queries => 0
non_result_set_queries => 0
no_index_used => 0
bad_index_used => 0
slow_queries => 0
buffered_sets => 0
unbuffered_sets => 0
ps_buffered_sets => 0
ps_unbuffered_sets => 0
flushed_normal_sets => 0
flushed_ps_sets => 0
ps_prepared_never_executed => 0
ps_prepared_once_executed => 0
rows_fetched_from_server_normal => 0
rows_fetched_from_server_ps => 0
rows_buffered_from_client_normal => 0
rows_buffered_from_client_ps => 0
rows_fetched_from_client_normal_buffered => 0
rows_fetched_from_client_normal_unbuffered => 0
rows_fetched_from_client_ps_buffered => 0
rows_fetched_from_client_ps_unbuffered => 0
rows_fetched_from_client_ps_cursor => 0
rows_affected_normal => 0
rows_affected_ps => 0
rows_skipped_normal => 0
rows_skipped_ps => 0
copy_on_write_saved => 0
copy_on_write_performed => 0
command_buffer_too_small => 0
connect_success => 0
connect_failure => 0
connection_reused => 0
reconnect => 0
pconnect_success => 0
active_connections => 0
active_persistent_connections => 0
explicit_close => 0
implicit_close => 0
disconnect_close => 0
in_middle_of_command_close => 0
explicit_free_result => 0
implicit_free_result => 0
explicit_stmt_close => 0
implicit_stmt_close => 0
mem_emalloc_count => 0
mem_emalloc_amount => 0
mem_ecalloc_count => 0
mem_ecalloc_amount => 0
mem_erealloc_count => 0
mem_erealloc_amount => 0
mem_efree_count => 0
mem_efree_amount => 0
mem_malloc_count => 0
mem_malloc_amount => 0
mem_calloc_count => 0
mem_calloc_amount => 0
mem_realloc_count => 0
mem_realloc_amount => 0
mem_free_count => 0
mem_free_amount => 0
mem_estrndup_count => 0
mem_strndup_count => 0
mem_estndup_count => 0
mem_strdup_count => 0
proto_text_fetched_null => 0
proto_text_fetched_bit => 0
proto_text_fetched_tinyint => 0
proto_text_fetched_short => 0
proto_text_fetched_int24 => 0
proto_text_fetched_int => 0
proto_text_fetched_bigint => 0
proto_text_fetched_decimal => 0
proto_text_fetched_float => 0
proto_text_fetched_double => 0
proto_text_fetched_date => 0
proto_text_fetched_year => 0
proto_text_fetched_time => 0
proto_text_fetched_datetime => 0
proto_text_fetched_timestamp => 0
proto_text_fetched_string => 0
proto_text_fetched_blob => 0
proto_text_fetched_enum => 0
proto_text_fetched_set => 0
proto_text_fetched_geometry => 0
proto_text_fetched_other => 0
proto_binary_fetched_null => 0
proto_binary_fetched_bit => 0
proto_binary_fetched_tinyint => 0
proto_binary_fetched_short => 0
proto_binary_fetched_int24 => 0
proto_binary_fetched_int => 0
proto_binary_fetched_bigint => 0
proto_binary_fetched_decimal => 0
proto_binary_fetched_float => 0
proto_binary_fetched_double => 0
proto_binary_fetched_date => 0
proto_binary_fetched_year => 0
proto_binary_fetched_time => 0
proto_binary_fetched_datetime => 0
proto_binary_fetched_timestamp => 0
proto_binary_fetched_string => 0
proto_binary_fetched_blob => 0
proto_binary_fetched_enum => 0
proto_binary_fetched_set => 0
proto_binary_fetched_geometry => 0
proto_binary_fetched_other => 0
init_command_executed_count => 0
init_command_failed_count => 0
com_quit => 0
com_init_db => 0
com_query => 0
com_field_list => 0
com_create_db => 0
com_drop_db => 0
com_refresh => 0
com_shutdown => 0
com_statistics => 0
com_process_info => 0
com_connect => 0
com_process_kill => 0
com_debug => 0
com_ping => 0
com_time => 0
com_delayed_insert => 0
com_change_user => 0
com_binlog_dump => 0
com_table_dump => 0
com_connect_out => 0
com_register_slave => 0
com_stmt_prepare => 0
com_stmt_execute => 0
com_stmt_send_long_data => 0
com_stmt_close => 0
com_stmt_reset => 0
com_stmt_set_option => 0
com_stmt_fetch => 0
com_deamon => 0
bytes_received_real_data_normal => 0
bytes_received_real_data_ps => 0

openssl

OpenSSL support => enabled
OpenSSL Library Version => OpenSSL 1.0.1l-freebsd 15 Jan 2015
OpenSSL Header Version => OpenSSL 1.0.2a 19 Mar 2015

Directive => Local Value => Master Value
openssl.cafile => /etc/ssl/certs.pem => /etc/ssl/certs.pem
openssl.capath => /etc/ssl/certs => /etc/ssl/certs

pcre

PCRE (Perl Compatible Regular Expressions) Support => enabled
PCRE Library Version => 8.35 2014-04-04

Directive => Local Value => Master Value
pcre.backtrack_limit => 1000000 => 1000000
pcre.recursion_limit => 100000 => 100000

PDO

PDO support => enabled
PDO drivers => sqlite, mysql, pgsql

pdo_mysql

PDO Driver for MySQL => enabled
Client API version => mysqlnd 5.0.11-dev - 20120503 - $Id: 3c688b6bbc30d36af3ac34fdd4b7b5b787fe5555 $

Directive => Local Value => Master Value
pdo_mysql.default_socket => /tmp/mysql.sock => /tmp/mysql.sock

pdo_pgsql

PDO Driver for PostgreSQL => enabled
PostgreSQL(libpq) Version => 9.3.6
Module version => 1.0.2
Revision => $Id: 93432550a76a2298959ec74f40d65c7195a82ad2 $

pdo_sqlite

PDO Driver for SQLite 3.x => enabled
SQLite Library => 3.8.8.3

pgsql

PostgreSQL Support => enabled
PostgreSQL(libpq) Version => 9.3.6
PostgreSQL(libpq) => PostgreSQL 9.3.6 on amd64-portbld-freebsd10.1, compiled by FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512, 64-bit
Multibyte character support => enabled
SSL support => enabled
Active Persistent Links => 0
Active Links => 0

Directive => Local Value => Master Value
pgsql.allow_persistent => On => On
pgsql.auto_reset_persistent => Off => Off
pgsql.ignore_notice => Off => Off
pgsql.log_notice => Off => Off
pgsql.max_links => Unlimited => Unlimited
pgsql.max_persistent => Unlimited => Unlimited

Phar

Phar: PHP Archive support => enabled
Phar EXT version => 2.0.2
Phar API version => 1.1.1
SVN revision => $Id: 05b5216ba38b9756eda74ee8fdd986bb81712de1 $
Phar-based phar archives => enabled
Tar-based phar archives => enabled
ZIP-based phar archives => enabled
gzip compression => enabled
bzip2 compression => enabled
OpenSSL support => enabled

Phar based on pear/PHP_Archive, original concept by Davey Shafik.
Phar fully realized by Gregory Beaver and Marcus Boerger.
Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.
Directive => Local Value => Master Value
phar.cache_list => no value => no value
phar.readonly => On => On
phar.require_hash => On => On

posix

Revision => $Id: 5d20de77687b7d961b15450873fa23b9e64a136a $

Reflection

Reflection => enabled
Version => $Id: eff8bdc65b0beaf8f4ade6f06f848e6d43dfd826 $

session

Session Support => enabled
Registered save handlers => files user
Registered serializer handlers => php_serialize php php_binary

Directive => Local Value => Master Value
session.auto_start => Off => Off
session.cache_expire => 180 => 180
session.cache_limiter => nocache => nocache
session.cookie_domain => no value => no value
session.cookie_httponly => Off => Off
session.cookie_lifetime => 0 => 0
session.cookie_path => / => /
session.cookie_secure => Off => Off
session.entropy_file => /dev/urandom => /dev/urandom
session.entropy_length => 32 => 32
session.gc_divisor => 1000 => 1000
session.gc_maxlifetime => 1440 => 1440
session.gc_probability => 1 => 1
session.hash_bits_per_character => 5 => 5
session.hash_function => 0 => 0
session.name => PHPSESSID => PHPSESSID
session.referer_check => no value => no value
session.save_handler => files => files
session.save_path => no value => no value
session.serialize_handler => php => php
session.upload_progress.cleanup => On => On
session.upload_progress.enabled => On => On
session.upload_progress.freq => 1% => 1%
session.upload_progress.min_freq => 1 => 1
session.upload_progress.name => PHP_SESSION_UPLOAD_PROGRESS => PHP_SESSION_UPLOAD_PROGRESS
session.upload_progress.prefix => upload_progress_ => upload_progress_
session.use_cookies => On => On
session.use_only_cookies => On => On
session.use_strict_mode => Off => Off
session.use_trans_sid => 0 => 0

SimpleXML

Simplexml support => enabled
Revision => $Id: e0de6ee7ef8280a12d77d76f1f971a944cbc8090 $
Schema support => enabled

soap

Soap Client => enabled
Soap Server => enabled

Directive => Local Value => Master Value
soap.wsdl_cache => 1 => 1
soap.wsdl_cache_dir => /tmp => /tmp
soap.wsdl_cache_enabled => 1 => 1
soap.wsdl_cache_limit => 5 => 5
soap.wsdl_cache_ttl => 86400 => 86400

SPL

SPL support => enabled
Interfaces => Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
Classes => AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, CallbackFilterIterator, DirectoryIterator, DomainException, EmptyIterator, FilesystemIterator, FilterIterator, GlobIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, MultipleIterator, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveCallbackFilterIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RecursiveTreeIterator, RegexIterator, RuntimeException, SplDoublyLinkedList, SplFileInfo, SplFileObject, SplFixedArray, SplHeap, SplMinHeap, SplMaxHeap, SplObjectStorage, SplPriorityQueue, SplQueue, SplStack, SplTempFileObject, UnderflowException, UnexpectedValueException

sqlite3

SQLite3 support => enabled
SQLite3 module version => 0.7-dev
SQLite Library => 3.8.8.3

Directive => Local Value => Master Value
sqlite3.extension_dir => no value => no value

standard

Dynamic Library Support => enabled
Path to sendmail => /usr/sbin/sendmail -t -i

Directive => Local Value => Master Value
assert.active => 1 => 1
assert.bail => 0 => 0
assert.callback => no value => no value
assert.quiet_eval => 0 => 0
assert.warning => 1 => 1
auto_detect_line_endings => 0 => 0
default_socket_timeout => 60 => 60
from => no value => no value
url_rewriter.tags => a=href,area=href,frame=src,input=src,form=fakeentry => a=href,area=href,frame=src,input=src,form=fakeentry
user_agent => no value => no value

tokenizer

Tokenizer Support => enabled

xml

XML Support => active
XML Namespace Support => active
libxml2 Version => 2.9.2

xmlreader

XMLReader => enabled

xmlwriter

XMLWriter => enabled

xsl

XSL => enabled
libxslt Version => 1.1.28
libxslt compiled against libxml Version => 2.9.2
EXSLT => enabled
libexslt Version => 1.1.28

Zend OPcache

Opcode Caching => Disabled
Optimization => Disabled
Startup Failed => Opcode Caching is disabled for CLI

Directive => Local Value => Master Value
opcache.blacklist_filename => no value => no value
opcache.consistency_checks => 0 => 0
opcache.dups_fix => Off => Off
opcache.enable => On => On
opcache.enable_cli => Off => Off
opcache.enable_file_override => Off => Off
opcache.error_log => no value => no value
opcache.fast_shutdown => 0 => 0
opcache.file_update_protection => 2 => 2
opcache.force_restart_timeout => 180 => 180
opcache.inherited_hack => On => On
opcache.interned_strings_buffer => 4 => 4
opcache.load_comments => 1 => 1
opcache.log_verbosity_level => 1 => 1
opcache.max_accelerated_files => 2000 => 2000
opcache.max_file_size => 0 => 0
opcache.max_wasted_percentage => 5 => 5
opcache.memory_consumption => 64 => 64
opcache.optimization_level => 0xFFFFFFFF => 0xFFFFFFFF
opcache.preferred_memory_model => no value => no value
opcache.protect_memory => 0 => 0
opcache.restrict_api => no value => no value
opcache.revalidate_freq => 2 => 2
opcache.revalidate_path => Off => Off
opcache.save_comments => 1 => 1
opcache.use_cwd => On => On
opcache.validate_timestamps => On => On

zip

Zip => enabled
Extension Version => $Id: f9f12af1274212b9f22867472e4aa57eab4bb4cf $
Zip version => 1.12.4
Libzip version => 0.11.2

zlib

ZLib Support => enabled
Stream Wrapper => compress.zlib://
Stream Filter => zlib.inflate, zlib.deflate
Compiled Version => 1.2.8
Linked Version => 1.2.8

Directive => Local Value => Master Value
zlib.output_compression => Off => Off
zlib.output_compression_level => -1 => -1
zlib.output_handler => no value => no value

Additional Modules

Module Name

Environment

Variable => Value
SHELL => /bin/csh
SSH_CLIENT => 192.168.0.2 55997 9999
LOGNAME => peng
PAGER => more
LANG => en_US.UTF-8
MAIL => /var/mail/peng
PATH => /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
EDITOR => vi
ENV => /home/peng/.shrc
PWD => /usr/local/etc
TERM => xterm
SSH_TTY => /dev/pts/1
HOME => /root
USER => peng
SSH_CONNECTION => 192.168.0.2 55997 192.168.0.1 9999
CHARSET => UTF-8
MM_CHARSET => UTF-8
GDM_LANG => en_US.UTF-8
BLOCKSIZE => K
HOSTTYPE => FreeBSD
VENDOR => amd
OSTYPE => FreeBSD
MACHTYPE => x86_64
SHLVL => 1
GROUP => wheel
HOST => mail.pccom.ca
REMOTEHOST => 192.168.0.2
JAVA_HOME => /usr/local/openjdk7

PHP Variables

Variable => Value
_SERVER["SHELL"] => /bin/csh
_SERVER["SSH_CLIENT"] => 192.168.0.2 55997 9999
_SERVER["LOGNAME"] => peng
_SERVER["PAGER"] => more
_SERVER["LANG"] => en_US.UTF-8
_SERVER["MAIL"] => /var/mail/peng
_SERVER["PATH"] => /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
_SERVER["EDITOR"] => vi
_SERVER["ENV"] => /home/peng/.shrc
_SERVER["PWD"] => /usr/local/etc
_SERVER["TERM"] => xterm
_SERVER["SSH_TTY"] => /dev/pts/1
_SERVER["HOME"] => /root
_SERVER["USER"] => peng
_SERVER["SSH_CONNECTION"] => 192.168.0.2 55997 192.168.0.1 9999
_SERVER["CHARSET"] => UTF-8
_SERVER["MM_CHARSET"] => UTF-8
_SERVER["GDM_LANG"] => en_US.UTF-8
_SERVER["BLOCKSIZE"] => K
_SERVER["HOSTTYPE"] => FreeBSD
_SERVER["VENDOR"] => amd
_SERVER["OSTYPE"] => FreeBSD
_SERVER["MACHTYPE"] => x86_64
_SERVER["SHLVL"] => 1
_SERVER["GROUP"] => wheel
_SERVER["HOST"] => mail.pccom.ca
_SERVER["REMOTEHOST"] => 192.168.0.2
_SERVER["JAVA_HOME"] => /usr/local/openjdk7
_SERVER["PHP_SELF"] =>
_SERVER["SCRIPT_NAME"] =>
_SERVER["SCRIPT_FILENAME"] =>
_SERVER["PATH_TRANSLATED"] =>
_SERVER["DOCUMENT_ROOT"] =>
_SERVER["REQUEST_TIME_FLOAT"] => 1429993247.0722
_SERVER["REQUEST_TIME"] => 1429993247
_SERVER["argv"] => Array
(
)

_SERVER["argc"] => 0

PHP License
This program is free software; you can redistribute it and/or modify
it under the terms of the PHP License as published by the PHP Group
and included in the distribution in the file: LICENSE

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

If you did not receive a copy of the PHP license, or have any
questions about PHP licensing, please contact license@php.net.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions