• Resolved sarahjasonm

    (@sarahjasonm)


    Hi.
    Host manager enabled Memcached in host and litespeed cache shows in that is enable ; but Test Connection is failed.
    How can I solve this issue?
    Report number: FSWWOVZF

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

    (@qtwrk)

    Hi,

    you still set port to 11211 while your hoster made it 22411

    Best regards,

    Thread Starter sarahjasonm

    (@sarahjasonm)

    Host manager told me that memcached port number is 153483
    They also made a php file with this code:

    <?php
    
        $conn = new Memcached ;
        $address = '127.0.0.1' ; // set the address here
        $port = 153483 ; // set the port
        $conn->addServer( $address, $port ) ;
        var_dump( $address ) ;
        var_dump( $port ) ;
        var_dump( $conn->getStats() ) ;
        echo '<hr>';
        var_dump($conn->getServerList());
        ?>

    that the result of this code is this:

    string(9) "127.0.0.1" int(153483) bool(false)
    array(1) { [0]=> array(3) { ["host"]=> string(9) "127.0.0.1" ["port"]=> int(22411) ["type"]=> string(3) "TCP" } }

    ——-
    They say that memchached port is 153483; I’ve tested with 153483 , 11211, 22411; but none of them worked perfectly and I have connection test failed.
    ——-
    I’ve removed litespeed cache and installed again, but nothing has changed.
    I’ve used reset button on litespeed cache setting , but nothing has been changed.
    ——-
    Host manager says we’ve enabled memcached with port number 153483 , but I have connection test failed.
    ——-
    I’m a little confused , What should I do now?
    ——
    Report has been created with this report number:
    ADISHVYR
    and access to wordpress admin panel has been generated.

    • This reply was modified 3 years, 7 months ago by sarahjasonm.
    Thread Starter sarahjasonm

    (@sarahjasonm)

    @qtwrk
    I’ve generated new report : CZIPCZEL
    Wordpress admin access generated.

    • This reply was modified 3 years, 7 months ago by sarahjasonm.
    Plugin Support qtwrk

    (@qtwrk)

    Hi,

    your /memcachedtest.php is not working , you need to make sure that page returns normal information before proceed to next step

    and a side note , port range for an earth computer ,is only from 1-65535 , so it is technically impossible to have port number 153483 : )

    Best regards,

    Thread Starter sarahjasonm

    (@sarahjasonm)

    Thank you very much indeed @qtwrk
    There was a problem with port number .
    Problem solved

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Memcached Test Connection : Failed’ is closed to new replies.