View Issue Details

IDProjectCategoryView StatusLast Update
0017981mantisbtfeaturepublic2015-01-15 16:18
Reporterarmando2015 Assigned Toatrol  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionno change required 
PlatformMantis 1.2.18OSlinuxOS Versionfedora
Product Version1.2.18 
Summary0017981: Captcha code doesn't show
Description

Hi
we have to make a migration of mantis but we have a problem in captcha part
it doesn't appear.. in the code config defaults :

$g_signup_use_captcha   = ON;
$g_system_font_folder   = '';
$g_font_per_captcha = 'arial.ttf';

but the captcha code doesn't show..
can you tell me the error or the correct cobnfiguration
I attach an image about it

Note: we have an old version and it had a captcha works well
I think that it doesn't bug but in forum mantis is a big problem in the captcha register

thanks for your answer

TagsNo tags attached.
Attached Files
bug-error.png (32,470 bytes)   
bug-error.png (32,470 bytes)   

Activities

atrol

atrol

2014-12-23 03:08

developer   ~0042051

armando2015,

This is not a bug or feature request for MantisBT (you are asking for help on how to configure the system). I am therefore resolving this issue as "no change required".

Please use the forums, the mantisbt-help mailing list or IRC to get support on customizing and using MantisBT (refer to http://www.mantisbt.org/support.php for links and further details).

Ensure that

  • $g_system_font_folder points to the right location
  • font specified in $g_font_per_captcha exists in directory
  • GD library is installed and enabled

You might have to install Microsoft TrueType fonts if you want to use arial.ttf.
http://blog.creativeitp.com/posts-and-articles/linux/installing-microsoft-true-type-core-fonts-in-fedora-19/

You can also search for / install other true type fonts than arial. (typically installed under /usr/share/fonts)