sasori Posted October 26, 2010 Share Posted October 26, 2010 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 ? //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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.