cancel
Showing results for 
Search instead for 
Did you mean: 

Can't view orders after upgrade 1.9.2.2 to 1.9.2.3

SOLVED
   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Can't view orders after upgrade 1.9.2.2 to 1.9.2.3

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.

 

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Can't view orders after upgrade 1.9.2.2 to 1.9.2.3

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.

View solution in original post

4 REPLIES 4

Re: Can't view orders after upgrade 1.9.2.2 to 1.9.2.3

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.

Re: Can't view orders after upgrade 1.9.2.2 to 1.9.2.3

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#)

Re: Can't view orders after upgrade 1.9.2.2 to 1.9.2.3

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.

Re: Can't view orders after upgrade 1.9.2.2 to 1.9.2.3

This is awesome! I was having the same issue, and this piece of code fixed my issue as well! Smiley Happy THANK YOU THANK YOU!