Welcome Guest, Not a member yet? Register   Sign In
TypeError when trying to use MemcachedHandler for sessions
#1

I am trying to use MemcachedHandler for my sessions.
I have thus these two lines in Config\Session.php:
PHP Code:
    public string $driver MemcachedHandler::class;
    public string $savePath 'localhost:11211'


I get the following error :

Quote:TypeError

CodeIgniter\Cache\Handlers\MemcachedHandler::__construct(): Argument #1 ($config) must be of type Config\Cache, Config\App given, called in C:\wamp64\www\project\vendor\codeigniter4\framework\system\Config\Services.php on line 667
Reply


Messages In This Thread
TypeError when trying to use MemcachedHandler for sessions - by b126 - 04-18-2024, 06:26 AM



Theme © iAndrew 2016 - Forum software by © MyBB