Description of the Issue
When creating or deleting files in Nextcloud, a TypeError occurs in the Deck app. This error prevents file management operations (e.g., creating or deleting files/folders) from completing successfully.
The error message is:
OCA\Deck\Db\CardMapper::findBoardId(): Argument #1 ($id) must be of type int, string given, called in /var/www/nextcloud/apps/deck/lib/Sharing/DeckShareProvider.php on line 1027
Steps to Reproduce
- Navigate to the "Files" section in Nextcloud.
- Attempt to create a new file or delete an existing file.
- The error appears, and the file operation fails.
Expected Behavior
Files should be created or deleted without errors, regardless of whether the Deck app is enabled.
Software Versions
- Nextcloud version: 33.02
- Deck app version: 1.17.1
- PHP version: 8.3.30
- Database type and version: mysql 8.0.45
Log Messages
Description of the Issue
When creating or deleting files in Nextcloud, a
TypeErroroccurs in the Deck app. This error prevents file management operations (e.g., creating or deleting files/folders) from completing successfully.The error message is:
OCA\Deck\Db\CardMapper::findBoardId(): Argument #1 ($id) must be of type int, string given, called in /var/www/nextcloud/apps/deck/lib/Sharing/DeckShareProvider.php on line 1027
Steps to Reproduce
Expected Behavior
Files should be created or deleted without errors, regardless of whether the Deck app is enabled.
Software Versions
Log Messages