- First commit to issue fork.
- Status changed to Fixed
over 1 year ago 7:21am 6 April 2023 Automatically closed - issue fixed for 2 weeks with no activity.
The current implementation of StreamWrapperManagerInterface to get the file URI in `EntityStagingExportFileSubscriber.php` should use `StreamWrapperManager` instead.
Currently using StreamWrapperManagerInterface causes this error.
Error: Cannot call abstract method Drupal\Core\StreamWrapper\StreamWrapperManagerInterface::getTarget() in Drupal\entity_staging\EventSubscriber\EntityStagingExportFileSubscriber->exportFiles() (line 98 of /var/www/web/modules/contrib/entity_staging/src/EventSubscriber/EntityStagingExportFileSubscriber.php)
Export files using entity_staging latest dev.
Swap `StreamWrapperManagerInterface` with `StreamWrapperManager`.
Fixed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.