Title: [Plugin: Quick Post Widget] Error in imagettfbbox function &#8211; captcha fails
Last modified: August 20, 2016

---

# [Plugin: Quick Post Widget] Error in imagettfbbox function – captcha fails

 *  Resolved [siliconrockstar](https://wordpress.org/support/users/siliconrockstar/)
 * (@siliconrockstar)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-quick-post-widget-error-in-imagettfbbox-function-captcha-fails/)
 * I was getting errors in CaptchaSecurityImages.php on my dev server on lines 60
   and 64.
 * Line 60: $textbox = imagettfbbox($font_size, 0, $this->font, $code) or die(‘Error
   in imagettfbbox function’);
 * It looks like $this->font was probably evaluating to ‘monofont.ttf’. I fixed 
   it by hardcoding the value into the function call as ‘./monofont.ttf’, so now
   it looks like
 * $textbox = imagettfbbox($font_size, 0, ‘./monofont.ttf’, $code) or die(‘Error
   in imagettfbbox function’);
 * and did the same on line 64. Hope that helps someone, and maybe the plugin author.
   Other than that, EXCELLENT plugin that is going to save me a lot of time 🙂
 * [http://wordpress.org/extend/plugins/quick-post-widget/](http://wordpress.org/extend/plugins/quick-post-widget/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [inapan](https://wordpress.org/support/users/inapan/)
 * (@inapan)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-quick-post-widget-error-in-imagettfbbox-function-captcha-fails/#post-2428689)
 * [@siliconrockstar](https://wordpress.org/support/users/siliconrockstar/)
 * Thanks for sharing!
 * inapan

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Quick Post Widget] Error in imagettfbbox function – captcha 
fails’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/quick-post-widget.svg)
 * [Quick Post Widget](https://wordpress.org/plugins/quick-post-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/quick-post-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/quick-post-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/quick-post-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/quick-post-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/quick-post-widget/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [inapan](https://wordpress.org/support/users/inapan/)
 * Last activity: [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-quick-post-widget-error-in-imagettfbbox-function-captcha-fails/#post-2428689)
 * Status: resolved