Hi,
i would like to fix the security warning i get in Administration → Overview.
The warning is: Missing index “fs_size” in table “oc_filecache”
I found in this forum the following solution:
sudo -u www-data /usr/bin/php /var/www/html/nextcloud/occ db:add-missing-indices
But when i’m doing this i get the following error:
PHP Warning: PHP Startup: Unable to load dynamic library '“smbclient.so”' (tried: /usr/lib/php/20190902/“smbclient.so” (/usr/lib/php/20190902/“smbclient.so”: cannot open shared object file: No such file or directory), /usr/lib/php/20190902/“smbclient.so”.so (/usr/lib/php/20190902/“smbclient.so”.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
Could not open input file: /var/www/html/nextcloud/occ
I also found a forum post with the same issue but with no solution.
Does anyone knows what to do?