我在我的 codeigniter 应用程序中使用 Tank_Auth 进行注册。我启用了验证码注册,但它没有显示。
我将文件夹更改为 777 并且路径正确,因此它应该显示出来。
我的 Tank_auth.php 配置文件:
$config['captcha_path'] = './application/captcha/';
$config['captcha_fonts_path'] = './application/captcha/fonts/5.ttf';
$config['captcha_width'] = 200;
$config['captcha_height'] = 50;
$config['captcha_font_size'] = 14;
$config['captcha_grid'] = FALSE;
$config['captcha_expire'] = 180;
$config['captcha_case_sensitive'] = TRUE;
我有一个 .htacces 文件,所以这可能是问题所在。
我的验证码文件夹存储在httpdocs/application/captcha
我的字体位于httpdocs/application/captcha/fonts/
它向我展示了这个: