<![CDATA[ Error Log screen error - My Forums]]> https://forums.modx.com/thread/?thread=81565 <![CDATA[Re: Error Log screen error]]> https://forums.modx.com/thread/81565/error-log-screen-error#dis-post-449950
Interestingly, if I deleted the error.log file on the server, the screen rendered correctly again. Suggesting that something in the file actually messed up the view.

I also got a 'record:' value back:

MODx.hasEraseErrorLog = "1"
        Ext.onReady(function() {
            MODx.load({
              xtype: "modx-page-error-log"
              ,record: {"name":"\/paas\/c0426\/www\/core\/cache\/logs\/error.log"}
            });
        });
]]>
chrischerrett Jan 10, 2013, 01:50 AM https://forums.modx.com/thread/81565/error-log-screen-error#dis-post-449950
<![CDATA[Error Log screen error]]> https://forums.modx.com/thread/81565/error-log-screen-error#dis-post-449934
SyntaxError: syntax error

});


on

<script type="text/javascript">
MODx.hasEraseErrorLog = "1"
Ext.onReady(function() {
MODx.load({
xtype: "modx-page-error-log"
,record:
});
});
</script> 


I haven't touched this, and I know it was fine earlier today. Why would this suddenly happen? There is the value for record:? This is a MODX Cloud hosted site, if that makes any difference...]]>
chrischerrett Jan 09, 2013, 05:04 PM https://forums.modx.com/thread/81565/error-log-screen-error#dis-post-449934