Kohana_Exception [ 0 ]: captcha.requires_GD2

APPPATH/classes/Captcha.php [ 331 ]

326 	 */
327 	public function image_create($background = NULL)
328 	{
329 		// Check for GD2 support
330 		if ( ! function_exists('imagegd2'))
331 			throw new Kohana_Exception('captcha.requires_GD2');
332 
333 		// Create a new image (black)
334 		$this->image = imagecreatetruecolor(Captcha::$config['width'], Captcha::$config['height']);
335 
336 		// Use a background image
  1. MODPATH/captcha/classes/Captcha/Alpha.php [ 37 ] » Captcha->image_create(arguments)

  2. APPPATH/views/index/v_about.php [ 145 ] » Captcha_Alpha->render()

  3. SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)

  4. SYSPATH/classes/Kohana/View.php [ 348 ] » Kohana_View::capture(arguments)

  5. SYSPATH/classes/Kohana/View.php [ 228 ] » Kohana_View->render()

  6. APPPATH/views/index/v_base.php [ 1074 ] » Kohana_View->__toString()

  7. SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)

  8. SYSPATH/classes/Kohana/View.php [ 348 ] » Kohana_View::capture(arguments)

  9. SYSPATH/classes/Kohana/Controller/Template.php [ 44 ] » Kohana_View->render()

  10. SYSPATH/classes/Kohana/Controller.php [ 87 ] » Kohana_Controller_Template->after()

  11. {PHP internal call} » Kohana_Controller->execute()

  12. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)

  13. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  14. SYSPATH/classes/Kohana/Request.php [ 986 ] » Kohana_Request_Client->execute(arguments)

  15. DOCROOT/index.php [ 118 ] » Kohana_Request->execute()

Environment