Azure / azure-sdk-for-php

Microsoft Azure SDK for PHP
http://azure.microsoft.com/en-us/develop/php/
Apache License 2.0
415 stars 273 forks source link

Some of the calls return Fatal errors #972

Open dinwal opened 6 years ago

dinwal commented 6 years ago

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.