-
Notifications
You must be signed in to change notification settings - Fork 56
Description
Which version of recognize are you using?
10.0.5
Enabled Modes
Object recognition, Face recognition, Video recognition
TensorFlow mode
Normal mode
Downstream App
Memories App
Which Nextcloud version do you have installed?
32.0.1
Which Operating system do you have installed?
Unraid OS 7.1.X
Which database are you running Nextcloud on?
Postgresql 17
Which Docker container are you using to run Nextcloud? (if applicable)
32.0.1
How much RAM does your server have?
32
What processor Architecture does your CPU have?
x86
Describe the Bug
When upgrading to Nextcloud 32.0.1 (from 32.0.0) i got the following error:
PHP Fatal error: Cannot redeclare utf8_ord() (previously declared in /var/www/html/custom_apps/recognize/vendor/scoper-autoload.php:55) in /var/www/html/apps/suspicious_login/vendor/joomla/string/src/phputf8/ord.php on line 22
Sat Nov 01 11:39:20.014687 2025] [php:error] [pid 56:tid 56] [client 172.17.0.1:52890] PHP Fatal error: Cannot redeclare utf8_ord() (previously declared in /var/www/html/custom_apps/recognize/vendor/scoper-autoload.php:55) in /var/www/html/apps/suspicious_login/vendor/joomla/string/src/phputf8/ord.php on line 22, referer: https://cloud.wittmannq.de/index.php/apps/files/preview-service-worker.js
Im not sure if the nextcloud update or an update of recognize that was done somewhere in the background was the problem. One of both.
Why is it important?
Nextcloud cannot finish startup + php commands from the terminal dont work. not even maintenance mode on.
Also the suspicious_login would be important to have for security.
The current fix is:
Disable one of them
(rename the apps' folder)
Expected Behavior
recognize should be working alongside suspicious_login app.
To Reproduce
have both apps installed (newest version) + nextcloud docker 32.0.1
Debug log
No response