Open kowalski7cc opened 3 years ago
It seems an error that happens with PHP 8.x, this doesn't happen with PHP 7.4
I found a way to get past this error: https://github.com/nextcloud/integration_whiteboard/blob/db64eb10076145e3a64b58900fa36ce8f312494d/lib/Service/SpacedeckBundleService.php#L44
- $scan = glob(rtrim($str, '/') . '/{,.}*', GLOB_BRACE);
+ $scan = glob(rtrim($str, '/') . '/{,.}*', (defined('GLOB_BRACE') ? GLOB_BRACE : 0));
Hello, I'm having the following installation error on Nextcloud 21, PHP 8, PostgreSQL 13.2, Nginx on Docker
Trace: