-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Applications menu empty after fresh install of Nextcloud Server v25 #34716
Comments
It is likely a duplicate of issue #34690, just encountered from different steps. Probably easier to reproduce with those listed here though. |
There was a suggestion for a fix on the forum (probably just a dirty workaround by disabling type hints): |
I'm having the same problem. I disabled types in the method's arguments and works. |
@come-nc can you have a look ? |
Hello @Skatox |
Just reinstalled on my dev-env (because the one where I originally had the problem needed to work so installed a 24), web installer now pull version 25.0.1 which doesn't encounter the problem. |
Upgraded from 24.0.7 to 25.0.1 = same issue |
This depends on which PHP extensions are installed/active, as it crashes when a PHP extension have no version. The PR #34937 should fix it. |
Yes, perfect 👍 |
Hello I found out that the application with the problem is litespeed. I print the variable $name before calling the normalizeVersion method and fails with that app. I don't remember installing it but my server is running under a litespeed server. |
This will get fixed with 25.0.2 |
Bug description
After fresh install of Nextcloud Server 25, "Applications" page does not load properly. Log page shows the following error:
Seems to be a problem with the way the exception is handled in the following code:
Steps to reproduce
Expected behavior
Applications page should load list of installed apps.
Installation method
Community Web installer on a VPS or web space
Operating system
Other
PHP engine version
PHP 8.0
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Fresh Nextcloud Server install
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
Just going to mention that the error was reproducible with php 7.4 and 8.1 too.
The text was updated successfully, but these errors were encountered: