Warning: touch(): Google\Cloud\Storage\StreamWrapper::stream_metadata is not implemented! #5118
Labels
api: storage
Issues related to the Cloud Storage API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Hi,
I'm getting the following PHP warning:
Warning: touch(): Google\Cloud\Storage\StreamWrapper::stream_metadata is not implemented!
when trying to install a 3rd party WordPress plugin that calls thetouch()
PHP function.Internally PHP calls
streamWrapper::stream_metadata()
as mentionned in its documentation which is indeed not implemented in Google\Cloud\Storage\StreamWrapper in the GCS WordPress plugin.The issue looks similar to #4744 (fixed in #5067).
Environment details
Steps to reproduce
Code example
@saranshdhingra @bshaffer could any of you have a look at this please?
Thanks!
The text was updated successfully, but these errors were encountered: