I use Tank_Auth for registration in my codeigniter app. I enabled Captcha Registration but it is not showing.
I chmodded my folder to 777 and the path is right so it should show up.
My Tank_auth.php config file:
$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;
I have an .htacces file, so maybe that could be the problem.
My captcha folder is stored at httpdocs/application/captcha
my fonts are at httpdocs/application/captcha/fonts/
It show's me this: