-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Description
git clone https://github.com/magento/magento2.git
cd magento2
composer install
[web based setup to complete install]
php 5.5, mysql 5.6, etc...
After logging into the admin panel, white screen with this fatal error:
PHP Fatal error: Only variables can be passed by reference in /home/xxx/www/store/magento2/app/code/Magento/Backend/view/adminhtml/templates/system/search.phtml on line 31
system.log shows:
[2015-09-14 14:45:18] 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-09-14 14:45:18] 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-09-14 14:45:18] 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. [] []
Front end works fine.