Closed gessel closed 1 month ago
The configuration value needs to be in quotes, i.e. 'db'.
dude... thanks. Duh. working now.
Also, I could not find an example of a FreeBSD redis socket config so in case anyone is googling as I did for a redis_hosts
config directive, this worked for me:
$config['redis_hosts'] = ['unix:///tmp/redis.sock'];
Prerequisites
Describe the issue
setting a value for
imap_cache
other than null (testeddb
,redis
,apc
) results in error messagethe errors logged are
What browser(s) are you seeing the problem on?
Chrome
What version of PHP are you using?
8.2.23
What version of Roundcube are you using?
1.6.9,1
JavaScript errors
No response
PHP errors
No response