Stuck creating a job
-
Hello,
The plugin was creating backups correctly, but since the website was migrated to another server, it has stopped making backups and restores.
The plugin is updated to version 1.3.2, but the issue also occurred with version 1.2.4.
The old backups made before the migration are shown in the backup history.On the server, I have the following parameters:
- max_execution_time: 60000
- max_input_time: 60000
- max_input_vars: 100000
- memory_limit: 2048M
- post_max_size: 80M
- session.gc_maxlifetime: 1440
- session.save_path: /var/cpanel/php/sessions/ea-php74
- upload_max_filesize: 16M
In Tools > Site Health, I have 3 errors:
1 – The REST API encountered an error
The REST API is one way that WordPress and other applications communicate with the server. For example, the block editor screen relies on the REST API to display and save your posts and pages.When testing the REST API, an error was encountered:
- REST API Endpoint: https://mywebsite.pt/wp-json/wp/v2/types/post?context=edit
- REST API Response: (http_request_failed) cURL error 6: Could not resolve host: mywebsite.pt
2 – Your site could not complete a loopback request
Loopback requests are used to run scheduled events and are also used by the built-in editors for themes and plugins to verify code stability.
The loopback request to your site failed, this means features relying on them are not currently working as expected.
Error: cURL error 6: Could not resolve host: https://mywebsite.pt (http_request_failed)3 – A scheduled event has failed
The scheduled event, action_scheduler_run_queue, failed to run. Your site still works, but this may indicate that scheduling posts or automated updates may not work as intended.
Note: The website address was changed to mywebsite.pt just to illustrate the problem here.The website migration was done by manually replacing the wp-content folder and importing the database via the cPanel terminal because Backuply wouldn’t progress past 10%.
What could be the issue? Something related to DNS?
- You must be logged in to reply to this topic.