Matias De lellis

Results 470 comments of Matias De lellis

Ok.. So what you were missing in the initial report was just the line.. 😅 > RUN cp /etc/php8/conf.d/pdlib.ini /usr/local/etc/php/conf.d/pdlib.ini

> Now my problem is occ face:setup throwing error > Error: Class 'PDO' not found in /config/www/nextcloud/lib/private/DB/Connection.php:155 This is more strange.. 🤔 See: > php -m | grep -i pdo

...and `php occ -V` print at least the nextcloud version? This error does not seem related to this application. 🤔

Ok.. Be patient and go back on your changes.. 😞 Check which modules you have enabled. PDO is a very basic module, If it is not enabled, you are probably...

It would be weird, but if you have several modules enabled, try add `php8-pdo \` here and build again.. https://github.com/linuxserver/docker-nextcloud/blob/master/Dockerfile#L41

Hi Both, Before trying to separate a cluster of 11k people where they mixed, I would try to reduce the 'Clustering threshold' from settings. This will improve the result, although...

Hi @lippoliv Unfortunately this is a regression forced by a change in nextcloud 25.. (The side panel retains focus, and we can't focus on the dialog we use to search...

+1000 I am aware of this, and I hope to improve soon.

Maybe we can use just gtk.. https://github.com/GNOME/metacity/blob/a0b41a8fb010b80477d134c97e0f3effd349a728/libmetacity/meta-theme-gtk.c#L662 😉

Hi @mosK1T0 Installing by pecl today is the easiest, but from what I see, you probably have several versions of pdlib installed. And something compiled with an older version of...