• Resolved ideje

    (@ideje)


    This plugin is functioning fine on my site, but when it, and only it is enabled I get 2 errors when running the site health check.

    1. 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.
    Napaka: [] cURL error 28: Operation timed out after 10001 milliseconds with 0 bytes received

    2. 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.
    Napaka: [] cURL error 28: Operation timed out after 10000 milliseconds with 0 bytes received

    If I deactivate the plugin the errors are gone. Any suggestions.

    Regards

    The page I need help with: [log in to see the link]

Viewing 10 replies - 1 through 10 (of 10 total)
  • I am having the same problem – any news?

    Hi,

    Please try to enable the General module and select WC sessions on Session Type in Booster option.

    Please let me know if it worked.

    lyden

    (@lydenyardley)

    This worked for me. Though it took a while to find it:

    WooCommerce > Booster Settings > EMAILS & MISC. > General

    Problem solved also for me !

    Just want to answer in order to push up this topic in Google. I personaly took time to investigate and understand what and/or which plugin was causing this issue.

    Enable Read and Close parameter on session_start().
    Requires Session Type option set as Standard PHP Sessions and PHP version >= 7.0

    I think it could be wise for upcoming version that this is checked by default. as php 7.0 or more should be a standard, therefore if it makes a bug for a new user, he will update his php version.

    cheers,

    I get the same error message as ideje but I only use the multicurrecy and WPML modules. I need this modules, because the complete shop is based on the multicurrency module, so I couldn’t deactivate it. Do you have an idea to fix the problem for this module? The shop will go online asap and I need help urgently

    Hi @achimation ,
    You don’t need to disable them.

    Have you tried the solutions above?
    – Enable WooCommerce > Booster Settings > EMAILS & MISC. > General module
    – Set Session Type in Booster option as WC Sessions
    – Enable Read and Close option

    Thanks for the trick while waiting for the fix… Meanwhile I was unable to find this *** setting (1 hour I search for it).

    What I find is : WooCommerce > Booster Settings > EMAILS & MISC. > , then here, what I estimate to be named General in your description is the first sub-element called Admin Tools. Session Type in Booster option as WC Sessions has to be found nowhere under these settings.
    For best understanding (since this can be related to translated admin) can you add one or two screenshots pls?

    @karzin I guess that this is not a premium setting, right ?
    I wasn’t either able to find those “session” settings on the Documentation website.

    Tell me more asap pls, this is an important issue.

    To try solving the issue, this is the error message on the site health check :

    A PHP session was created by a session_start () function call. This interferes with the REST API and loopback requests. The session should be closed with session_write_close () before making any HTTP request.

    Could you try it to see if this works, it shouldn’t be such a bad idea.

    Regards.

    • This reply was modified 4 years, 1 month ago by tdechangy.

    Hi @tdechangy ,
    First, You have to find the General module. You can access it via url too. Just replace yoursite.com by your real site address.
    https://yoursite.com/wp-admin/admin.php?page=wc-settings&tab=jetpack&wcj-cat=emails_and_misc&section=general

    After that you’ll be able to find the option under the Advanced section, like this:
    https://ibb.co/Tw39pDk

    Fabulous, thanks a lot!

    / your “General” tab was called “Stylisation” on my french site (wow!) /

    I dont even understand what this setting changes but it did the trick.
    Could the issue be explained/solved to reset default values would be great (?).

    • This reply was modified 4 years, 1 month ago by tdechangy.
    • This reply was modified 4 years, 1 month ago by tdechangy.
Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Plugin is causing Site Health Check Errors’ is closed to new replies.