PHP Motion: Captcha code is not working

May 10, 2011 | In: php, PHP Motion, Ubuntu, web development

When you install the phpmotion on your system you will find that captcha code is not showing on registration page.

open includes/captcha.php and replace

var $font = ‘DoradoHeadline.ttf’;

by

var $font = ‘./DoradoHeadline.ttf’;