wp-cron crashes with the “Call to undefined function fastcgi_finish_request()”
-
Hello
I’ve noticed that the WordPress doesn’t do the tasks from the cron, so I’ve enabled the error log and I’ve got a message like in the topic’s title:
“PHP Fatal error: Uncaught Error: Call to undefined function fastcgi_finish_request() in /…/wp-cron.php:28”
That can’t be right, because in the line 22 there’s a “function_exists” which is checking if the fastcgi_finish_request exists.How can I fix this problem? The Php version is 7.4.10.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘wp-cron crashes with the “Call to undefined function fastcgi_finish_request()”’ is closed to new replies.