Closed Bolverik closed 6 days ago
The class OCA\Passwords\Helper\Random\Randomizer
is not part of versions ending on .20
. Only LSR releases ending on .10
have that class as a fallback. I assume you either have recently switched from LSR to normal releases but still have old code cached somewhere in PHP or you have an inconsistent installation.
⚠️ This issue respects the following points: ⚠️
Server Information
Client Information
Browser and Version: 131.0.2 (64-разрядный) Client OS and Version: Ubuntu 24.04
Bug description
After update from legacy version, the error screen appears when I try to use the app. Journal shows this message:
QueryException Could not resolve OCA\Passwords\Helper\Random\Randomizer! Class "OCA\Passwords\Helper\Random\Randomizer" does not exist
Turns out Random folder was not present in passwords/lib/Helper/. Whe I added it, the app started working.
Steps to reproduce
Expected behavior
Nextcloud Logs
No response
Browser Logs
No response