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

Error: Could not load lazy dashboard widget: OCA\Calendar\Dashboard\CalendarWidgetV2 #6593

Open
agrajag9 opened this issue Dec 27, 2024 · 0 comments
Labels
0. to triage Pending approval or rejection bug

Comments

@agrajag9
Copy link

Steps to reproduce

  1. Upgrade from 29 to 30.0.4

Expected behavior

Logs are not full of spam and there's a Calendar widget for the Dashboard.

Actual behavior

Logs are full of spam, no dashboard widget.

Calendar app version

5.0.8

CalDAV-clients used

No response

Browser

No response

Client operating system

No response

Server operating system

FreeBSD

Web server

Nginx

Database engine version

MariaDB

PHP engine version

PHP 8.2

Nextcloud version

3.0.4

Updated from an older installed version or fresh install

Updated from an older version

List of activated apps

Enabled:               
  - activity: 3.0.0
  - app_api: 4.0.3      
  - bruteforcesettings: 3.0.0
  - calendar: 5.0.8
  - circles: 30.0.0
  - cloud_federation_api: 1.13.0
  - comments: 1.20.1             
  - contacts: 6.1.2           
  - contactsinteraction: 1.11.0
  - dashboard: 7.10.0         
  - dav: 1.31.1        
  - deck: 1.14.2 
  - encryption: 2.18.0    
  - federatedfilesharing: 1.20.0
  - federation: 1.20.0    
  - files: 2.2.0
  - files_downloadlimit: 3.0.0
  - files_pdfviewer: 3.0.0
  - files_reminders: 1.3.0 
  - files_sharing: 1.22.0                                                 
  - files_trashbin: 1.20.1
  - files_versions: 1.23.0                                                                                                                          
  - firstrunwizard: 3.0.0                                                                                                                           
  - logreader: 3.0.0                                                                                                                                
  - lookup_server_connector: 1.18.0                                                                                                                 
  - nextcloud_announcements: 2.0.0                                                                                                                  
  - notes: 4.11.0                                                                                                                                   
  - notifications: 3.0.0                                                                                                                            
  - oauth2: 1.18.1                                                                                                                                  
  - password_policy: 2.0.0                                                                                                                          
  - photos: 3.0.2                                                                                                                                   
  - privacy: 2.0.0                                                                                                                                  
  - provisioning_api: 1.20.0                                                                                                                        
  - recommendations: 3.0.0           
  - related_resources: 1.5.0                                                                                                                        
  - serverinfo: 2.0.0                                                     
  - settings: 1.13.0                                                                                                                                
  - sharebymail: 1.20.0
  - support: 2.0.0 
  - survey_client: 2.0.0
  - systemtags: 1.20.0       
  - tasks: 0.16.1  
  - text: 4.1.0    
  - theming: 2.5.0              
  - twofactor_backupcodes: 1.19.0
  - twofactor_totp: 12.0.0-dev
  - twofactor_webauthn: 2.0.0  
  - updatenotification: 1.20.0
  - user_status: 1.10.0
  - viewer: 3.0.0
  - weather_status: 1.10.0
  - webhook_listeners: 1.1.0-dev
  - workflowengine: 2.12.0
Disabled:       
  - admin_audit: 1.20.0       
  - files_external: 1.22.0
  - suspicious_login: 8.0.0
  - twofactor_nextcloud_notification: 4.0.0                               
  - user_ldap: 1.21.0

Nextcloud configuration

{                                                                         
    "system": {                                                           
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "hulk.a9development.com"
        ],
        "trusted_proxies": "***REMOVED SENSITIVE VALUE***",
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "mysql",
        "version": "30.0.4.1",
        "overwrite.cli.url": "https:\/\/hulk.a9development.com",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "default_phone_region": "US", 
        "installed": true,
        "enable_previews": true,
        "enabledPreviewProviders": [
            "OC\\Preview\\PNG",
            "OC\\Preview\\JPEG",
            "OC\\Preview\\GIF",
            "OC\\Preview\\BMP",
            "OC\\Preview\\XBitmap",
            "OC\\Preview\\MarkDown",
            "OC\\Preview\\MP3",
            "OC\\Preview\\TXT",
            "OC\\Preview\\Illustrator",
            "OC\\Preview\\Movie",
            "OC\\Preview\\MSOffice2003",
            "OC\\Preview\\MSOffice2007",
            "OC\\Preview\\MSOfficeDoc",
            "OC\\Preview\\OpenDocument",
            "OC\\Preview\\PDF",
            "OC\\Preview\\Photoshop", 
            "OC\\Preview\\Postscript",
            "OC\\Preview\\StarOffice",
            "OC\\Preview\\SVG",
            "OC\\Preview\\TIFF",
            "OC\\Preview\\Font"
        ],
        "filelocking.enabled": true,
        "memcache.local": "\\OC\\Memcache\\APCu",
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "memcache.distributed": "\\OC\\Memcache\\Redis",
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "port": 0,
            "timeout": 0
        },
        "maintenance": false,
        "mysql.utf8mb4": true,
        "twofactor_enforced": "true",
        "twofactor_enforced_groups": [
            "admin"
        ],
        "twofactor_enforced_excluded_groups": [],
        "theme": "",
        "log_type": "file",
        "logfile": "\/var\/log\/nextcloud\/nextcloud.log",
        "loglevel": 0,
        "logdateformat": "F d, Y H:i:s",
        "encryption.legacy_format_support": false,
        "encryption.key_storage_migrated": false,
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpmode": "sendmail",
        "mail_smtpsecure": "ssl",
        "mail_sendmailmode": "smtp",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpauthtype": "LOGIN",
        "updater.release.channel": "stable",
        "maintenance_window_start": 1
    }
}

Web server error log

[PHP] Error: include(/usr/local/www/nextcloud/apps/calendar/vendor/composer/../../lib/Dashboard/CalendarWidgetV2.php): Failed to open stream: No such file or directory at /usr/local/www/nextcloud/lib/composer/composer/ClassLoader.php#576
	GET /ocs/v2.php/apps/dashboard/api/v2/widget-items?widgets%5B%5D=circles
	from 178.84.11.16 by agrajag9 at Dec 27, 2024, 9:43:35 AM

[PHP] Error: include(): Failed opening '/usr/local/www/nextcloud/apps/calendar/vendor/composer/../../lib/Dashboard/CalendarWidgetV2.php' for inclusion (include_path='/usr/local/www/nextcloud/3rdparty/pear/archive_tar:/usr/local/www/nextcloud/3rdparty/pear/console_getopt:/usr/local/www/nextcloud/3rdparty/pear/pear-core-minimal/src:/usr/local/www/nextcloud/3rdparty/pear/pear_exception:/usr/local/www/nextcloud/apps') at /usr/local/www/nextcloud/lib/composer/composer/ClassLoader.php#576
	GET /ocs/v2.php/apps/dashboard/api/v2/widget-items?widgets%5B%5D=circles
	from 178.84.11.16 by agrajag9 at Dec 27, 2024, 9:43:35 AM

[no app in context] Error: Could not load lazy dashboard widget: OCA\Calendar\Dashboard\CalendarWidgetV2
	GET /ocs/v2.php/apps/dashboard/api/v2/widget-items?widgets%5B%5D=circles
	from 178.84.11.16 by agrajag9 at Dec 27, 2024, 9:43:35 AM

Log file


Browser log


Additional info

No response

@agrajag9 agrajag9 added 0. to triage Pending approval or rejection bug labels Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. to triage Pending approval or rejection bug
Projects
None yet
Development

No branches or pull requests

1 participant