Forums
(@bakaotaku)
13 years, 2 months ago
Open this file: plugins/ucan-post/captcha/captcha_images.php
plugins/ucan-post/captcha/captcha_images.php
Find line 35 where it says: var $font = 'monofont.ttf';
var $font = 'monofont.ttf';
Change it into: var $font = './monofont.ttf';
var $font = './monofont.ttf';
It works for me. Hopefully it works on you too.
Cheers. ^^