Skip to content

Error occur after upgraded to 2.1.0 CE from 2.0.4 CE #5426

Closed
@davidbilly

Description

@davidbilly

Steps to reproduce

  1. Install 2.0.4 CE
  2. Upgrade to 2.1.0 CE by composer update
  3. rm -rf var/cache/* var/page_cache/* var/generation/*
  4. php bin/magento setup:upgrade
  5. chown -R www-data:www-data .
  6. find . -type d -exec chmod 770 {} ; && find . -type f -exec chmod 660 {} ; && chmod u+x bin/magento

Expected result

  1. Get stable 2.1.0 CE system

Actual result

  1. Front-end : after add cart , not showing update counter on top right
  2. Reference :
    screen shot 2016-07-03 at 3 19 01 pm
  1. 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
  2. Back-end : Go product > catelog > Filter bar missing
  3. Back-end : Go product > catelog > Cant access/edit product details.
  • Reference :
    screen shot 2016-07-03 at 5 24 43 am

screen shot 2016-07-03 at 3 23 05 pm

Please help. Thanks.

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