errors on my website
-
The REST API is one way WordPress, and other applications, communicate with the server. One example is the block editor screen, which relies on this to display, and save, your posts and pages.
The REST API request failed due to an error.
Error: cURL error 28: Operation timed out after 10001 milliseconds with 0 bytes received (http_request_failed) -
A PHP session was created by a session_start() function call. This interferes with REST API and loopback requests. The session should be closed by session_write_close() before making any HTTP requests.
also
The loopback request to your site failed, this means features relying on them are not currently working as expected.
Error: cURL error 28: Operation timed out after 10000 milliseconds with 0 bytes received (http_request_failed)
are the errors i am getting in my wordpress site -
i have updated php.ini and htacess files to the following
upload_max_filesize = 128M
post_max_size = 128M
memory_limit = 256M
max_execution_time = 3000problem still persists
kindly helpphp is the latest
i am using shared hosting plan
-
Also would like to add that i have ccavenue plugin installed on my website..
this plugin when activated gives these errors
and i need this plugin too -
Hi there,
It looks like you’re in the wrong forum. It appears that you’re using the open-source WordPress software and therefore you need to seek help at these forums:
https://wordpress.org/support/forums/
These forums are for WordPress.com hosted sites only. If you want to know more about the differences between WordPress.com and the WordPress software you can read this document:
-
- The topic ‘errors on my website’ is closed to new replies.