Kohana_Exception [ 403 ]: HTTP/1.1 403 Forbidden

APPPATH/classes/Controller/Template/FrontOffice.php [ 142 ]

137         if (Request::current()->is_ajax()) {
138             $this->auto_render = false;
139             $this->is_ajax = true;
140             header('content-type: text/plain');
141         } else {
142             throw new Kohana_Exception('HTTP/1.1 403 Forbidden', null, 403);
143         }
144     }
145 
146     protected function is_ajax_submit()
147     {
  1. APPPATH/classes/Controller/FrontOffice/Help.php [ 28 ] » Controller_Template_FrontOffice->check_ajax_submit()

  2. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_FrontOffice_Help->action_view()

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

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

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

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

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

Environment