Open
Description
It appears that the "file_exists" function does not know how to handle files with tls://
prefix. the specific warning is
Warning: file_exists(): Unable to find the wrapper "tls" - did you forget to enable it when you configured PHP? in /pubwebdev/html/wp-content/plugins/wp-redis/object-cache.php on line 1259
That is a bit of a confusing warning, because in fact I have openssl enabled.
Perhaps an additional condition can be added here to check if the host is not tls.
Metadata
Metadata
Assignees
Labels
No labels