hey gidomanders,
I was checking the plugin on the docker image
wordpress:4.9.5-php7.2-apache
to test W3TC and found that the current version of a dependency in MicrosoftAzureStorage (HttpGuzzle) was throwing an error
count(): Parameter must be an array or an object that implements Countable.
This issue was fixed in HttpGuzzle, but the Azure Storage library has not been updated to pull in this new version.
Azure Storage has seen some API changes as well (I noticed setBlobContentType has been changed to setContentType) and this may require more effort than can be spent. An alternative would be to only update Azure Storage’s HttpGuzzle to 6.3. I have been able to test this locally and it seems to work with no errors.
-
This reply was modified 6 years, 9 months ago by
robjam.
-
This reply was modified 6 years, 9 months ago by
robjam.