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.