WP 6.1.1 problem
-
We’ve just upgraded WP from 6.0.3 to 6.1.1 (PHP 8.1) and we’re now seeing this kind of error message in the debug.log file when the NADI plugin tries to sync AD to WP, with sensitive data obfuscated:
[24-Nov-2022 11:54:42 UTC] Cron reschedule event error for hook: crontrol_cron_job, Error code: could_not_set, Error message: The cron event list could not be saved., Data: {“schedule”:”daily”,”args”:{“code”:” $postData = http_build_query( \r\n array(\r\n ‘next_ad_int-task’ => ‘sync-to-wordpress’,\r\n ‘auth-code’ => ‘xxxxxxxxxxx’\r\n )\r\n );\r\n $data_len = strlen($postData);\r\n $opts = array(\r\n ‘http’ => array( \r\n ‘method’ => ‘POST’,\r\n\t\t ‘header’ => \”Content-Type: application\/x-www-form-urlencoded\\r\\nConnection: close\\r\\nContent-Length: $data_len\\r\\n\”,\r\n ‘content’ => $postData\r\n )\r\n );\r\n $context = stream_context_create($opts);\r\n $result = file_get_contents(‘http:\/\/AAA.BBB.COM\/wp-admin\/admin.php’, false, $context);\r\n”,”name”:”AD Sync to WP”},”interval”:86400}`
In fact, there appears to be two identical “PHP Cron (AD Sync to WP)” jobs listed in the cron list), neither of which we can delete. Any help with the issue would be much appreciated.
- The topic ‘WP 6.1.1 problem’ is closed to new replies.