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

APPPATH/classes/URL.php [ 91 ]

86 			// Validate $host, see if it matches trusted hosts
87 			if ( ! static::is_trusted_host($host))
88 			{
89 				if ( Kohana::$environment == Kohana::DEVELOPMENT )
90 				{
91 					throw new Kohana_Exception(
92 						'Untrusted host :host. If you trust :host, add it to the trusted hosts in the `url` config file.',
93 						[':host' => $host]
94 					);
95 				}
96 				else
  1. SYSPATH/classes/Kohana/URL.php [ 164 ] » URL::base(arguments)

  2. APPPATH/views/template.php [ 44 ] » 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 [ 169 ] » Kohana_View->__toString()

  7. APPPATH/classes/Controller/Template.php [ 133 ] » 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 [ 94 ] » ReflectionMethod->invoke(arguments)

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

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

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

Environment