Deck 1.13. error in log after upgrade to NC 29

Hi,
I did upgrade my NC and using deck. (1.13 in use). The NC log file show now the following error:

Optional parameter $userId declared before required parameter $path is implicitly treated as a required parameter at /var/www/html/custom_apps/deck/lib/Service/ConfigService.php#234

Is it something I can/need to fix via config?

Thanks for your report, this is already reported here: Optional parameter $userId declared before required parameter $path is implicitly treated as a required parameter at /var/www/apps/deck/lib/Service/ConfigService.php#234 ยท Issue #5793 ยท nextcloud/deck ยท GitHub

1 Like

I got the same error, so I edit the file as recommended in the GitHub link: fix: Avoid optional before required parameter by juliushaertl ยท Pull Request #5794 ยท nextcloud/deck ยท GitHub

 /var/www/***/apps/deck/lib/Service/ConfigService.php

Seems like the issue is gone.

Iโ€™m sharing this just to help newbies like me where exactly to look.

Thanks!