Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter 2.0.2 CAPTCHA help / Tutorial?
#6

[eluser]NordicElf[/eluser]
I need some help on getting the captcha helper to work. Not sure what I'm doing wrong, it only returns false! no errors, no array, just false.

On my local set up I'm running WAMP. I checked gd library is installed and activated. I tried on my host servers (linux) same story.

this is my code:
Code:
$this->load->helper('captcha');

                $vals = array(
                'img_path'  => $_SERVER["DOCUMENT_ROOT"] . 'captcha/',
                'img_url'  => site_url().'captcha/',
                'img_width'  => '200',
                'img_height' => 30,
                'border' => 0,
                'expiration' => 7200
                );
                var_dump($vals);
                 // create captcha image
                $cap = create_captcha($vals);
                var_dump($cap);

the dumps produce;

Code:
array (size=6)
  'img_path' => string 'C:/wamp/www/captcha/' (length=20)
  'img_url' => string 'http://localhost/auth_test/captcha/' (length=35)
  'img_width' => string '200' (length=3)
  'img_height' => int 30
  'border' => int 0
  'expiration' => int 7200

boolean false

I have the folders set up with permissions.

Help!


Messages In This Thread
CodeIgniter 2.0.2 CAPTCHA help / Tutorial? - by El Forum - 05-24-2011, 02:58 PM
CodeIgniter 2.0.2 CAPTCHA help / Tutorial? - by El Forum - 05-24-2011, 03:11 PM
CodeIgniter 2.0.2 CAPTCHA help / Tutorial? - by El Forum - 05-24-2011, 03:36 PM
CodeIgniter 2.0.2 CAPTCHA help / Tutorial? - by El Forum - 05-24-2011, 09:35 PM
CodeIgniter 2.0.2 CAPTCHA help / Tutorial? - by El Forum - 05-24-2011, 10:16 PM
CodeIgniter 2.0.2 CAPTCHA help / Tutorial? - by El Forum - 06-27-2012, 11:27 AM
CodeIgniter 2.0.2 CAPTCHA help / Tutorial? - by El Forum - 06-27-2012, 11:57 AM
CodeIgniter 2.0.2 CAPTCHA help / Tutorial? - by El Forum - 06-28-2012, 09:53 AM
CodeIgniter 2.0.2 CAPTCHA help / Tutorial? - by El Forum - 06-28-2012, 12:37 PM
CodeIgniter 2.0.2 CAPTCHA help / Tutorial? - by El Forum - 06-29-2012, 04:29 AM
CodeIgniter 2.0.2 CAPTCHA help / Tutorial? - by El Forum - 06-29-2012, 08:54 AM
CodeIgniter 2.0.2 CAPTCHA help / Tutorial? - by El Forum - 06-29-2012, 09:14 AM
CodeIgniter 2.0.2 CAPTCHA help / Tutorial? - by El Forum - 06-29-2012, 10:24 AM
CodeIgniter 2.0.2 CAPTCHA help / Tutorial? - by El Forum - 06-29-2012, 11:10 AM



Theme © iAndrew 2016 - Forum software by © MyBB