Kohana_Exception [ 0 ]:
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
-
SYSPATH/classes/Kohana/URL.php [ 164 ] » Kohana_URL::base(arguments)
0
string(4) "http"
1
bool TRUE
2
NULL
159 // Encode all non-ASCII characters, as per RFC 1738 160 $path = preg_replace_callback('~([^/#]+)~', 'URL::_rawurlencode_callback', $path); 161 } 162 163 // Concat the URL 164 return URL::base($protocol, $index, $subdomain).$path; 165 } 166 167 /** 168 * Callback used for encoding all non-ASCII characters, as per RFC 1738 169 * Used by URL::site()
-
APPPATH/classes/Model/Galeria.php [ 41 ] » Kohana_URL::site(arguments)
0
string(7) "galeria"
1
bool TRUE
36 } 37 38 39 public function getLink() 40 { 41 return URL::site('galeria',TRUE).'/'.URL::title($this->nome, '-',TRUE).'?galeria_id='.$this->id ; 42 } 43 44 45 46
-
APPPATH/views/fotos.php [ 19 ] » Model_Galeria->getLink()
14 <div class="ohidden"> 15 <?php endif;?> 16 17 18 <!--<div class="bx_galeria"> 19 <a href="<?php echo $galeria->getLink() ?>"> 20 <span><img src="<?php echo $galeria->getCover('m'); ?>" /></span> 21 <span class="nome"><?php echo $galeria->nome; ?></span> 22 <span class="data"><?php echo Utils::date2br($galeria->data)['date']; ?></span> 23 </a> 24 </div>-->
-
SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)
0
string(57) "/var/www/html/apea.com.br/web/application/views/fotos.php"
57 ob_start(); 58 59 try 60 { 61 // Load the view within the current scope 62 include $kohana_view_filename; 63 } 64 catch (Exception $e) 65 { 66 // Delete the output buffer 67 ob_end_clean();
-
SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture(arguments)
0
string(57) "/var/www/html/apea.com.br/web/application/views/fotos.php"
1
array(1) ( "galerias" => object Database_MySQLi_Result(7)
{ protected _internal_row => integer 1 protected _query => string(302) "SELECT `galeria`.`id` AS `id`, `galeria`.`nome` AS `nome`, `galeria`.`data` AS `data`, `galeria`.`chamada` AS `chamada`, `galeri …" protected _result => object mysqli_result(5)
){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 20 protected _current_row => integer 0 protected _as_object => string(13) "Model_Galeria" protected _object_params => NULL }354 { 355 throw new View_Exception('You must set the file to use within your view before rendering'); 356 } 357 358 // Combine local and global data and capture the output 359 return View::capture($this->_file, $this->_data); 360 } 361 362 }
-
SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()
231 */ 232 public function __toString() 233 { 234 try 235 { 236 return $this->render(); 237 } 238 catch (Exception $e) 239 { 240 /** 241 * Display the exception message.
-
APPPATH/views/template.php [ 59 ] » Kohana_View->__toString()
54 <input type="text" name="q" class="inp" placeholder="Busque por: Noticias, restaurantes, eventos e muito mais" /><input type="submit" value="Buscar" id="btnBusca"/> 55 </form> 56 </div> 57 </div> 58 59 <?php echo $content; ?> 60 61 </div> 62 </div> 63 <footer> 64 <div class="container ohidden">
-
SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)
0
string(60) "/var/www/html/apea.com.br/web/application/views/template.php"
57 ob_start(); 58 59 try 60 { 61 // Load the view within the current scope 62 include $kohana_view_filename; 63 } 64 catch (Exception $e) 65 { 66 // Delete the output buffer 67 ob_end_clean();
-
SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture(arguments)
0
string(60) "/var/www/html/apea.com.br/web/application/views/template.php"
1
array(3) ( "setting" => object Model_Setting(36)
{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => string(1) "1" "nome" => string(15) "APEA Prudentina" "endereco" => string(36) "Av. Cel. José Soares Marcondes, 601" "cidade" => string(22) "Presidente Prudente/SP" "telefone" => string(14) "(18) 3226-3663" "celular" => string(0) "" "email" => string(0) "" ) protected _changed => array(0) protected _original_values => array(7) ( "id" => string(1) "1" "nome" => string(15) "APEA Prudentina" "endereco" => string(36) "Av. Cel. José Soares Marcondes, 601" "cidade" => string(22) "Presidente Prudente/SP" "telefone" => string(14) "(18) 3226-3663" "celular" => string(0) "" "email" => string(0) "" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "setting" protected _object_plural => string(8) "settings" protected _table_name => string(8) "settings" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "nome" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "nome" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(2) "45" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "endereco" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "endereco" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(2) "45" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "cidade" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "cidade" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(2) "45" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "telefone" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "telefone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(2) "45" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "celular" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "celular" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "45" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "60" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(1) "1" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"title" => string(30) "Fotos - APEA - APEA Prudentina" "content" => object View(2){ protected _connection_id => string(40) "3830a576492252c98876fe77723b8d168469661e" protected _identifier => string(1) "`" public last_query => string(358) "SELECT `banner`.`id` AS `id`, `banner`.`arquivo` AS `arquivo`, `banner`.`data_entrada` AS `data_entrada`, `banner`.`data_saida` …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "setting" protected _behaviors => array(0) protected _private_columns => bool FALSE }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(23) "apea.mysql.uhserver.com" "database" => string(4) "apea" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _file => string(57) "/var/www/html/apea.com.br/web/application/views/fotos.php" protected _data => array(1) ( "galerias" => object Database_MySQLi_Result(7)
){ protected _internal_row => integer 1 protected _query => string(302) "SELECT `galeria`.`id` AS `id`, `galeria`.`nome` AS `nome`, `galeria`.`data` AS `data`, `galeria`.`chamada` AS `chamada`, `galeri …" protected _result => object mysqli_result(5)
) }{ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 20 protected _current_row => integer 0 protected _as_object => string(13) "Model_Galeria" protected _object_params => NULL }354 { 355 throw new View_Exception('You must set the file to use within your view before rendering'); 356 } 357 358 // Combine local and global data and capture the output 359 return View::capture($this->_file, $this->_data); 360 } 361 362 }
-
SYSPATH/classes/Kohana/Controller/Template.php [ 44 ] » Kohana_View->render()
39 */ 40 public function after() 41 { 42 if ($this->auto_render === TRUE) 43 { 44 $this->response->body($this->template->render()); 45 } 46 47 parent::after(); 48 } 49
-
SYSPATH/classes/Kohana/Controller.php [ 87 ] » Kohana_Controller_Template->after()
82 83 // Execute the action itself 84 $this->{$action}(); 85 86 // Execute the "after action" method 87 $this->after(); 88 89 // Return the response 90 return $this->response; 91 } 92
-
{PHP internal call} » Kohana_Controller->execute()
-
SYSPATH/classes/Kohana/Request/Client/Internal.php [ 94 ] » ReflectionMethod->invoke(arguments)
0
object Controller_Site(4)
{ public template => object View(2)
{ protected _file => string(60) "/var/www/html/apea.com.br/web/application/views/template.php" protected _data => array(3) ( "setting" => object Model_Setting(36)
public auto_render => bool TRUE public request => object Request(19){ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => string(1) "1" "nome" => string(15) "APEA Prudentina" "endereco" => string(36) "Av. Cel. José Soares Marcondes, 601" "cidade" => string(22) "Presidente Prudente/SP" "telefone" => string(14) "(18) 3226-3663" "celular" => string(0) "" "email" => string(0) "" ) protected _changed => array(0) protected _original_values => array(7) ( "id" => string(1) "1" "nome" => string(15) "APEA Prudentina" "endereco" => string(36) "Av. Cel. José Soares Marcondes, 601" "cidade" => string(22) "Presidente Prudente/SP" "telefone" => string(14) "(18) 3226-3663" "celular" => string(0) "" "email" => string(0) "" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "setting" protected _object_plural => string(8) "settings" protected _table_name => string(8) "settings" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "nome" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "nome" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(2) "45" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "endereco" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "endereco" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(2) "45" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "cidade" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "cidade" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(2) "45" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "telefone" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "telefone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(2) "45" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "celular" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "celular" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "45" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "60" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(1) "1" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"title" => string(30) "Fotos - APEA - APEA Prudentina" "content" => object View(2){ protected _connection_id => string(40) "3830a576492252c98876fe77723b8d168469661e" protected _identifier => string(1) "`" public last_query => string(358) "SELECT `banner`.`id` AS `id`, `banner`.`arquivo` AS `arquivo`, `banner`.`data_entrada` AS `data_entrada`, `banner`.`data_saida` …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "setting" protected _behaviors => array(0) protected _private_columns => bool FALSE }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(23) "apea.mysql.uhserver.com" "database" => string(4) "apea" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _file => string(57) "/var/www/html/apea.com.br/web/application/views/fotos.php" protected _data => array(1) ( "galerias" => object Database_MySQLi_Result(7)
) }{ protected _internal_row => integer 1 protected _query => string(302) "SELECT `galeria`.`id` AS `id`, `galeria`.`nome` AS `nome`, `galeria`.`data` AS `data`, `galeria`.`chamada` AS `chamada`, `galeri …" protected _result => object mysqli_result(5)
) }{ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 20 protected _current_row => integer 0 protected _as_object => string(13) "Model_Galeria" protected _object_params => NULL }{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5)
public response => object Response(5){ protected _filters => array(0) protected _uri => string(15) "<action>(/<id>)" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(4) "site" "action" => string(8) "<action>" ) protected _route_regex => string(56) "#^(?P<action>[^/.,;?\n]++)(?:/(?P<id>[^/.,;?\n]++))?$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(4) "Site" protected _action => string(5) "fotos" protected _uri => string(5) "fotos" protected _external => bool FALSE protected _params => array(0) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }
}{ protected _status => integer 200 protected _header => object HTTP_Header(0)
}{ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }89 90 // Create a new instance of the controller 91 $controller = $class->newInstance($request, $response); 92 93 // Run the controller's execute() method 94 $response = $class->getMethod('execute')->invoke($controller); 95 96 if ( ! $response instanceof Response) 97 { 98 // Controller failed to return a Response. 99 throw new Kohana_Exception('Controller failed to return a Response');
-
SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)
0
object Request(19)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5)
{ protected _filters => array(0) protected _uri => string(15) "<action>(/<id>)" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(4) "site" "action" => string(8) "<action>" ) protected _route_regex => string(56) "#^(?P<action>[^/.,;?\n]++)(?:/(?P<id>[^/.,;?\n]++))?$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(4) "Site" protected _action => string(5) "fotos" protected _uri => string(5) "fotos" protected _external => bool FALSE protected _params => array(0) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }
}1
object Response(5)
{ protected _status => integer 200 protected _header => object HTTP_Header(0)
{ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }109 $orig_response = $response = Response::factory(['_protocol' => $request->protocol()]); 110 111 if (($cache = $this->cache()) instanceof HTTP_Cache) 112 return $cache->execute($this, $request, $response); 113 114 $response = $this->execute_request($request, $response); 115 116 // Execute response callbacks 117 foreach ($this->header_callbacks() as $header => $callback) 118 { 119 if ($response->headers($header))
-
SYSPATH/classes/Kohana/Request.php [ 1000 ] » Kohana_Request_Client->execute(arguments)
0
object Request(19)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5)
{ protected _filters => array(0) protected _uri => string(15) "<action>(/<id>)" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(4) "site" "action" => string(8) "<action>" ) protected _route_regex => string(56) "#^(?P<action>[^/.,;?\n]++)(?:/(?P<id>[^/.,;?\n]++))?$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(4) "Site" protected _action => string(5) "fotos" protected _uri => string(5) "fotos" protected _external => bool FALSE protected _params => array(0) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }
}995 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', [ 996 ':uri' => $this->_uri, 997 ]); 998 } 999 1000 return $this->_client->execute($this); 1001 } 1002 1003 /** 1004 * Returns whether this request is the initial request Kohana received. 1005 * Can be used to test for sub requests.
-
DOCROOT/web/index.php [ 118 ] » Kohana_Request->execute()
113 /** 114 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. 115 * If no source is specified, the URI will be automatically detected. 116 */ 117 echo Request::factory(TRUE, [], FALSE) 118 ->execute() 119 ->send_headers(TRUE) 120 ->body(); 121 }
Environment
Included files (100)
/var/local/php/fix_docroot.php |
DOCROOT/web/index.php |
APPPATH/bootstrap.php |
SYSPATH/classes/Kohana/Core.php |
SYSPATH/classes/Kohana.php |
SYSPATH/classes/I18n.php |
SYSPATH/classes/Kohana/I18n.php |
SYSPATH/classes/HTTP.php |
SYSPATH/classes/Kohana/HTTP.php |
SYSPATH/classes/Kohana/Exception.php |
SYSPATH/classes/Kohana/Kohana/Exception.php |
SYSPATH/classes/Log.php |
SYSPATH/classes/Kohana/Log.php |
SYSPATH/classes/Config.php |
SYSPATH/classes/Kohana/Config.php |
SYSPATH/classes/Log/File.php |
SYSPATH/classes/Kohana/Log/File.php |
SYSPATH/classes/Log/Writer.php |
SYSPATH/classes/Kohana/Log/Writer.php |
SYSPATH/classes/Config/File.php |
SYSPATH/classes/Kohana/Config/File.php |
SYSPATH/classes/Kohana/Config/File/Reader.php |
SYSPATH/classes/Kohana/Config/Reader.php |
SYSPATH/classes/Kohana/Config/Source.php |
SYSPATH/classes/Cookie.php |
SYSPATH/classes/Kohana/Cookie.php |
SYSPATH/classes/Route.php |
SYSPATH/classes/Kohana/Route.php |
SYSPATH/classes/Request.php |
SYSPATH/classes/Kohana/Request.php |
SYSPATH/classes/HTTP/Request.php |
SYSPATH/classes/Kohana/HTTP/Request.php |
SYSPATH/classes/HTTP/Message.php |
SYSPATH/classes/Kohana/HTTP/Message.php |
SYSPATH/classes/HTTP/Header.php |
SYSPATH/classes/Kohana/HTTP/Header.php |
SYSPATH/classes/Request/Client/Internal.php |
SYSPATH/classes/Kohana/Request/Client/Internal.php |
SYSPATH/classes/Request/Client.php |
SYSPATH/classes/Kohana/Request/Client.php |
SYSPATH/classes/Arr.php |
SYSPATH/classes/Kohana/Arr.php |
SYSPATH/classes/Response.php |
SYSPATH/classes/Kohana/Response.php |
SYSPATH/classes/HTTP/Response.php |
SYSPATH/classes/Kohana/HTTP/Response.php |
SYSPATH/classes/Profiler.php |
SYSPATH/classes/Kohana/Profiler.php |
APPPATH/classes/Controller/Site.php |
SYSPATH/classes/Controller/Template.php |
SYSPATH/classes/Kohana/Controller/Template.php |
SYSPATH/classes/Controller.php |
SYSPATH/classes/Kohana/Controller.php |
SYSPATH/classes/View.php |
SYSPATH/classes/Kohana/View.php |
MODPATH/orm/classes/ORM.php |
MODPATH/orm/classes/Kohana/ORM.php |
SYSPATH/classes/Model.php |
SYSPATH/classes/Kohana/Model.php |
APPPATH/classes/Model/Setting.php |
SYSPATH/classes/Inflector.php |
SYSPATH/classes/Kohana/Inflector.php |
SYSPATH/config/inflector.php |
SYSPATH/classes/Config/Group.php |
SYSPATH/classes/Kohana/Config/Group.php |
MODPATH/database/classes/Database.php |
MODPATH/database/classes/Kohana/Database.php |
MODPATH/database/config/database.php |
APPPATH/config/database.php |
MODPATH/database/classes/Database/MySQLi.php |
MODPATH/database/classes/Kohana/Database/MySQLi.php |
MODPATH/database/classes/Database/MySQLi/Result.php |
MODPATH/database/classes/Kohana/Database/MySQLi/Result.php |
MODPATH/database/classes/Database/Result.php |
MODPATH/database/classes/Kohana/Database/Result.php |
MODPATH/database/classes/DB.php |
MODPATH/database/classes/Kohana/DB.php |
MODPATH/database/classes/Database/Query/Builder/Select.php |
MODPATH/database/classes/Kohana/Database/Query/Builder/Select.php |
MODPATH/database/classes/Database/Query/Builder/Where.php |
MODPATH/database/classes/Kohana/Database/Query/Builder/Where.php |
MODPATH/database/classes/Database/Query/Builder.php |
MODPATH/database/classes/Kohana/Database/Query/Builder.php |
MODPATH/database/classes/Database/Query.php |
MODPATH/database/classes/Kohana/Database/Query.php |
APPPATH/classes/Model/Galeria.php |
APPPATH/views/template.php |
SYSPATH/classes/URL.php |
SYSPATH/classes/Kohana/URL.php |
SYSPATH/classes/UTF8.php |
SYSPATH/classes/Kohana/UTF8.php |
APPPATH/classes/Model/Banner.php |
APPPATH/views/fotos.php |
SYSPATH/config/url.php |
APPPATH/config/url.php |
SYSPATH/classes/Debug.php |
SYSPATH/classes/Kohana/Debug.php |
SYSPATH/classes/Date.php |
SYSPATH/classes/Kohana/Date.php |
SYSPATH/views/kohana/error.php |
Loaded extensions (67)
Core |
date |
libxml |
openssl |
pcre |
sqlite3 |
zlib |
bcmath |
bz2 |
calendar |
ctype |
curl |
dba |
dom |
enchant |
hash |
fileinfo |
filter |
ftp |
gd |
gettext |
gmp |
SPL |
iconv |
session |
interbase |
intl |
json |
ldap |
mbstring |
standard |
mysqlnd |
odbc |
mysqli |
PDO |
pdo_dblib |
PDO_Firebird |
pdo_mysql |
pdo_pgsql |
pdo_sqlite |
pgsql |
Phar |
posix |
pspell |
Reflection |
imap |
shmop |
SimpleXML |
snmp |
soap |
sockets |
exif |
sysvmsg |
tidy |
tokenizer |
wddx |
xml |
xmlreader |
xmlrpc |
xmlwriter |
xsl |
zip |
apache2handler |
imagick |
mongodb |
timezonedb |
Zend OPcache |
$_SERVER
REDIRECT_SCRIPT_URL |
string(6) "/fotos" |
REDIRECT_SCRIPT_URI |
string(34) "http://apeaprudentina.com.br/fotos" |
REDIRECT_STATUS |
string(3) "200" |
SCRIPT_URL |
string(6) "/fotos" |
SCRIPT_URI |
string(34) "http://apeaprudentina.com.br/fotos" |
HTTP_CONNECTION |
string(7) "upgrade" |
HTTP_HOST |
string(21) "apeaprudentina.com.br" |
CONTENT_LENGTH |
string(1) "0" |
HTTP_USER_AGENT |
string(40) "CCBot/2.0 (https://commoncrawl.org/faq/)" |
HTTP_ACCEPT |
string(63) "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" |
HTTP_ACCEPT_LANGUAGE |
string(14) "en-US,en;q=0.5" |
HTTP_IF_MODIFIED_SINCE |
string(29) "Fri, 23 Oct 2020 00:34:59 GMT" |
HTTP_X_REAL_IP |
string(12) "18.204.42.98" |
HTTP_X_FORWARDED_PROTO |
string(4) "http" |
HTTP_CDN_LOOP |
string(15) "uolhostWebcache" |
HTTP_X_REALHOST |
string(11) "apea.com.br" |
PATH |
string(60) "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" |
SERVER_SIGNATURE |
string(0) "" |
SERVER_SOFTWARE |
string(6) "Apache" |
SERVER_NAME |
string(21) "apeaprudentina.com.br" |
SERVER_ADDR |
string(11) "10.1.23.103" |
SERVER_PORT |
string(2) "80" |
REMOTE_ADDR |
string(12) "18.204.42.98" |
DOCUMENT_ROOT |
string(29) "/var/www/html/apea.com.br/web" |
REQUEST_SCHEME |
string(4) "http" |
CONTEXT_PREFIX |
string(0) "" |
CONTEXT_DOCUMENT_ROOT |
string(1) "/" |
SERVER_ADMIN |
string(19) "webmaster@localhost" |
SCRIPT_FILENAME |
string(39) "/var/www/html/apea.com.br/web/index.php" |
REMOTE_PORT |
string(5) "21654" |
REDIRECT_URL |
string(6) "/fotos" |
GATEWAY_INTERFACE |
string(7) "CGI/1.1" |
SERVER_PROTOCOL |
string(8) "HTTP/1.1" |
REQUEST_METHOD |
string(3) "GET" |
QUERY_STRING |
string(0) "" |
REQUEST_URI |
string(6) "/fotos" |
SCRIPT_NAME |
string(10) "/index.php" |
PHP_SELF |
string(10) "/index.php" |
REQUEST_TIME_FLOAT |
float 1611048710.764 |
REQUEST_TIME |
integer 1611048710 |