Kohana_Exception [ 0 ]: Untrusted host ftp.consorciofenix.com.br. If you trust ftp.consorciofenix.com.br, 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. SYSPATH/classes/Kohana/URL.php [ 164 ] » Kohana_URL::base(arguments)

  2. MODPATH/mosite-base/classes/URL.php [ 30 ] » Kohana_URL::site(arguments)

  3. APPPATH/views/2019/qrcode.php [ 41 ] » URL::site(arguments)

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

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

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

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

  8. APPPATH/classes/controller/qrcode.php [ 54 ] » Kohana_Response->body(arguments)

  9. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Qrcode->action_redirect()

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

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

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

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

  14. DOCROOT/index.php [ 131 ] » Kohana_Request->execute()

Environment