Captcha image not showing up
Posted: 01 Jun 2007, 00:09
The captcha image would not display for my new user signup. I looked around and couldn't find this answered, maybe I was supposed to know this but I didn't.
When all else fails, try something.
My server is a VPS linux environment. Mantis 1.0.7
Took these lines from config_defaults_inc.php
$g_signup_use_captcha = OFF;
$g_system_font_folder = 'c:/winnt/fonts/';
$g_font_per_captcha = 'arial.ttf';
Put them into config_inc.php like this
$g_signup_use_captcha = ON;
$g_system_font_folder = '';
$g_font_per_captcha = '';
Fixed - Captcha image shows up fine.
When all else fails, try something.
My server is a VPS linux environment. Mantis 1.0.7
Took these lines from config_defaults_inc.php
$g_signup_use_captcha = OFF;
$g_system_font_folder = 'c:/winnt/fonts/';
$g_font_per_captcha = 'arial.ttf';
Put them into config_inc.php like this
$g_signup_use_captcha = ON;
$g_system_font_folder = '';
$g_font_per_captcha = '';
Fixed - Captcha image shows up fine.