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.1.0 RC1 : Undefined index: base_grand_total #4632

Closed
quienti opened this issue May 23, 2016 · 2 comments
Closed

Magento 2.1.0 RC1 : Undefined index: base_grand_total #4632

quienti opened this issue May 23, 2016 · 2 comments
Assignees

Comments

@quienti
Copy link
Contributor

quienti commented May 23, 2016

Steps to reproduce

  1. Update 2.0.6 to 2.1.0 RC1
  2. Go to Admin -> Sales -> Invoices

Expected result

  1. Show invoices list

Actual result

  1. Error at loading
    sans titre 4
@Vinai
Copy link
Contributor

Vinai commented Jun 19, 2016

The same problem happened to me after upgrading from a 2.0.7 composer project to 2.1.0-rc3 while running the integration tests.

Turned out the DB dump in the sandbox directory was still from 2.0.7, and running the installation over the dump didn't add the column to the table sales_invoice_grid.

Once I removed the dump and the table, it got recreated with the base_grand_total column.

I didn't dig any deeper, but it seems that under some conditions during an upgrade over an existing table, the script \Magento\Sales\Setup\InstallSchema doesn't add the column.

@NadiyaS
Copy link
Contributor

NadiyaS commented Jul 1, 2016

Hi @quienti , @Vinai
thanks for reporting this issue. It is already being tracked by MAGETWO-54787 ticket and fix will be delivered soon.
This issue will be closed as duplicate of #4785.

@NadiyaS NadiyaS closed this as completed Jul 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants