⚠️ This issue respects the following points: ⚠️
Bug description
Here is the output executing occ app:update --all
PHP Deprecated: OCA\Analytics\Activity\ActivityManager::triggerEvent(): Implicitly marking parameter $user_id as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Activity/ActivityManager.php on line 77
PHP Deprecated: OCA\Analytics\Activity\ActivityManager::createEvent(): Implicitly marking parameter $user_id as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Activity/ActivityManager.php on line 98
PHP Deprecated: OCA\Analytics\Controller\DatasourceController::index(): Implicitly marking parameter $datasourceType as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Controller/DatasourceController.php on line 88
PHP Deprecated: OCA\Analytics\Controller\DatasourceController::indexFiltered(): Implicitly marking parameter $datasourceType as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Controller/DatasourceController.php on line 113
PHP Deprecated: OCA\Analytics\Controller\DatasourceController::getDatasources(): Implicitly marking parameter $datasourceType as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Controller/DatasourceController.php on line 196
PHP Deprecated: OCA\Analytics\Controller\DatasourceController::getOwnDatasources(): Implicitly marking parameter $datasourceType as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Controller/DatasourceController.php on line 213
PHP Deprecated: OCA\Analytics\Controller\DatasourceController::getRegisteredDatasources(): Implicitly marking parameter $datasourceType as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Controller/DatasourceController.php on line 239
PHP Deprecated: OCA\Analytics\Service\ReportService::import(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Service/ReportService.php on line 380
PHP Deprecated: OCA\Analytics\Service\ReportService::import(): Implicitly marking parameter $raw as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Service/ReportService.php on line 380
PHP Deprecated: OCA\Analytics\Db\StorageMapper::create(): Implicitly marking parameter $user_id as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Db/StorageMapper.php on line 52
PHP Deprecated: OCA\Analytics\Db\StorageMapper::delete(): Implicitly marking parameter $user_id as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Db/StorageMapper.php on line 177
PHP Deprecated: OCA\Analytics\Db\StorageMapper::getRecordCount(): Implicitly marking parameter $user_id as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Db/StorageMapper.php on line 303
PHP Deprecated: OCA\Analytics\Service\StorageService::update(): Implicitly marking parameter $user_id as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Service/StorageService.php on line 104
PHP Deprecated: OCA\Analytics\Service\StorageService::delete(): Implicitly marking parameter $user_id as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Service/StorageService.php on line 167
PHP Deprecated: OCA\Analytics\Service\StorageService::getRecordCount(): Implicitly marking parameter $user_id as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Service/StorageService.php on line 217
An unhandled exception has been thrown:
TypeError: array_map(): Argument #2 ($array) must be of type array, false given in /usr/local/www/nextcloud/apps/app_api/lib/Service/ExAppOccService.php:108
Stack trace:
#0 /usr/local/www/nextcloud/apps/app_api/lib/Service/ExAppOccService.php(108): array_map(Object(Closure), false)
#1 /usr/local/www/nextcloud/apps/app_api/appinfo/register_command.php(29): OCA\AppAPI\Service\ExAppOccService->getOccCommands()
#2 /usr/local/www/nextcloud/lib/private/Console/Application.php(114): require('/usr/local/www/...')
#3 /usr/local/www/nextcloud/console.php(81): OC\Console\Application->loadCommands(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#4 /usr/local/www/nextcloud/occ(33): require_once('/usr/local/www/...')
#5 {main}~
Steps to reproduce
- sudo -u www /usr/local/bin/php ./occ app:update --all
Expected behavior
to not show this errors
Nextcloud Server version
31
Operating system
Other
PHP engine version
PHP 8.4
Web server
Other
Database engine version
SQlite
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
% ./occ config:list system
PHP Deprecated: OCA\Analytics\Activity\ActivityManager::triggerEvent(): Implicitly marking parameter $user_id as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Activity/ActivityManager.php on line 77
PHP Deprecated: OCA\Analytics\Activity\ActivityManager::createEvent(): Implicitly marking parameter $user_id as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Activity/ActivityManager.php on line 98
PHP Deprecated: OCA\Analytics\Controller\DatasourceController::index(): Implicitly marking parameter $datasourceType as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Controller/DatasourceController.php on line 88
PHP Deprecated: OCA\Analytics\Controller\DatasourceController::indexFiltered(): Implicitly marking parameter $datasourceType as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Controller/DatasourceController.php on line 113
PHP Deprecated: OCA\Analytics\Controller\DatasourceController::getDatasources(): Implicitly marking parameter $datasourceType as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Controller/DatasourceController.php on line 196
PHP Deprecated: OCA\Analytics\Controller\DatasourceController::getOwnDatasources(): Implicitly marking parameter $datasourceType as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Controller/DatasourceController.php on line 213
PHP Deprecated: OCA\Analytics\Controller\DatasourceController::getRegisteredDatasources(): Implicitly marking parameter $datasourceType as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Controller/DatasourceController.php on line 239
PHP Deprecated: OCA\Analytics\Service\ReportService::import(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Service/ReportService.php on line 380
PHP Deprecated: OCA\Analytics\Service\ReportService::import(): Implicitly marking parameter $raw as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Service/ReportService.php on line 380
PHP Deprecated: OCA\Analytics\Db\StorageMapper::create(): Implicitly marking parameter $user_id as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Db/StorageMapper.php on line 52
PHP Deprecated: OCA\Analytics\Db\StorageMapper::delete(): Implicitly marking parameter $user_id as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Db/StorageMapper.php on line 177
PHP Deprecated: OCA\Analytics\Db\StorageMapper::getRecordCount(): Implicitly marking parameter $user_id as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Db/StorageMapper.php on line 303
PHP Deprecated: OCA\Analytics\Service\StorageService::update(): Implicitly marking parameter $user_id as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Service/StorageService.php on line 104
PHP Deprecated: OCA\Analytics\Service\StorageService::delete(): Implicitly marking parameter $user_id as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Service/StorageService.php on line 167
PHP Deprecated: OCA\Analytics\Service\StorageService::getRecordCount(): Implicitly marking parameter $user_id as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Service/StorageService.php on line 217
{
"system": {
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"localhost",
"cloud.ostreff.info",
"cloud.albena-bg.be",
"cloud.classic-bg.net"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"overwrite.cli.url": "https:\/\/mail.ostreff.info",
"dbtype": "sqlite3",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbtableprefix": "oc_",
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"apps_paths": [
{
"path": "\/usr\/local\/www\/nextcloud\/apps",
"url": "\/apps",
"writable": true
}
],
"theme": "",
"loglevel": 0,
"maintenance": false,
"version": "31.0.2.1",
"default_phone_region": "BGR",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_smtpmode": "smtp",
"mail_sendmailmode": "smtp",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": "25",
"memcache.local": "\\OC\\Memcache\\APCu",
"memcache.distributed": "\\OC\\Memcache\\Memcached",
"memcached_servers": [
[
"localhost",
11211
]
],
"memcache.locking": "\\OC\\Memcache\\Memcached",
"updater.release.channel": "stable",
"maintenance_window_start": 1,
"config_is_read_only": false
}
}
List of activated Apps
% ./occ app:list
PHP Deprecated: OCA\Analytics\Activity\ActivityManager::triggerEvent(): Implicitly marking parameter $user_id as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Activity/ActivityManager.php on line 77
PHP Deprecated: OCA\Analytics\Activity\ActivityManager::createEvent(): Implicitly marking parameter $user_id as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Activity/ActivityManager.php on line 98
PHP Deprecated: OCA\Analytics\Controller\DatasourceController::index(): Implicitly marking parameter $datasourceType as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Controller/DatasourceController.php on line 88
PHP Deprecated: OCA\Analytics\Controller\DatasourceController::indexFiltered(): Implicitly marking parameter $datasourceType as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Controller/DatasourceController.php on line 113
PHP Deprecated: OCA\Analytics\Controller\DatasourceController::getDatasources(): Implicitly marking parameter $datasourceType as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Controller/DatasourceController.php on line 196
PHP Deprecated: OCA\Analytics\Controller\DatasourceController::getOwnDatasources(): Implicitly marking parameter $datasourceType as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Controller/DatasourceController.php on line 213
PHP Deprecated: OCA\Analytics\Controller\DatasourceController::getRegisteredDatasources(): Implicitly marking parameter $datasourceType as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Controller/DatasourceController.php on line 239
PHP Deprecated: OCA\Analytics\Service\ReportService::import(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Service/ReportService.php on line 380
PHP Deprecated: OCA\Analytics\Service\ReportService::import(): Implicitly marking parameter $raw as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Service/ReportService.php on line 380
PHP Deprecated: OCA\Analytics\Db\StorageMapper::create(): Implicitly marking parameter $user_id as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Db/StorageMapper.php on line 52
PHP Deprecated: OCA\Analytics\Db\StorageMapper::delete(): Implicitly marking parameter $user_id as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Db/StorageMapper.php on line 177
PHP Deprecated: OCA\Analytics\Db\StorageMapper::getRecordCount(): Implicitly marking parameter $user_id as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Db/StorageMapper.php on line 303
PHP Deprecated: OCA\Analytics\Service\StorageService::update(): Implicitly marking parameter $user_id as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Service/StorageService.php on line 104
PHP Deprecated: OCA\Analytics\Service\StorageService::delete(): Implicitly marking parameter $user_id as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Service/StorageService.php on line 167
PHP Deprecated: OCA\Analytics\Service\StorageService::getRecordCount(): Implicitly marking parameter $user_id as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Service/StorageService.php on line 217
Enabled:
- activity: 4.0.0
- analytics: 5.3.0
- app_api: 5.0.2
- calendar: 5.2.0
- circles: 31.0.0
- cloud_federation_api: 1.14.0
- comments: 1.21.0
- contacts: 7.0.4
- contactsinteraction: 1.12.0
- dashboard: 7.11.0
- dav: 1.33.0
- federatedfilesharing: 1.21.0
- federation: 1.21.0
- files: 2.3.1
- files_downloadlimit: 4.0.0
- files_pdfviewer: 4.0.0
- files_reminders: 1.4.0
- files_sharing: 1.23.1
- files_trashbin: 1.21.0
- files_versions: 1.24.0
- firstrunwizard: 4.0.0
- logreader: 4.0.0
- lookup_server_connector: 1.19.0
- nextcloud_announcements: 3.0.0
- notes: 4.11.0
- notifications: 4.0.0
- oauth2: 1.19.1
- password_policy: 3.0.0
- photos: 4.0.0-dev.1
- privacy: 3.0.0
- profile: 1.0.0
- provisioning_api: 1.21.0
- recommendations: 4.0.0
- related_resources: 2.0.0
- serverinfo: 3.0.0
- settings: 1.14.0
- sharebymail: 1.21.0
- spreed: 21.0.1
- support: 3.0.0
- survey_client: 3.0.0
- systemtags: 1.21.1
- text: 5.0.0
- theming: 2.6.1
- twofactor_backupcodes: 1.20.0
- updatenotification: 1.21.0
- user_status: 1.11.0
- viewer: 4.0.0
- weather_status: 1.11.0
- webhook_listeners: 1.2.0
- workflowengine: 2.13.0
Disabled:
- admin_audit: 1.21.0
- breezedark: 29.0.0 (installed 29.0.0)
- bruteforcesettings: 4.0.0 (installed 2.4.0)
- encryption: 2.19.0
- files_external: 1.23.0
- files_rightclick: 0.15.1 (installed 1.6.0)
- integration_onedrive: 3.3.1 (installed 3.3.1)
- integration_twitter: 1.0.7 (installed 1.0.7)
- mail: 4.0.2 (installed 3.7.5)
- maps: 1.4.0 (installed 1.4.0)
- riotchat: 0.18.8 (installed 0.18.7)
- suspicious_login: 9.0.1
- talk_matterbridge: 1.31.1026000 (installed 1.31.1026000)
- tasks: 0.16.1 (installed 0.16.1)
- twofactor_nextcloud_notification: 5.0.0
- twofactor_totp: 13.0.0-dev.0
- user_ldap: 1.22.0
Segmentation fault
Nextcloud Signing status
Nextcloud Logs
Additional info
No response
Bug description
Here is the output executing occ app:update --all
PHP Deprecated: OCA\Analytics\Activity\ActivityManager::triggerEvent(): Implicitly marking parameter $user_id as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Activity/ActivityManager.php on line 77
PHP Deprecated: OCA\Analytics\Activity\ActivityManager::createEvent(): Implicitly marking parameter $user_id as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Activity/ActivityManager.php on line 98
PHP Deprecated: OCA\Analytics\Controller\DatasourceController::index(): Implicitly marking parameter $datasourceType as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Controller/DatasourceController.php on line 88
PHP Deprecated: OCA\Analytics\Controller\DatasourceController::indexFiltered(): Implicitly marking parameter $datasourceType as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Controller/DatasourceController.php on line 113
PHP Deprecated: OCA\Analytics\Controller\DatasourceController::getDatasources(): Implicitly marking parameter $datasourceType as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Controller/DatasourceController.php on line 196
PHP Deprecated: OCA\Analytics\Controller\DatasourceController::getOwnDatasources(): Implicitly marking parameter $datasourceType as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Controller/DatasourceController.php on line 213
PHP Deprecated: OCA\Analytics\Controller\DatasourceController::getRegisteredDatasources(): Implicitly marking parameter $datasourceType as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Controller/DatasourceController.php on line 239
PHP Deprecated: OCA\Analytics\Service\ReportService::import(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Service/ReportService.php on line 380
PHP Deprecated: OCA\Analytics\Service\ReportService::import(): Implicitly marking parameter $raw as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Service/ReportService.php on line 380
PHP Deprecated: OCA\Analytics\Db\StorageMapper::create(): Implicitly marking parameter $user_id as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Db/StorageMapper.php on line 52
PHP Deprecated: OCA\Analytics\Db\StorageMapper::delete(): Implicitly marking parameter $user_id as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Db/StorageMapper.php on line 177
PHP Deprecated: OCA\Analytics\Db\StorageMapper::getRecordCount(): Implicitly marking parameter $user_id as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Db/StorageMapper.php on line 303
PHP Deprecated: OCA\Analytics\Service\StorageService::update(): Implicitly marking parameter $user_id as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Service/StorageService.php on line 104
PHP Deprecated: OCA\Analytics\Service\StorageService::delete(): Implicitly marking parameter $user_id as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Service/StorageService.php on line 167
PHP Deprecated: OCA\Analytics\Service\StorageService::getRecordCount(): Implicitly marking parameter $user_id as nullable is deprecated, the explicit nullable type must be used instead in /usr/local/www/nextcloud/apps/analytics/lib/Service/StorageService.php on line 217
An unhandled exception has been thrown:
TypeError: array_map(): Argument #2 ($array) must be of type array, false given in /usr/local/www/nextcloud/apps/app_api/lib/Service/ExAppOccService.php:108
Stack trace:
#0 /usr/local/www/nextcloud/apps/app_api/lib/Service/ExAppOccService.php(108): array_map(Object(Closure), false)
#1 /usr/local/www/nextcloud/apps/app_api/appinfo/register_command.php(29): OCA\AppAPI\Service\ExAppOccService->getOccCommands()
#2 /usr/local/www/nextcloud/lib/private/Console/Application.php(114): require('/usr/local/www/...')
#3 /usr/local/www/nextcloud/console.php(81): OC\Console\Application->loadCommands(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#4 /usr/local/www/nextcloud/occ(33): require_once('/usr/local/www/...')
#5 {main}~
Steps to reproduce
Expected behavior
to not show this errors
Nextcloud Server version
31
Operating system
Other
PHP engine version
PHP 8.4
Web server
Other
Database engine version
SQlite
Is this bug present after an update or on a fresh install?
None
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
No response