Hi guys!
As the subject says, I can't view orders after upgrade 1.9.2.2 to 1.9.2.3.
When I click on an order, change to Orders View but only Information bar is displayed, nothing more, no order's detail displayed
Someone have the solution?
Thanks for your support.
Solved! Go to Solution.
I found it is a reported bug and its solution is in progress.
https://www.magentocommerce.com/bug-tracking/issue/index/id/1266
Sorry for the inconvenience.
I found it is a reported bug and its solution is in progress.
https://www.magentocommerce.com/bug-tracking/issue/index/id/1266
Sorry for the inconvenience.
Peter Boulderstone FIX:
app/code/core/Mage/Adminhtml/Helper/Sales.php
Search for "$links = [];" change to "$links = array();"
This fix from that link above fixed my issue. I had a CE 1.7.0.2 system that was updated with the SUPEE 7405 Security patch and I had lost the ability to see the detailed view of orders (SALES > ORDER > ORDER#)
It's a reported bug that is due to running an old, unsupported version of php 5.3 that is no longer receiving security updates.
This is awesome! I was having the same issue, and this piece of code fixed my issue as well! THANK YOU THANK YOU!