Kohana_Exception [ 0 ]: Untrusted host www.backup.forestcreekresort.com. If you trust www.backup.forestcreekresort.com, add it to the trusted hosts in the `url` config file.

SYSPATH/classes/Kohana/URL.php [ 114 ]

109 				}
110 
111 				// Validate $host, see if it matches trusted hosts
112 				if ( ! static::is_trusted_host($host))
113 				{
114 					throw new Kohana_Exception(
115 						'Untrusted host :host. If you trust :host, add it to the trusted hosts in the `url` config file.',
116 						array(':host' => $host)
117 					);
118 				}
119 			}
  1. SYSPATH/classes/Kohana/URL.php [ 152 ] » Kohana_URL::base(arguments)

  2. APPPATH/views/template.php [ 22 ] » Kohana_URL::site(arguments)

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

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

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

  6. SYSPATH/classes/Kohana/Response.php [ 160 ] » Kohana_View->__toString()

  7. APPPATH/classes/Controller/Template.php [ 115 ] » Kohana_Response->body(arguments)

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

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

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

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

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

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

Environment