cancel
Showing results for 
Search instead for 
Did you mean: 

The order page on the backend not displaying after disable the compiler

The order page on the backend not displaying after disable the compiler

Hi,

I have a problem because I can't see the customers orders on the backend of magento when I'm disabling the compiler :

https://gyazo.com/08c841e8b8f5a6972d3d0d567715e85a

 

Can somebody help me please ?

 

 

3 REPLIES 3

Re: The order page on the backend not displaying after disable the compiler

Hi,

it still don't work and I can't work i can't see there order on the back end and i seriously don't know what to do right now 

please help me.

Thank you

 

Re: The order page on the backend not displaying after disable the compiler

Dear @jordan_dabricot,

When disabling compiler all the files will call direct from folder app/code so this bug maybe appear before that. Now, you need to enable developer mode to show the bug on your site. You can do following:

 

Open the file: index.php and code below under #ini_set('display_errors', 1);:

 

Mage::setIsDeveloperMode(true);
#ini_set('display_errors', 1);
www.advancedcheckout.com - www.stableaddon.com
One Step checkout extension - Social Login extension - Gift Card extension

Re: The order page on the backend not displaying after disable the compiler

Hi, 

the setIsDeveloperMode didn't work for me. I checked the var/log/system.log and still nothing.