With joomla 5.3.3
To setup the Redis cache configuration
My host is like : /home/******/.redis/redis.sock
So my port must be set to : 0
But, despite this code :
The Redis port still refused when we save the configuration.
Invalid field: Redis server port
Seems related to the fields behaviour
Thanks
Labels |
Added:
No Code Attached Yet
|
Labels |
Added:
Information Required
|
can you try changing from
joomla-cms/administrator/components/com_config/forms/application.xml
Line 140 in efb7789
to min="0" instead ?