Error [ 0 ]: Class 'Recaptcha' not found

APPPATH/classes/Helper/Markup.php [ 6 ]

 1 <?php
 2 
 3 class Helper_Markup {
 4 
 5     public static function get_recaptcha_html() {
 6         $recaptcha = new Recaptcha();
 7         return $recaptcha->html();
 8     }
 9 
10     public static function online_form($id) {
11         $result = View::factory('Blocks/online_form')
  1. APPPATH/classes/Helper/Markup.php [ 13 ] » Helper_Markup::get_recaptcha_html()

  2. APPPATH/classes/Controller/Article.php [ 66 ] » Helper_Markup::online_form()

  3. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Article->action_index()

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

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

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

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

  8. DOCROOT/index.php [ 138 ] » Kohana_Request->execute()

Environment