Jump to content

captcha image doesn't appear in FF , why? :(


sasori

Recommended Posts

why is it that the captcha image doesn't appear in firefox ? but it does appear in chrome, is there something wrong with this code ?  :confused:

	//create captcha for verification
	$captcha = new Zend_Form_Element_Captcha('Captcha', array(
				'captcha' => array(
					'captcha' => 'Image',
					'wordLen' => 6,
					'timeout' => 300,
					'width' => 300,
					'height' => 100,
					'imgUrl' => 'public/captcha',
					'imgDir' => APPLICATION_PATH .'/../public/captcha',
					'font' => APPLICATION_PATH .'/../public/fonts/LiberationSansRegular.ttf'
					)
	));

Link to comment
https://forums.phpfreaks.com/topic/216864-captcha-image-doesnt-appear-in-ff-why/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.