Alasdair North
Alasdair North
The URL http://wsf.cdyne.com/WeatherWS/Weather.asmx?WSDL now seems to be down. If we can't intercept the SOAP download can we at least use a URL that works?
Yes, it's that client. Specifically this line: https://github.com/dropbox/dropbox-sdk-php/blob/9db8328c6c035baa0fee48291bd8bd93bcc714b0/lib/Dropbox/DropboxMetadataHeaderCatcher.php#L52. The `substr_compare` call fails with the message: ``` substr_compare(): The start position cannot exceed initial string length ``` I'll probably submit a...
What's the current status on this? I've been trying to use the new aliases functionality from 1.1.0 and get the error message `no implicit conversion of Hash into Array`. I'm...
@kamazee Can this be highlighted in the readme without a maintainer stepping in? It's very frustrating to read about something in the docs and then not be able to use...
I'm using it on WordPress 3.9.1 as a theme include and can't see the field type either. Contact Form 7: 3.8.1 ACF: 4.3.8
@adri The lack of explicit dependency on PHPUnit just caught me out on uprading an old project of mine. Now that there's life in php-vcr again we should look at...