-
Notifications
You must be signed in to change notification settings - Fork 263
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
Error: Class 'OCA\Mail\AppInfo\BootstrapSingleton' not found in /var/www/nextcloud/apps/mail/lib/AppInfo/Application.php:35 #3727
Comments
This sounds a bit like the autoloader is not working correctly. That class exists, right? |
Also had the problem, and I guess it's similar to an issue we had in Talk at some point. The problem is the app is already loaded while |
I met the same problem when I upgraded from 19.0.3.1 to 20.0.0.9 based on docker. |
I fixed this issue as following steps:
|
This comment has been minimized.
This comment has been minimized.
I had the same issue in a docker-image when upgrading nextcloud from 19.0.4.2 to 20.0.1.1 I fixed it by calling this
Then I got another error, which is described here already: nextcloud/news#876 I fixed that by calling the upgrade again:
|
Got exact same issue as @rubo77 upgrading from 19.0.5 to 20.0.2 using the command line upgrader. |
Just upgraded from 19.0.6 to 20.0.3 and got the same issue (updated via commandline). |
had this problem on cli updater "occ upgrade" today. after rerunning the "occ upgrade" command it went through the installation. |
Mail app being loaded seems to be the issue in my case. |
oopsy.. Re-running the |
Can confirm with PHP 7.4 |
Updating Nextcloud from 20.0.4 to 20.0.5 went without this issue. |
It only happened for upgrades where the previous version of Mail had the In the scope of this app there is still nothing we can really do about this. Nextcloud would have to change the way it loads app before and/or after the actual upgrade. |
Thanks for clarifying. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I've just updated my instance from (19.0.3 via 19.0.4 RC1) to Nextcloud 20 and got this error during
occ upgrade
. I then did just executeocc upgrade
again and that time it continued and went through without error.@ChristophWurst I'm not sure if this is something relevant or just a side effect of the non direct update maybe? Just let me know if it's a relevant issue and I can of course provide additional information about the setup otherwise feel free to just close it.
php version is 7.3
The text was updated successfully, but these errors were encountered: