Thank you for the reply,
I was looking to have T3 do the compiling which is why I was attempting to use the "Enable Development Mode" setting.
The memory setting is now set to 512MB, still resulting in a blank page with the following code:
?html lang="en-gb" dir="ltr" class="<jdoc:include type="pageclass" ></jdoc:include>"??head?
?/head??body??jdoc:include type="head"?
?!-- META FOR IOS & HANDHELD --?
?meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"?
?style type="text/stylesheet"?
@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }
?/style?
?script type="text/javascript"?
//?![CDATA[
if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
var msViewportStyle = document.createElement("style"
msViewportStyle.appendChild(
document.createTextNode("@-ms-viewport{width:auto!important}"
);
document.getElementsByTagName("head"[0].appendChild(msViewportStyle);
}
//]]?
?/script?
?meta name="HandheldFriendly" content="true"?
?meta name="apple-mobile-web-app-capable" content="YES"?
?!-- //META FOR IOS & HANDHELD --?
?/jdoc:include??/body??/html?
* I had to replace < and > with ? so the code displays