• Resolved liagua

    (@liagua)


    Hello CFF,

    As of Wp 4.9.1 I am unable to edit functions.php file with Wp editor. I ran the Health Check plugin and it came back with this msg:
    Loopback request: The loopback request to your site took too long to complete, this may prevent WP_Cron from working, along with theme and plugin editors.

    When I deactivate the CFF plugin the (error) msg disappears and I am able to edit functions.php files with the Wp editor.

    Could you please check if it is really your plugin? If you need any additional information, please let me know!

    Apache 2.4.29
    Php 7.0.27

    Regards,
    Ronald

    Maybe this could help: https://wordpress.org/support/topic/plugin-is-blocking-loopback-requests-in-wordpress/

    • This topic was modified 6 years, 3 months ago by liagua.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @liagua,

    Please, follow the steps below, and let me know if it fixes the issue:

    1. Open the “/wp-content/plugins/calculated-fields-form/inc/cpcff_session.inc.php” file with the text editor of your choice.

    2. Go to the piece of code:

    if( session_id() == "" ) @session_start();

    and edit it as follows:

    if( !is_admin() && session_id() == "" ) @session_start();

    Best regards.

    Thread Starter liagua

    (@liagua)

    Dear Codepeople,

    Thank you for your quick reply and solution!
    This altered code works for my site!

    Thank you very much!

    Best regards,
    Ronald

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘The loopback request to your site took too long to complete’ is closed to new replies.