-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Error occur after upgraded to 2.1.0 CE from 2.0.4 CE #5426
Comments
@davidbilly |
yeah i'd wipe rm -rf var/view* var/di va/rcache var/page_cache service php-fpm restart clear browser cache and reload the page! |
@andimov The problem 1) and 2) still occur. After above problem solved, i encounter another few problem.
|
I have the same error as you point out in problem 2, after upgrading from 2.0.6 CE to 2.1.0 CE: Back-end : Sales --> Invoices shows Notice: Undefined index: base_grand_total in /vendor/magento/module-sales/Ui/Component/Listing/Column/Price.php on line 55 |
I had the same issue with this in two separate environments and for us it was more than just an inconvenience. A customer placed an order that was successfully charged to Paypal and the order never showed up in the magento backend. So basically we have an orphaned order and magento keeps trying to get the IPN info from Paypal and erroring out because the order doesn't exist. Here is what I had to do to fix the issue: ALTER TABLE Apparently this column isn't getting created with the upgrade and is what was causing the issue for us. If your database name isn't magento, you'll have to change magento in the query above to whatever your database name is. After doing this, orders are creating successfully. Magento is still trying to get the information from Paypal for that orphaned order, but it isn't preventing any new orders from going through. Hope this helps someone. |
That is the solution, thank you! |
This helped me with the invoice problem. Thanks BigBri41 |
Thanks @BigBri41 This solve my 2) 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 |
After i place order,the top right mini cart is show empty. But when i go to https://domain.com/checkout/cart/ i can see all of my order. Previous version(2.0.4), it will show notification and let user know how many order they placed. Any solution for this? |
I have the same issue. I would expect that the new field |
We ran into the same issue. Pretty annoying. Some one at Magento forgot to put that column base_grand_total into the Upgrade Schema script. Do you guys run tests? At least please fix it with the 2.1.1 release. Edit: already in the dev branch. Thanks guys! |
@davidbilly One of your problem |
@GordonLesti Thanks Mate! After enable Review Module the infinite loop loading for review gone. Now i still have one serious issue, that after add item to cart on front-end, not updating the cart list/notification. It's blank :( |
I think we were getting this error too. If I remember right, it was some type of javascript error. I used internet explorer to figure out where the problem was. If you go to tools, internet options, then click on the advanced tab and uncheck Disable Script debugging (other) and uncheck Disable script Debugging (Internet Explorer), then refresh the page, it should pop up any javascript errors. Can you give that a try and let us know what error you are getting if any please? |
Hi @davidalger I was not able to reproduce this on 2.0.9 -> 2.1.1 upgrade flow. This bug was fixed in 1d4873b Please create new issue if you experience any other problems. Closed. |
I had the same issue, for me cloudflare magnification is the one who get the blame. Hope this information help some one who will have the same issue as I did :) |
Thanks @BigBri41 :) |
The issue I have installed a new M2.3.5 installation where I have this same error - when trying to debug customer() at the knockout section of the header template at the welcome message it returns
I am not sure if $block->escapeHtml() is supposed to output Issue 5003 claims issue was fixed - I don't think so. Difference here is that I do not have products in this database yet. Can someone please point me to where customer() gets populated , I need to figure out why customer() is empty object at that point. |
Ok so this issue is related to how knockout seems to not correctly handle (') single quote characters in some theme templates. If your template has this:
Change to this:
Notice I swapped the single quote and double quote positions such that the double quotes are inside, so that in effect does this:
I am positive anywhere (other templates) where knockout data-bind is used with PHP |
[TSG-Commerce] Tests for 2.3 (pr17)
Steps to reproduce
Expected result
Actual result
Please help. Thanks.
The text was updated successfully, but these errors were encountered: