Warning: substr() expects parameter 1 to be string in Redis.php on line 1248

After I changed https://www.cheapglasses.net to https://www.glassescanada.com, I got the following error message: Warning: substr() expects parameter 1 to be string, object given in /vendor/colinmollenhour/cache-backend-redis/Cm/Cache/Backend/Redis.php on line 1248 The glasses shop is based on Magento 2.4.3: Varnish Caching Version: 4-latest Backend… Read moreWarning: substr() expects parameter 1 to be string in Redis.php on line 1248

How to Install Fail2ban under AlmaLinux 9?

yum install epel-release —————————— dnf install fail2ban Installed: esmtp-1.2-19.el9.x86_64 fail2ban-1.0.2-12.el9.noarch fail2ban-firewalld-1.0.2-12.el9.noarch fail2ban-selinux-1.0.2-12.el9.noarch fail2ban-sendmail-1.0.2-12.el9.noarch fail2ban-server-1.0.2-12.el9.noarch libesmtp-1.0.6-24.el9.x86_64 liblockfile-1.14-10.el9.0.1.x86_64 Complete! —————————— fail2ban-client start Server ready —————————— Check fail2ban is working or not! working pstree | grep fail2ban |-fail2ban-server—2*[{fail2ban-server}] Another method checking fail2ban working… Read moreHow to Install Fail2ban under AlmaLinux 9?