PHP Fatal error: Call to undefined method MicrosoftAzure\Storage\Blob\Models\CreateBlobOptions::getUseTransactionalMD5() in /var/www/recurpost.com/vendor/microsoft/azure-storage-blob/src/Blob/BlobRestProxy.php on line 1941
I see the trait defined just fine and can reach its definition by following my code, but not sure why it fails at times.
It is important to mention that it does not fail every time. Only in some cases. There is nothing special about the cases when it fails. These are video file uploads if that helps.
In some cases we get this error
PHP Fatal error: Call to undefined method MicrosoftAzure\Storage\Blob\Models\CreateBlobOptions::getUseTransactionalMD5() in /var/www/recurpost.com/vendor/microsoft/azure-storage-blob/src/Blob/BlobRestProxy.php on line 1941
I see the trait defined just fine and can reach its definition by following my code, but not sure why it fails at times.
It is important to mention that it does not fail every time. Only in some cases. There is nothing special about the cases when it fails. These are video file uploads if that helps.