fulltextsearch icon indicating copy to clipboard operation
fulltextsearch copied to clipboard

Error on NC24 with php8.0 - Class OCA\FullTextSearch\Model\Index contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (OCP\FullTextSearch\Model\IIndex::getCollection) at /var/www/nextcloud/apps/fulltextsearch/lib/Model/Index.php#44

Open apg1980 opened this issue 2 years ago • 2 comments

Hello,

i am using an ubuntu 20.04 server with apache2 and php8.0 fpm. after upgrading to nextcloud 24 i se a lot of errors like this:

Nextcloud Log: Class OCA\FullTextSearch\Model\Index contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (OCP\FullTextSearch\Model\IIndex::getCollection) at /var/www/nextcloud/apps/fulltextsearch/lib/Model/Index.php#44

Apache Error Log: [Tue May 03 15:47:55.670365 2022] [proxy_fcgi:error] [pid 186150:tid 139774702626560] [client xx.xx.xx.xx:37675] AH01071: Got error 'PHP message: PHP Fatal error: Class OCA\\FullTextSearch\\Model\\Index contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (OCP\\FullTextSearch\\Model\\IIndex::getCollection) in /var/www/nextcloud/apps/fulltextsearch/lib/Model/Index.php on line 44'

The Problem is, you cannot upload files with the webinterface of nc 24 (unknown error), the desktop client in windows report error 500 PUT, and the android client 3.20 reports connection error.

Please support me.

Thanks a Lot.

Update: after disabling the fulltext search, tesseract, ocr... i am able again to upload files with the client, webinterface and android as well. grafik

See here: https://github.com/nextcloud/android/issues/10155

apg1980 avatar May 03 '22 18:05 apg1980

Same here and also happens to linux desktop client.

morph027 avatar May 04 '22 18:05 morph027

please install apps for NC24

ArtificialOwl avatar Jun 08 '22 11:06 ArtificialOwl