tuxArg
tuxArg
Same 28.0.3
> I finally figured out what caused the error on my instance. The folder `appdata_*/preview/` in the data folder contained a file next to all the directories. I manually created...
Hi, Just an idea as I had (sort of) done it manually myself. Is it possible to use picture's metadata to know the date and then make clusters by year...
Hi @Yetangitu , Can you upload those css files please? I don't have such backups because I have upgraded many times since 28.0.0. Thanks.
Hi, just an idea here. I think the solution could be a more general one. Server config could have a: check-db-exists yes/no And refuse to start if the rdb file...
> Hi.. Sorry for the delay. > > I opted for a much simpler approach, but I'm considering other changes. Please confirm if the latest version works. The fix is...
> Also running into this issue on postgres. The QueryBuilder code that executes this does NOT check the database type and blindly throws this error. Please see: https://github.com/nextcloud/server/blob/b270a22c4a55ce0d6fb0726efe3412678aaa2d92/lib/private/DB/QueryBuilder/QueryBuilder.php#L226 Wow, so...
Probably related I've got this error: ``` An unhandled exception has been thrown: Error: Call to a member function getTimestamp() on string in /var/www/nextcloud/apps/facerecognition/lib/BackgroundJob/Tasks/CreateClustersTask.php:232 ```
> For you the WorkArround ist like the Same. You get the TimeString instead a DateTime-Object. So it must be converted before call getTimestamp(). I did it this way: https://github.com/matiasdelellis/facerecognition/issues/781#issuecomment-2429163804
> I have NC30 running with facerecognition enabled. facerecognition does not recognize the pdlib installation with php8.3. Not sure wether it's related to NC30 or php8.3. I'm running NC 29...