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
www-data@a314a99200e9:/app$ ./flow node:repair --dry-run --only removeBrokenEntityReferences
Dry run, not committing any changes.
…
Checking for broken entity references ...
Object of class Neos\Flow\Persistence\Doctrine\Proxies\__CG__\Neos\Media\Domain\Model\ImageVariant could not be converted to string
Type: Error
File: Data/Temporary/Development/SubContextWbWeb/Cache/Code/Flow_Object_Classes/Neos_ContentRepository_Command_NodeCommandControllerPlugin.php
Line: 836
Expected Behavior
The node:repair dry-run does not crash.
Steps To Reproduce
No response
Environment
- Flow: 7.3.11
- Neos: 7.3.12
- PHP: 8.1.21
Anything else?
This is an error in the logging in the Neos.ContentRepository/Classes/Command/NodeCommandControllerPlugin.php line 836
… string
Fixes the following crash during node:repair
```shell
./flow node:repair --dry-run --only removeBrokenEntityReferences
Dry run, not committing any changes.
Checking for broken entity references ...
Object of class Neos\Flow\Persistence\Doctrine\Proxies\__CG__\Neos\Media\Domain\Model\ImageVariant could not be converted to string
Type: Error
File: Data/Temporary/Development/SubContextWbWeb/Cache/Code/Flow_Object_Classes/Neos_ContentRepository_Command_NodeCommandControllerPlugin.php
Line: 836
```
Closesneos#4794
christoph-daehne
changed the title
BUG: node:repair fails with ImageVariant could not be converted to string
BUG: node:repair fails with could not be converted to string
Dec 6, 2023
Is there an existing issue for this?
Current Behavior
Expected Behavior
The node:repair dry-run does not crash.
Steps To Reproduce
No response
Environment
Anything else?
This is an error in the logging in the Neos.ContentRepository/Classes/Command/NodeCommandControllerPlugin.php line 836
The
$propertyValue
cannot be logged as %s.The text was updated successfully, but these errors were encountered: