An unhandled exception has been thrown: TypeError: strlen() expects parameter 1 to be string, bool given in /home/nginx/nextcloud/apps/files_external/3rdparty/icewind/smb/src/StringBuffer.php:48 #235
I am facing an issue with the preview apps and i need som help
Nextcloud version (eg, 20.0.5): 20.0.9.1
Operating system and version (eg, Ubuntu 20.04): CentOS 7.7
Apache or nginx version (eg, Apache 2.4.25): nginx v1.16.1
PHP version (eg, 7.4): 7.4.19
It is a freh install of nextcloud in this environement, one external share using SMB where data (photos) are stored (~150GB), I need to create all the preview.
When I use the follwoing command line (sudo -u nginx php occ preview:generate-all -vvv) the process fail after ~5hours with the following error output on the command line:
Hello all,
I am facing an issue with the preview apps and i need som help Nextcloud version (eg, 20.0.5): 20.0.9.1 Operating system and version (eg, Ubuntu 20.04): CentOS 7.7 Apache or nginx version (eg, Apache 2.4.25): nginx v1.16.1 PHP version (eg, 7.4): 7.4.19
It is a freh install of nextcloud in this environement, one external share using SMB where data (photos) are stored (~150GB), I need to create all the preview.
When I use the follwoing command line (sudo -u nginx php occ preview:generate-all -vvv) the process fail after ~5hours with the following error output on the command line:
Steps to replicate it:
I set DEBUG level on log located in /var/log/nextcloud/nextcloud.log, here the last line when the error occurs
In addition, I did a modification following this https://blog.nuvotex.de/nextcloud-smb-stringbuffer/ as I encoutered first an issue regarding data size calculation (https://github.com/nextcloud/server/issues/26457 )
Any idea to find the root cause ? thank you !