L O A D I N G

Tìm kiếm sản phẩm

Kohana_Exception [ 0 ]: captcha.requires_GD2

MODPATH/captcha/classes/Captcha.php [ 303 ]

298      * @return void
299      */
300     public function image_create($background = NULL) {
301         // Check for GD2 support
302         if (!function_exists('imagegd2'))
303             throw new Kohana_Exception('captcha.requires_GD2');
304 
305         // Create a new image (black)
306         $this->image = imagecreatetruecolor(Captcha::$config['width'], Captcha::$config['height']);
307 
308         // Use a background image
  1. MODPATH/captcha/classes/Captcha/Basic.php [ 36 ] » Captcha->image_create()

  2. APPPATH/views/home/contact.php [ 68 ] » Captcha_Basic->render()

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

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

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

  6. APPPATH/template/portal/default/layout.php [ 2 ] » Kohana_View->__toString()

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

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

  9. APPPATH/template/master.php [ 65 ] » Kohana_View->render()

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

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

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

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

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

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

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

  17. SYSPATH/classes/Kohana/Request.php [ 990 ] » Kohana_Request_Client->execute()

  18. DOCROOT/index.php [ 119 ] » Kohana_Request->execute()

Environment