Skip to content

fix(php84): Update php-stemmer - #1391

Merged
marcelklehr merged 1 commit into
mainfrom
fix/update-php-stemmer
Sep 24, 2025
Merged

marcelklehr merged 1 commit into
mainfrom
fix/update-php-stemmer

Conversation

@marcelklehr

Copy link
Copy Markdown
Member

see nextcloud/mail#11566

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
@marcelklehr
marcelklehr merged commit eb0541f into main Sep 24, 2025
36 checks passed
@AndyXheli

AndyXheli commented Oct 17, 2025

Copy link
Copy Markdown

Hey @marcelklehr seeing alot of these in NC 32.0.1 RC1

looks like this is the fix correct ? not sure if it been pushed to the app or not but error logs is getting crazy 99 Plus since 4 hours ago 馃槅

OCA\Recognize\Vendor\voku\helper\UTF8::reduce_string_array(): Implicitly marking parameter $remove_short_values as nullable is deprecated, the explicit nullable type must be used instead at /var/www/nextcloud/apps/recognize/vendor/voku/portable-utf8/src/voku/helper/UTF8.php#10690

@marcelklehr

Copy link
Copy Markdown
Member Author

Hey! This hasn't been released yet, no. That's probably why you're still seeing this.

@AndyXheli

Copy link
Copy Markdown

Hey! This hasn't been released yet, no. That's probably why you're still seeing this.

Okay, Thanks! Is there an ETA when the new version will get released?

@marcelklehr

Copy link
Copy Markdown
Member Author

ETA is now :) v10.0.5 is out

@AndyXheli

Copy link
Copy Markdown

Well that was fast :) thank you!

@AndyXheli

Copy link
Copy Markdown

@marcelklehr

The whole server is locked up after upgrade getting a http 500 error and below via occ terminal

PHP Fatal error: Cannot redeclare function utf8_ord() (previously declared in /var/www/nextcloud/apps/recognize/vendor/scoper-autoload.php:55) in /var/www/nextcloud/apps/suspicious_login/vendor/joomla/string/src/phputf8/ord.php on line 22

@marcelklehr

Copy link
Copy Markdown
Member Author

Gna, that's a compatiblity issue between suspicious_login and recognize again :( could you open a new issue so we can track this?

@marcelklehr

Copy link
Copy Markdown
Member Author

Disabling either of the two apps should fix this for now.

@AndyXheli

Copy link
Copy Markdown

Yea I had to remove one of the folder via rm command but server is back up I'll create an issue. Thanks for the quick response

@AndyScherzinger
AndyScherzinger deleted the fix/update-php-stemmer branch December 15, 2025 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Please update voku/portable-utf8 to new php8.4 syntax

2 participants