You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I install deck from github with dev dependencies it break repair steps
I believe the cause is nextcloud use symfony/event-dispatcher^4.0 and dev dependencies install ^5.0
To Reproduce
Steps to reproduce the behavior:
Install deck with dev dependencies
Run occ maintenance:repair
See error TypeError: Argument 1 passed to "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" must be an object, string given. in /var/www/html/3rdparty/symfony/event-dispatcher/EventDispatcher.php:63
Server details
**Operating system**: Ubuntu
**PHP version: 7.3
Nextcloud version: 18.0.4
**Where did you install Nextcloud from: github
If I install deck from github with dev dependencies it break repair steps
I believe the cause is nextcloud use
symfony/event-dispatcher
^4.0
and dev dependencies install^5.0
To Reproduce
Steps to reproduce the behavior:
deck
with dev dependenciesocc maintenance:repair
TypeError: Argument 1 passed to "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" must be an object, string given. in /var/www/html/3rdparty/symfony/event-dispatcher/EventDispatcher.php:63
Server details
**Operating system**: Ubuntu**PHP version: 7.3
Nextcloud version: 18.0.4
**Where did you install Nextcloud from: github
Signing status:
List of activated apps:
Nextcloud configuration:
The text was updated successfully, but these errors were encountered: