$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(): Unable to open './images/captcha/564749fc943b090f6d38233071ae1538.png' for writing: No such file or directory in /var/www/html/workbench/zend/library/Zend/Captcha/Image.php on第 563 行