Make WordPress Core

Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#51851 closed defect (bug) (invalid)

error on my website

Reported by: kaursikand's profile kaursikand Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: General Keywords:
Focuses: Cc:

Description

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

Change History (3)

#1 @kaursikand
4 years ago

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

#2 @fierevere
4 years ago

  • Resolution set to invalid
  • Status changed from new to closed

@kaursikand

Please do not use TRAC for support, use support forums instead:
https://wordpress.org/support/forums/

#3 @SergeyBiryukov
4 years ago

  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.