CRON problem
-
I found a problem when you enable Maintenance Mode and the CRON script wp-cron.php is used after each execution of the command, an execution report is sent to the email. If CRON runs once a minute, that’s 60 messages an hour or 1440 emails a day !!!
Messages have the following text:
<! DOCTYPE html>
<html>
<head>
<meta charset = “UTF-8”>
<meta name = “viewport” content = “width = device-width, initial-scale = 1”>
<link rel = “profile” href = “https://gmpg.org/xfn/11”>
<style type = “text / css”>
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }html, body {
min-height: 100%; }body {
background:;
font-family: Helvetica, Arial, sans-serif;
font-size: 18px;
text-align: center;}
#container {
margin: 40px auto;
max-width: 600px;
padding: 30px;
background: white;
box-shadow: 0px 0px 5px 0px # e0dfdf;
padding-bottom: 40px;
}p {
margin: 0 0 20px; }.logo {
max-width: 540px;
}@media screen and (max-width: 630px) {
.logo {
max-width: 100%;
}
}</style>
<title> First </title>
</head><body>
<div id = “container”>
<header>
</header>
<main>
<p> Sorry, fixing </p> </main>
</div>
</body>
</html>
- The topic ‘CRON problem’ is closed to new replies.