Zen Cart v1.3.9c
Having an issue where after installing this add on I am not getting a validation code showing.
Screenshot:
When I use captcha_debug.php I receive the following :
Warning: imagettftext() [function.imagettftext]: Could not read font in /home/www/[site]/includes/classes/captcha.php on line 249
Warning: imagettftext() [function.imagettftext]: Could not read font in /home/www/[site]/includes/classes/captcha.php on line 251
Warning: imagettftext() [function.imagettftext]: Could not read font in /home/www/[site]/includes/classes/captcha.php on line 249
Warning: imagettftext() [function.imagettftext]: Could not read font in /home/www/[site]/includes/classes/captcha.php on line 251
Warning: imagettftext() [function.imagettftext]: Could not read font in /home/www/[site]/includes/classes/captcha.php on line 249
Warning: imagettftext() [function.imagettftext]: Could not read font in /home/www/[site]/includes/classes/captcha.php on line 251
Warning: imagettftext() [function.imagettftext]: Could not read font in /home/www/[site]/includes/classes/captcha.php on line 249
Warning: imagettftext() [function.imagettftext]: Could not read font in /home/www/[site]/includes/classes/captcha.php on line 251
Warning: imagettftext() [function.imagettftext]: Could not read font in /home/www/[site]/includes/classes/captcha.php on line 249
Warning: imagettftext() [function.imagettftext]: Could not read font in /home/www/[site]/includes/classes/captcha.php on line 251
Warning: imagettftext() [function.imagettftext]: Could not read font in /home/www/[site]/includes/classes/captcha.php on line 249
Warning: imagettftext() [function.imagettftext]: Could not read font in /home/www/[site]/includes/classes/captcha.php on line 251
** THERE WAS A WHOLE HEAP OF GIBBERISH HERE THAT LOOKED LIKE WHAT AN IMAGE FILE LOOKS LIKE IF VIEWED IN NOTEPAD - HAVE REMOVED AS IT WAS CAUSING THE POST TO BE TOO LONG - CAN POST SEPERATELY IF REQUIRED **
captcha::__set_state(array(
'captchaCode' => 'CNBIPZ',
'captchaCode_length' => '6',
'img_width' => '180',
'img_height' => '50',
'img_type' => 'png',
'chars_min_size' => '0.6',
'chars_max_size' => '0.8',
'chars_shadow' => true,
'chars_rotation' => '23',
'noise' => 30,
'backgroundColor' =>
array (
0 =>
array (
0 => 220,
1 => 220,
2 => 220,
),
1 =>
array (
0 => 255,
1 => 255,
2 => 255,
),
),
'linesColor' =>
array (
0 =>
array (
0 => 150,
1 => 150,
2 => 150,
),
1 =>
array (
0 => 185,
1 => 185,
2 => 185,
),
),
'textColor' =>
array (
0 =>
array (
0 => 30,
1 => 30,
2 => 30,
),
1 =>
array (
0 => 199,
1 => 199,
2 => 199,
),
),
'dir_fs_fonts' => '/home/www/[site]/fonts/',
'ttf_list' =>
array (
0 => '/home/www/[site]/fonts/VERDANA.TTF',
),
'max_try' => 5,
'failure_proc' => '',
'quality' => 60,
'chars' =>
array (
0 => '1',
1 => '2',
2 => '3',
3 => '4',
4 => '5',
5 => '6',
6 => '7',
7 => '8',
8 => '9',
9 => 'A',
10 => 'B',
11 => 'C',
12 => 'D',
13 => 'E',
14 => 'F',
15 => 'G',
16 => 'H',
17 => 'I',
18 => 'J',
19 => 'K',
20 => 'L',
21 => 'M',
22 => 'N',
23 => 'O',
24 => 'P',
25 => 'Q',
26 => 'R',
27 => 'S',
28 => 'T',
29 => 'U',
30 => 'V',
31 => 'W',
32 => 'X',
33 => 'Y',
34 => 'Z',
),
'_background' => NULL,
'img' => NULL,
'_gd_version' =>
array (
'GD Version' => 'bundled (2.0.28 compatible)',
'FreeType Support' => true,
'FreeType Linkage' => 'with freetype',
'T1Lib Support' => false,
'GIF Read Support' => true,
'GIF Create Support' => true,
'JPG Support' => true,
'PNG Support' => true,
'WBMP Support' => true,
'XPM Support' => true,
'XBM Support' => true,
'JIS-mapped Japanese Font Support' => false,
'version' => '2',
),
'debug' => true,
'img_href' => 'http://[site]/captcha_img.php?zenid=7cjp06ev2cfdi6uhiih4uh8ju7',
'imageColorFunc' => 'imagecolorallocate',
))
Any ideas? Appreciate the help...
Bookmarks