F fippytrucker Member Feb 8, 2020 #1 Feb 8, 2020 #1 Hi, I've spotted a potential error an a litespeed wiki page. (https://www.litespeedtech.com/suppo...configuration:cache:object_cache#how_to_debug ) How do I contact admin to correct?
Hi, I've spotted a potential error an a litespeed wiki page. (https://www.litespeedtech.com/suppo...configuration:cache:object_cache#how_to_debug ) How do I contact admin to correct?
M mistwang LiteSpeed Staff Feb 8, 2020 #2 Feb 8, 2020 #2 You can tell us here if it is not confidential, or write an email to support @ litespeedtech . com .
F fippytrucker Member Feb 10, 2020 #3 Feb 10, 2020 #3 here is fine... it was just a tiny error in the last line of the redis test: var_dump( $this->_conn->ping() ) ; // Should give a `+PONG` in that it fails with the $this keyword. I used: var_dump( $conn->ping() ) ; // Should give a `+PONG`
here is fine... it was just a tiny error in the last line of the redis test: var_dump( $this->_conn->ping() ) ; // Should give a `+PONG` in that it fails with the $this keyword. I used: var_dump( $conn->ping() ) ; // Should give a `+PONG`
Q qtwrk Well-Known Member Feb 10, 2020 #4 Feb 10, 2020 #4 hi, thanks for the report, wiki has been updated. Best regards,