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 ?
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
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);
Hi,
the setIsDeveloperMode didn't work for me. I checked the var/log/system.log and still nothing.