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' ) )); Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.