Preload stops after a while and never ends
-
When I start the preloader, I always get the familiar error message “An unexpected request was received”. The error that causes this message is:
[23-Jun-2022 12:42:30 UTC] PHP Fatal error: Uncaught Error: Call to a member function set_loggers() on null in /home/fellenruiter/public_html/wp-content/plugins/wp-optimize/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-manager.php:336 Stack trace: #0 /home/fellenruiter/public_html/wp-content/plugins/wp-optimize/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-manager.php(303): Updraft_Task_Manager_1_3->get_task_instance() #1 /home/fellenruiter/public_html/wp-content/plugins/wp-optimize/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-manager.php(258): Updraft_Task_Manager_1_3->get_tasks() #2 /home/fellenruiter/public_html/wp-content/plugins/wp-optimize/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-manager.php(140): Updraft_Task_Manager_1_3->get_active_tasks() #3 /home/fellenruiter/public_html/wp-content/plugins/wp-optimize/includes/class-wp-optimize-preloader.php(147): Updraft_Task_Manager_1_3->process_queue() #4 /home/fellenruiter/public_html/wp-content/plugins/wp-op in /home/fellenruiter/public_html/wp-content/plugins/wp-optimize/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-manager.php on line 336Then I start it a second time. Then the preloader starts and begins to enumerate. But unfortunately it always stops. The process never runs! Once it stops after 31 preloads, once after 12, once after 51` etc. etc. completely randomly. however, it has never gone beyond the 51 urls.
Since the preloader takes the urls from the sitemap.xml, I created a sitemap specially. but the same error happens with the sitemap too. By the way, there is no error message in the log.
The topic ‘Preload stops after a while and never ends’ is closed to new replies.