0

In the Magento back-end no table is showing up under Sales -> Orders. All other pages function normal.

Blank Orders-page in Magento

I re-installed the newest version of Magento, did a database repair (db-repair-tool) without results and disabled all non-Mage modules. Mysql isn't returning errors, as well PHP isn't.

Maarten Klok
  • 215
  • 3
  • 20

1 Answers1

-2

Clearing /app/code/local did the trick!

Maarten Klok
  • 215
  • 3
  • 20
  • Your solution wasn't a good one. Some code into local folder was overwriting the grid and probably issuing a error. That was the reason why you weren't able to see the sales. – medina Oct 08 '13 at 02:37
  • That is right. I thought, incorrectly, that disabling a module in the back-end caused Magento to bypass this folders. – Maarten Klok Oct 08 '13 at 10:12