Studio shows blank page when accessing

Hai All,

I am using suitecrm7.11.10 version.There is a blank page when accessing the studio from Admin.I have renamed the Ext file as backup in custom/application folder and did a quick repair and rebuild.From then the studio is not working properly.No fatal errors in php error log, suitecrm log.

777 permissions for the whole CRM
Please help.

You probably do have a back-end FATAL, although for some reason it is not being logged, or you’re not looking at the correct log. Sometimes when I have doubts, I put a deliberate code error forcing a FATAL in the beginning of index.php, to make sure I see that FATAL logged somewhere.

$blowUp = new classThatIsNotDefinedAnywhere();

Can you put the original files back? See if that fixes anything.

Other than that, I would look for broken references in your custom code. When you removed the file, you might have some other piece in your system (a logic hook definition, perhaps?) that references something that is now missing…