$captcha = new Zend_Captcha_Image(array(
'font' => BASE_PATH .'/fonts/Average-Regular.ttf'
));
$captchaId = $captcha->generate();
index.php で
// Define path to application directory
defined('BASE_PATH')
|| define('BASE_PATH', realpath(dirname(__FILE__) . '/../'));
// Define path to application directory
defined('APPLICATION_PATH')
|| define('APPLICATION_PATH', realpath(dirname(__FILE__) . '/../application'));
エラー:
警告: imagepng(): './images/captcha/564749fc943b090f6d38233071ae1538.png' を書き込み用に開くことができません: No such file or directory in /var/www/html/workbench/zend/library/Zend/Captcha/Image.php on 563行目