Skip to content
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]: appication menu empty after upgrade to nextcloud 25 #34690

Closed
6 of 9 tasks
ecy77 opened this issue Oct 20, 2022 · 4 comments
Closed
6 of 9 tasks

[Bug]: appication menu empty after upgrade to nextcloud 25 #34690

ecy77 opened this issue Oct 20, 2022 · 4 comments
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap 25-feedback bug

Comments

@ecy77
Copy link

ecy77 commented Oct 20, 2022

⚠️ This issue respects the following points: ⚠️

  • This is a bug, not a question or a configuration/webserver/proxy issue.
  • This issue is not already reported on Github (I've searched it).
  • Nextcloud Server is up to date. See Maintenance and Release Schedule for supported versions.
  • Nextcloud Server is running on 64bit capable CPU, PHP and OS.
  • I agree to follow Nextcloud's Code of Conduct.

Bug description

Since the update from version 24 to 25, the application menu is empty as well as the toolbar

Steps to reproduce

  1. upgrade from 24 to 25 with web updater
  2. Go to application menu

Expected behavior

I was expecting to see the application menu

Installation method

Community Manual installation with Archive

Operating system

Debian/Ubuntu

PHP engine version

PHP 7.4

Web server

Apache (supported)

Database engine version

SQlite

Is this bug present after an update or on a fresh install?

Updated to a major version (ex. 22.2.3 to 23.0.1)

Are you using the Nextcloud Server Encryption module?

No response

What user-backends are you using?

  • Default user-backend (database)
  • LDAP/ Active Directory
  • SSO - SAML
  • Other

Configuration report

{
    "system": {
        "debug": true,
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "nuages.achelem.org"
        ],
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "sqlite3",
        "version": "25.0.0.18",
        "overwrite.cli.url": "http:\/\/nuages.achelem.org",
        "installed": true,
        "theme": "",
        "logfile": "\/var\/log\/nextcloud.log",
        "loglevel": 0,
        "maintenance": false,
        "memcache.local": "\\OC\\Memcache\\Redis",
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "app_install_overwrite": [
            "calendar",
            "passwords"
        ],
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpmode": "smtp",
        "mail_sendmailmode": "smtp",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpauthtype": "PLAIN",
        "mail_smtpauth": 1,
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpport": "25",
        "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
        "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
        "updater.release.channel": "stable",
        "default_phone_region": "FR",
        "updater.secret": "***REMOVED SENSITIVE VALUE***"
    }
}

List of activated Apps

Enabled:
  - activity: 2.17.0
  - admin_audit: 1.15.0
  - calendar: 4.0.1
  - circles: 25.0.0
  - cloud_federation_api: 1.8.0
  - contacts: 5.0.1
  - contactsinteraction: 1.6.0
  - dashboard: 7.5.0
  - dav: 1.24.0
  - federatedfilesharing: 1.15.0
  - files: 1.20.1
  - files_pdfviewer: 2.6.0
  - files_rightclick: 1.4.0
  - files_sharing: 1.17.0
  - files_trashbin: 1.15.0
  - files_versions: 1.18.0
  - firstrunwizard: 2.14.0
  - logreader: 2.10.0
  - lookup_server_connector: 1.13.0
  - nextcloud_announcements: 1.14.0
  - notes: 4.6.0
  - notifications: 2.13.1
  - oauth2: 1.13.0
  - password_policy: 1.15.0
  - passwords: 2022.10.10
  - photos: 2.0.0
  - privacy: 1.9.0
  - provisioning_api: 1.15.0
  - recommendations: 1.4.0
  - related_resources: 1.0.0
  - serverinfo: 1.15.0
  - settings: 1.7.0
  - sharebymail: 1.15.0
  - spreed: 15.0.0
  - support: 1.8.0
  - survey_client: 1.13.0
  - systemtags: 1.15.0
  - theming: 2.0.0
  - twofactor_backupcodes: 1.14.0
  - updatenotification: 1.15.0
  - user_status: 1.5.0
  - viewer: 1.9.0
  - weather_status: 1.5.0
  - workflowengine: 2.7.0
Disabled:
  - bruteforcesettings: 2.4.0
  - calendar.8.1
  - calendar.old
  - comments: 1.8.0
  - documentserver_community: 0.1.12
  - encryption
  - federation: 1.8.0
  - files_external: 1.9.0
  - music: 1.6.0
  - ocsms: 2.2.0
  - polls: 3.8.2
  - suspicious_login
  - text: 2.0.0
  - twofactor_totp
  - user_ldap

Nextcloud Signing status

No response

Nextcloud Logs

No response

Additional info

No response

@ecy77 ecy77 added 0. Needs triage Pending check for reproducibility or if it fits our roadmap bug labels Oct 20, 2022
@cetcondor
Copy link

I encountered the problem also in one of my instances, but after executing "occ maintenance:repair" the problem was gone. All other instances did not have the problem.

@ecy77
Copy link
Author

ecy77 commented Oct 20, 2022

This command doesn't change anything and now I'm not logged in anymore and my main page is empty.
I have the wallpaper with the clouds, the nextcloud logo, but no more login and password prompt and no menu...

@szaimen
Copy link
Contributor

szaimen commented Oct 25, 2022

Duplicate of #34716

@szaimen szaimen marked this as a duplicate of #34716 Oct 25, 2022
@szaimen szaimen closed this as completed Oct 25, 2022
@ecy77
Copy link
Author

ecy77 commented Oct 26, 2022

My bug is not the same as #34716. My PlatformRepository.php file is already fixed.
Can you reopen the bug report?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap 25-feedback bug
Projects
None yet
Development

No branches or pull requests

3 participants