Closed blwtxc closed 11 months ago
SymfonyAdapter.php is still registered in 'core/signature.json', what give me the hint into the right direction.
SymfonyAdapter was intentionally removed (see #39605) and it's definitely no longer in core/signature.json
(I just double-checked to make sure we didn't overlook something). So it sounds like you have old files in your installation.
Since you did a manual installation, perhaps you missed a few files/folders?
As this sounds like a local matter, if you need further help please post over at the Nextcloud Help Forum - https://help.nextcloud.com. I'm going to close this out on that basis, but don't hesitate to follow-up if you discover this is actually a bug.
I got similar logs, maybe from the "bookmarks"-app. After disabling it, messages stopped.
Could not boot bookmarks: Could not resolve symfonyAdapter! Class "symfonyAdapter" does not exist
@dennishohmann Indeed your situation looks to be this one: https://github.com/nextcloud/bookmarks/issues/2102
⚠️ This issue respects the following points: ⚠️
Bug description
I just upgraded to NC28.0.0 from NC27.1.4 and saw the NC logs flooded with the error message
After searching the web and even trying to rewrite 'symfonyAdapter' to 'SymfonyAdapter' (typos happen), I found that the
upgrader
removedSymfonyAdapter.php
andGenericEventWrapper.php
. At leastSymfonyAdapter.php
is still registered in 'core/signature.json', what give me the hint into the right direction.SOLUTION:
Copy both files from archive or previous install (if still available) to the expected dir.
Steps to reproduce
Expected behavior
Everything works
Installation method
Community Manual installation with Archive
Nextcloud Server version
28
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.2
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Upgraded to a MAJOR version (ex. 22 to 23)
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
No response
List of activated Apps
No response
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
No response