[wp-trac] [WordPress Trac] #51851: error on my website
WordPress Trac
noreply at wordpress.org
Mon Nov 23 09:01:35 UTC 2020
#51851: error on my website
--------------------------+-----------------------------
Reporter: kaursikand | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version:
Severity: normal | Keywords:
Focuses: |
--------------------------+-----------------------------
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)
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 = 3000
problem still persists
kindly help
php is the latest
i am using shared hosting plan
--
Ticket URL: <https://core.trac.wordpress.org/ticket/51851>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list