Miseno - Jewels

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

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

102 				}
103 
104 				// Validate $host, see if it matches trusted hosts
105 				if ( ! static::is_trusted_host($host))
106 				{
107 					throw new Kohana_Exception(
108 						'Untrusted host :host. If you trust :host, add it to the trusted hosts in the `url` config file.',
109 						array(':host' => $host)
110 					);
111 				}
112 			}
  1. APPPATH/views/retailers/home.php [ 67 ] » Kohana_URL::base(arguments)

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

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

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

  5. APPPATH/views/template.php [ 136 ] » Kohana_View->__toString()

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

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

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

  9. APPPATH/classes/Controller/Website.php [ 65 ] » Kohana_Controller_Template->after()

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

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

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

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

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

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

Environment