最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Manual Cron job occasionally outputting WP die message

programmeradmin0浏览0评论

I have some manual cron jobs running on my server hourly - they seem to generally fire fine, but occasionally they output the WP die message page html (see below) to the cron output logs which i have set up. Any ideas what could be the cause of this?

...  .button:active {
                        background: #eee;
                        border-color: #999;
                        -webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
                        box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
                }

                        </style>
</head>
<body id="error-page">
        <div class="wp-die-message"><p>There has been a critical error on your website.</p><p><a href="/">Learn more about debugging in WordPress.</a></p></div></body>
</html>

I also have debugging turned on but don't see anything in debug.log

发布评论

评论列表(0)

  1. 暂无评论