@Cphusion was spot on. I also had this same issue since updating from 26 to 27. My instance is on a Ubuntu Server and all of the steps provided has resolve that issue for me. I now have a green check :). Thanks again!.
Update: Since the change, now I can’t view any video files, such as .mp4, .mov and etc. I can only view jpeg and other picture files. I noticed when I remove those lines, videos are playing again. Please advise how can I resolve this.
Thanks, I was able to resolve it. I only added the first three lines shown below and not the rest, and it worked. Green check and able to view all content. Thanks for your help
@Snufkin, thanks to your comment I could solve the warning. Could you please explain why using APCu for Transactional file locking may have unwanted side effects?
I used Cphusion’s instructions and got redis working (and the warning gone) on a Debian (raspberry pi) server. Here’s his post:
Only 2 small differences were needed for me:
the /var/run in his instructions are /run for mine. The run dir is in the root directory.
after the steps are done, reload apache2: sudo service apache2 reload
Oh, and when I went into the redis.conf file I found the 2 lines that were to be added, commented out, and just uncommented them. They used port 700 which I went with, instead of port 660. I think both ports are not commonly used by other services and either one will work.
I was not able to solve this error message based on the suggestions made, even not with installation of redis. What worked for me, was to change the config.php by inserting following statements:
When installing the PHP redis module, make sure you install the correct module for your version of PHP. In my case apt install php-redis did not resolve the warning, so I remove it and found there’s a module specific for PHP 8.3 which I’m running: apt install php8.3-redis
user@server:~$ sudo -u www-data php occ files:scan --all
scan for 6 out of 6 users
+---------+--------+-----+---------+---------+--------+--------------+
| Folders | Files | New | Updated | Removed | Errors | Elapsed time |
+---------+--------+-----+---------+---------+--------+--------------+
| 17231 | 177100 | 0 | 1956 | 982 | 0 | 00:00:48 |
+---------+--------+-----+---------+---------+--------+--------------+