Closed
Description
Steps to reproduce
- Install 2.0.4 CE
- Upgrade to 2.1.0 CE by composer update
- rm -rf var/cache/* var/page_cache/* var/generation/*
- php bin/magento setup:upgrade
- chown -R www-data:www-data .
- find . -type d -exec chmod 770 {} ; && find . -type f -exec chmod 660 {} ; && chmod u+x bin/magento
Expected result
- Get stable 2.1.0 CE system
Actual result
- Back-end : Go invoice show Notice: Undefined index: base_grand_total in /vendor/magento/module-sales/Ui/Component/Listing/Column/Price.php on line 55
- Back-end : Go product > catelog > Filter bar missing
- Back-end : Go product > catelog > Cant access/edit product details.
Please help. Thanks.