Ashley Kitson

Results 30 comments of Ashley Kitson

I have exactly same issue: Fatal error: Uncaught Error: Call to undefined function Gregwar\Captcha\imagettfbbox() in /../vendor/gregwar/captcha/CaptchaBuilder.php on line 327 changing that line to `$box = \imagettfbbox($size, 0, $font, $phrase);` gives:...

Did you tag it yet so it'll be pulled through in dependencies?

ok - you'll need to bump up your formidable lib to 1.1.1. It currently specifies "gregwar/captcha": "1.0.*", in requires. Could go to "~1.1', that way, it'll pick up any new...

OK - still no joy. I think it is to do with lack of freetype support. see http://stackoverflow.com/questions/7290958/php-fatal-error-call-to-undefined-function-imagettftext I'll take a look later to see what is missing in my...

I cannot get gd installed with freetype support. Something weird happening with package dependencies in PHP 7.0 and Ubuntu 16.04. This is the root of the problem. The ubuntu package...

@silasrm Is this issue still relevant or can it be closed?

'no library rendering' - switch off the Formidable library rendering of the date field, leaving it simply as `` in the html rendering. id change: can be handled as separate...

Actually, it would be useful to support all the stack creation options as detailed in https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-console-add-tags.html

Not sure it's a bug. If people would use it for arrays instead of a single value, then the behaviour could be considered unpredictable, as you now effectively have a...