Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have same problem in fact I’m getting 4 error messages probabelly due to the same issue.

    1. 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.

    2. 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 10009 milliseconds with 0 bytes received (http_request_failed)

    3. Connection test failed (#http_request_failed: cURL error 28: Operation timed out after 10000 milliseconds with 0 bytes received)

    4.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 28: Operation timed out after 10005 milliseconds with 0 bytes received (http_request_failed)

    Can someone please give a help to a beginner, I can’t understand what was going on in the resolved thread

    I was experiencing fatal error in l10n.php line 1360

    added following code at 81-82 of wp-config.php and it seems to have fixed my problem

    define( ‘WPLANG’, ‘en_US’ );
    define( ‘WP_LANG_DIR’, dirname(__FILE__) . ‘/wordpress/languages’ );

    curtsy https://theme.co/forum/t/wordpress-language-bug/24481/4

Viewing 2 replies - 1 through 2 (of 2 total)