Kohana_Exception [ 0 ]: Untrusted host e-pompejanska.pl. If you trust e-pompejanska.pl, add it to the trusted hosts in the `url` config file.

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

122 			}
123 
124 			// Validate $host, see if it matches trusted hosts
125 			if ( ! static::is_trusted_host($host))
126 			{
127 				throw new Kohana_Exception(
128 					'Untrusted host :host. If you trust :host, add it to the trusted hosts in the `url` config file.',
129 					[':host' => $host]
130 				);
131 			}
132 
  1. APPPATH/views/Frontend/index.php [ 21 ] » 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. SYSPATH/classes/Kohana/Response.php [ 169 ] » Kohana_View->__toString()

  6. APPPATH/classes/Controller/Frontend/Page.php [ 26 ] » Kohana_Response->body(arguments)

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

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

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

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

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

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

Environment