• Resolved dejuanjones101

    (@dejuanjones101)


    unable to connect to node17.quic.cloud:443 (Connection timed out) in /home3/gpiihmmy/public_html/wp-content/plugins/litespeed-cache/src/utility.cls.php on line 169

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support qtwrk

    (@qtwrk)

    could you please create a php script and put it at same dir as your wp-config.php , with code below

    <?php
    require( './wp-load.php' );
    
    $response = wp_remote_get( 'https://node17.quic.cloud' );
    
    echo '<pre>';
    var_dump($response);
    echo '</pre>';

    and open it by browser, see what it returns ?

    Thread Starter dejuanjones101

    (@dejuanjones101)

    Im don’t know how to do that. Do I create a blank php file and upload it to file maneger?

    Plugin Support qtwrk

    (@qtwrk)

    yes , you can create a new php file on your computer , copy-paste above code , then upload it

    Thread Starter dejuanjones101

    (@dejuanjones101)

    Ok, figured it out, appreciate it.

    Thread Starter dejuanjones101

    (@dejuanjones101)

    It returned the file in the browser.

    Plugin Support qtwrk

    (@qtwrk)

    what did it return ?

    I don’t see anything on your post …

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

The topic ‘PHP Warning: fsockopen’ is closed to new replies.