Notice (8) : compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: etagMatches [CORE/src/Http/Response.php , line 1865 ]Code Context $timeMatches = strtotime ( $this -> modified ()) === strtotime ( $modifiedSince );
}
$checks = compact ( 'etagMatches' , 'timeMatches' ); $request = object(Cake\Http\ServerRequest) {
params => [
'pass' => [[maximum depth reached]],
'controller' => 'Pages',
'action' => 'home',
'plugin' => null,
'_matchedRoute' => '/',
'isAjax' => false
]
data => []
query => []
cookies => []
url => ''
base => ''
webroot => '/'
here => '/'
trustProxy => false
[protected] _environment => [
'LSPHP_ENABLE_USER_INI' => 'on',
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'TEMP' => '/tmp',
'TMP' => '/tmp',
'TMPDIR' => '/tmp',
'PWD' => '/',
'DOCUMENT_ROOT' => '/home1/irizar54/public_html/sgq.irizarbr.com.br',
'HTTP_ACCEPT' => '*/*',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'CONTENT_LENGTH' => '0',
'HTTP_HOST' => 'www.sgq.irizarbr.com.br',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'REDIRECT_REDIRECT_QS_ConnectionId' => '178505725833231042975750',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'REDIRECT_REDIRECT_HTTP2' => 'on',
'REDIRECT_REDIRECT_H2PUSH' => 'off',
'REDIRECT_REDIRECT_H2_PUSH' => 'off',
'REDIRECT_REDIRECT_H2_PUSHED' => '',
'REDIRECT_REDIRECT_H2_PUSHED_ON' => '',
'REDIRECT_REDIRECT_H2_STREAM_ID' => '3',
'REDIRECT_REDIRECT_H2_STREAM_TAG' => '975750-232-3',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'REDIRECT_QS_ConnectionId' => '178505725833231042975750',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'REDIRECT_HTTP2' => 'on',
'REDIRECT_H2PUSH' => 'off',
'REDIRECT_H2_PUSH' => 'off',
'REDIRECT_H2_PUSHED' => '',
'REDIRECT_H2_PUSHED_ON' => '',
'REDIRECT_H2_STREAM_ID' => '3',
'REDIRECT_H2_STREAM_TAG' => '975750-232-3',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'QS_ConnectionId' => '178505725833231042975750',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'HTTP2' => 'on',
'H2PUSH' => 'off',
'H2_PUSH' => 'off',
'H2_PUSHED' => '',
'H2_PUSHED_ON' => '',
'H2_STREAM_ID' => '3',
'H2_STREAM_TAG' => '975750-232-3',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'www.sgq.irizarbr.com.br',
'SERVER_ADDR' => '10.53.250.159',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '216.73.216.207',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home1/irizar54/public_html/sgq.irizarbr.com.br',
'SERVER_ADMIN' => 'webmaster@sgq.irizarbr.com.br',
'SCRIPT_FILENAME' => '/home1/irizar54/public_html/sgq.irizarbr.com.br/webroot/index.php',
'REMOTE_PORT' => '20107',
'REDIRECT_URL' => '/webroot/',
'SERVER_PROTOCOL' => 'HTTP/2.0',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1785057258.3362,
'REQUEST_TIME' => (int) 1785057258,
'argv' => [[maximum depth reached]],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null,
'HTTP_IF_NONE_MATCH' => null,
'HTTP_IF_MODIFIED_SINCE' => null
]
[protected] _input => null
[protected] _detectors => [
'get' => [
[maximum depth reached]
],
'post' => [
[maximum depth reached]
],
'put' => [
[maximum depth reached]
],
'patch' => [
[maximum depth reached]
],
'delete' => [
[maximum depth reached]
],
'head' => [
[maximum depth reached]
],
'options' => [
[maximum depth reached]
],
'ssl' => [
[maximum depth reached]
],
'ajax' => [
[maximum depth reached]
],
'flash' => [
[maximum depth reached]
],
'requested' => [
[maximum depth reached]
],
'json' => [
[maximum depth reached]
],
'xml' => [
[maximum depth reached]
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {}
[protected] uri => object(Zend\Diactoros\Uri) {}
[protected] session => object(Cake\Network\Session) {}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
}
$etags = []
$modifiedSince = null
$responseTag = null compact - [internal], line ??
Cake\Http\Response::checkNotModified() - CORE/src/Http/Response.php, line 1865
Cake\Controller\Component\RequestHandlerComponent::beforeRender() - CORE/src/Controller/Component/RequestHandlerComponent.php, line 332
Cake\Event\EventManager::_callListener() - CORE/src/Event/EventManager.php, line 414
Cake\Event\EventManager::dispatch() - CORE/src/Event/EventManager.php, line 391
Cake\Controller\Controller::dispatchEvent() - CORE/src/Event/EventDispatcherTrait.php, line 78
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 610
Cake\Error\ExceptionRenderer::_outputMessage() - CORE/src/Error/ExceptionRenderer.php, line 325
Cake\Error\ExceptionRenderer::render() - CORE/src/Error/ExceptionRenderer.php, line 200
Cake\Error\Middleware\ErrorHandlerMiddleware::handleException() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 110
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 94
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 80
[main] - ROOT/webroot/index.php, line 42 Notice (8) : compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeMatches [CORE/src/Http/Response.php , line 1865 ]Code Context $timeMatches = strtotime ( $this -> modified ()) === strtotime ( $modifiedSince );
}
$checks = compact ( 'etagMatches' , 'timeMatches' ); $request = object(Cake\Http\ServerRequest) {
params => [
'pass' => [[maximum depth reached]],
'controller' => 'Pages',
'action' => 'home',
'plugin' => null,
'_matchedRoute' => '/',
'isAjax' => false
]
data => []
query => []
cookies => []
url => ''
base => ''
webroot => '/'
here => '/'
trustProxy => false
[protected] _environment => [
'LSPHP_ENABLE_USER_INI' => 'on',
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'TEMP' => '/tmp',
'TMP' => '/tmp',
'TMPDIR' => '/tmp',
'PWD' => '/',
'DOCUMENT_ROOT' => '/home1/irizar54/public_html/sgq.irizarbr.com.br',
'HTTP_ACCEPT' => '*/*',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'CONTENT_LENGTH' => '0',
'HTTP_HOST' => 'www.sgq.irizarbr.com.br',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'REDIRECT_REDIRECT_QS_ConnectionId' => '178505725833231042975750',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'REDIRECT_REDIRECT_HTTP2' => 'on',
'REDIRECT_REDIRECT_H2PUSH' => 'off',
'REDIRECT_REDIRECT_H2_PUSH' => 'off',
'REDIRECT_REDIRECT_H2_PUSHED' => '',
'REDIRECT_REDIRECT_H2_PUSHED_ON' => '',
'REDIRECT_REDIRECT_H2_STREAM_ID' => '3',
'REDIRECT_REDIRECT_H2_STREAM_TAG' => '975750-232-3',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'REDIRECT_QS_ConnectionId' => '178505725833231042975750',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'REDIRECT_HTTP2' => 'on',
'REDIRECT_H2PUSH' => 'off',
'REDIRECT_H2_PUSH' => 'off',
'REDIRECT_H2_PUSHED' => '',
'REDIRECT_H2_PUSHED_ON' => '',
'REDIRECT_H2_STREAM_ID' => '3',
'REDIRECT_H2_STREAM_TAG' => '975750-232-3',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'QS_ConnectionId' => '178505725833231042975750',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'HTTP2' => 'on',
'H2PUSH' => 'off',
'H2_PUSH' => 'off',
'H2_PUSHED' => '',
'H2_PUSHED_ON' => '',
'H2_STREAM_ID' => '3',
'H2_STREAM_TAG' => '975750-232-3',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'www.sgq.irizarbr.com.br',
'SERVER_ADDR' => '10.53.250.159',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '216.73.216.207',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home1/irizar54/public_html/sgq.irizarbr.com.br',
'SERVER_ADMIN' => 'webmaster@sgq.irizarbr.com.br',
'SCRIPT_FILENAME' => '/home1/irizar54/public_html/sgq.irizarbr.com.br/webroot/index.php',
'REMOTE_PORT' => '20107',
'REDIRECT_URL' => '/webroot/',
'SERVER_PROTOCOL' => 'HTTP/2.0',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1785057258.3362,
'REQUEST_TIME' => (int) 1785057258,
'argv' => [[maximum depth reached]],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null,
'HTTP_IF_NONE_MATCH' => null,
'HTTP_IF_MODIFIED_SINCE' => null,
'HTTP_REFERER' => null
]
[protected] _input => null
[protected] _detectors => [
'get' => [
[maximum depth reached]
],
'post' => [
[maximum depth reached]
],
'put' => [
[maximum depth reached]
],
'patch' => [
[maximum depth reached]
],
'delete' => [
[maximum depth reached]
],
'head' => [
[maximum depth reached]
],
'options' => [
[maximum depth reached]
],
'ssl' => [
[maximum depth reached]
],
'ajax' => [
[maximum depth reached]
],
'flash' => [
[maximum depth reached]
],
'requested' => [
[maximum depth reached]
],
'json' => [
[maximum depth reached]
],
'xml' => [
[maximum depth reached]
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {}
[protected] uri => object(Zend\Diactoros\Uri) {}
[protected] session => object(Cake\Network\Session) {}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
}
$etags = []
$modifiedSince = null
$responseTag = null compact - [internal], line ??
Cake\Http\Response::checkNotModified() - CORE/src/Http/Response.php, line 1865
Cake\Controller\Component\RequestHandlerComponent::beforeRender() - CORE/src/Controller/Component/RequestHandlerComponent.php, line 332
Cake\Event\EventManager::_callListener() - CORE/src/Event/EventManager.php, line 414
Cake\Event\EventManager::dispatch() - CORE/src/Event/EventManager.php, line 391
Cake\Controller\Controller::dispatchEvent() - CORE/src/Event/EventDispatcherTrait.php, line 78
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 610
Cake\Error\ExceptionRenderer::_outputMessage() - CORE/src/Error/ExceptionRenderer.php, line 325
Cake\Error\ExceptionRenderer::render() - CORE/src/Error/ExceptionRenderer.php, line 200
Cake\Error\Middleware\ErrorHandlerMiddleware::handleException() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 110
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 94
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 80
[main] - ROOT/webroot/index.php, line 42 Warning (512) : Unable to emit headers. Headers sent in file=/home1/irizar54/public_html/sgq.irizarbr.com.br/vendor/cakephp/cakephp/src/Error/Debugger.php line=822 [CORE/src/Http/ResponseEmitter.php , line 48 ]Code Context $message = "Unable to emit headers. Headers sent in file= $file line= $line " ;
if ( Configure :: read ( 'debug' )) {
trigger_error ( $message , E_USER_WARNING ); $response = object(Cake\Http\Response) {
'status' => (int) 500,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => [],
'cacheDirectives' => [],
'body' => ''
}
$maxBufferLength = (int) 8192
$file = '/home1/irizar54/public_html/sgq.irizarbr.com.br/vendor/cakephp/cakephp/src/Error/Debugger.php'
$line = (int) 822
$message = 'Unable to emit headers. Headers sent in file=/home1/irizar54/public_html/sgq.irizarbr.com.br/vendor/cakephp/cakephp/src/Error/Debugger.php line=822' Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 48
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 106
[main] - ROOT/webroot/index.php, line 42 Warning (2) : Cannot modify header information - headers already sent by (output started at /home1/irizar54/public_html/sgq.irizarbr.com.br/vendor/cakephp/cakephp/src/Error/Debugger.php:822) [CORE/src/Http/ResponseEmitter.php , line 148 ]Code Context $response -> getProtocolVersion (),
$response -> getStatusCode (),
( $reasonPhrase ? ' ' . $reasonPhrase : '' ) $response = object(Cake\Http\Response) {
'status' => (int) 500,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => [],
'cacheDirectives' => [],
'body' => ''
}
$reasonPhrase = 'Internal Server Error' header - [internal], line ??
Cake\Http\ResponseEmitter::emitStatusLine() - CORE/src/Http/ResponseEmitter.php, line 148
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 54
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 106
[main] - ROOT/webroot/index.php, line 42 Warning (2) : Cannot modify header information - headers already sent by (output started at /home1/irizar54/public_html/sgq.irizarbr.com.br/vendor/cakephp/cakephp/src/Error/Debugger.php:822) [CORE/src/Http/ResponseEmitter.php , line 177 ]Code Context $first = true ;
foreach ( $values as $value ) {
header ( sprintf ( $response = object(Cake\Http\Response) {
'status' => (int) 500,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => [],
'cacheDirectives' => [],
'body' => ''
}
$cookies = []
$values = [
(int) 0 => 'text/html; charset=UTF-8'
]
$name = 'Content-Type'
$first = true
$value = 'text/html; charset=UTF-8' header - [internal], line ??
Cake\Http\ResponseEmitter::emitHeaders() - CORE/src/Http/ResponseEmitter.php, line 177
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 55
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 106
[main] - ROOT/webroot/index.php, line 42
Error: Database Error
Error:
SQLSTATE[HY000] [1045] Access denied for user 'irizar54_user'@'br350.hostgator.com.br' (using password: YES)
/home1/irizar54/public_html/sgq.irizarbr.com.br/vendor/cakephp/cakephp/src/Database/Driver/PDODriverTrait.php
toggle arguments
$connection = new PDO (
$dsn ,
$config [ 'username' ],
$config [ 'password' ],
$config [ 'flags' ]
);
$this -> connection ( $connection );
return true ;
'mysql:host=216.172.172.197;port=3306;dbname=irizar54_siste278_sgq;charset=utf8'
'irizar54_user'
'%GC%5CTT044c'
[
(int) 12 => false,
(int) 1000 => true,
(int) 3 => (int) 2
]
/home1/irizar54/public_html/sgq.irizarbr.com.br/vendor/cakephp/cakephp/src/Database/Driver/Mysql.php
toggle arguments
} else {
$dsn = "mysql:unix_socket= { $config [ 'unix_socket' ]} ;dbname= { $config [ 'database' ]} " ;
}
$this -> _connect ( $dsn , $config );
if (!empty( $config [ 'init' ])) {
$connection = $this -> connection ();
foreach ((array) $config [ 'init' ] as $command ) {
'mysql:host=216.172.172.197;port=3306;dbname=irizar54_siste278_sgq;charset=utf8'
[
'driver' => 'Cake\Database\Driver\Mysql',
'persistent' => false,
'host' => '216.172.172.197',
'username' => 'irizar54_user',
'password' => '%GC%5CTT044c',
'database' => 'irizar54_siste278_sgq',
'encoding' => 'utf8',
'timezone' => '',
'flags' => [
(int) 12 => false,
(int) 1000 => true,
(int) 3 => (int) 2
],
'cacheMetadata' => true,
'log' => false,
'quoteIdentifiers' => false,
'url' => null,
'name' => 'default',
'port' => '3306',
'init' => [
(int) 0 => 'SET NAMES utf8'
]
]
/home1/irizar54/public_html/sgq.irizarbr.com.br/vendor/cakephp/cakephp/src/Database/Schema/BaseSchema.php
toggle arguments
* @ param \ Cake \ Database \ Driver $driver The driver to use.
*/
public function __construct ( Driver $driver )
{
$driver -> connect ();
$this -> _driver = $driver ;
}
/**
/home1/irizar54/public_html/sgq.irizarbr.com.br/vendor/cakephp/cakephp/src/Database/Dialect/MysqlDialectTrait.php
toggle arguments
*/
public function schemaDialect ()
{
if (! $this -> _schemaDialect ) {
$this -> _schemaDialect = new MysqlSchema ( $this );
}
return $this -> _schemaDialect ;
}
object(Cake\Database\Driver\Mysql) {
'connected' => false
}
/home1/irizar54/public_html/sgq.irizarbr.com.br/vendor/cakephp/cakephp/src/Database/Schema/Collection.php
toggle arguments
*/
public function __construct ( ConnectionInterface $connection )
{
$this -> _connection = $connection ;
$this -> _dialect = $connection -> driver ()-> schemaDialect ();
}
/**
* Get the list of tables available in the current connection .
/home1/irizar54/public_html/sgq.irizarbr.com.br/vendor/cakephp/cakephp/src/Database/Schema/CachedCollection.php
toggle arguments
* @ param string | bool $cacheKey The cache key or boolean false to disable caching .
*/
public function __construct ( ConnectionInterface $connection , $cacheKey = true )
{
parent :: __construct ( $connection );
$this -> setCacheMetadata ( $cacheKey );
}
/**
object(Cake\Database\Connection) {
'config' => [
'password' => '*****',
'username' => '*****',
'host' => '*****',
'database' => '*****',
'driver' => 'Cake\Database\Driver\Mysql',
'persistent' => false,
'encoding' => 'utf8',
'timezone' => '',
'flags' => [],
'cacheMetadata' => true,
'log' => false,
'quoteIdentifiers' => false,
'url' => null,
'name' => 'default'
],
'driver' => object(Cake\Database\Driver\Mysql) {
'connected' => false
},
'transactionLevel' => (int) 0,
'transactionStarted' => false,
'useSavePoints' => false,
'logQueries' => false,
'logger' => null
}
/home1/irizar54/public_html/sgq.irizarbr.com.br/vendor/cakephp/cakephp/src/Database/Connection.php
toggle arguments
return $this -> _schemaCollection ;
}
if (!empty( $this -> _config [ 'cacheMetadata' ])) {
return $this -> _schemaCollection = new CachedCollection ( $this , $this -> _config [ 'cacheMetadata' ]);
}
return $this -> _schemaCollection = new SchemaCollection ( $this );
}
object(Cake\Database\Connection) {
'config' => [
'password' => '*****',
'username' => '*****',
'host' => '*****',
'database' => '*****',
'driver' => 'Cake\Database\Driver\Mysql',
'persistent' => false,
'encoding' => 'utf8',
'timezone' => '',
'flags' => [],
'cacheMetadata' => true,
'log' => false,
'quoteIdentifiers' => false,
'url' => null,
'name' => 'default'
],
'driver' => object(Cake\Database\Driver\Mysql) {
'connected' => false
},
'transactionLevel' => (int) 0,
'transactionStarted' => false,
'useSavePoints' => false,
'logQueries' => false,
'logger' => null
}
true
/home1/irizar54/public_html/sgq.irizarbr.com.br/vendor/cakephp/cakephp/src/ORM/Table.php
toggle arguments
{
if ( $this -> _schema === null ) {
$this -> _schema = $this -> _initializeSchema (
$this -> getConnection ()
-> getSchemaCollection ()
-> describe ( $this -> getTable ())
);
}
/home1/irizar54/public_html/sgq.irizarbr.com.br/vendor/cakephp/cakephp/src/ORM/Query.php
toggle arguments
*/
public function addDefaultTypes ( Table $table )
{
$alias = $table -> getAlias ();
$map = $table -> getSchema ()-> typeMap ();
$fields = [];
foreach ( $map as $f => $type ) {
$fields [ $f ] = $fields [ $alias . '.' . $f ] = $fields [ $alias . '__' . $f ] = $type ;
}
/home1/irizar54/public_html/sgq.irizarbr.com.br/vendor/cakephp/cakephp/src/ORM/Query.php
toggle arguments
parent :: __construct ( $connection );
$this -> repository ( $table );
if ( $this -> _repository ) {
$this -> addDefaultTypes ( $this -> _repository );
}
}
/**
object(App\Model\Table\ConfiguresTable) {
'registryAlias' => 'Configures',
'table' => 'configures',
'alias' => 'Configures',
'entityClass' => 'App\Model\Entity\Configure',
'associations' => [
(int) 0 => 'users'
],
'behaviors' => [
(int) 0 => 'Timestamp'
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
/home1/irizar54/public_html/sgq.irizarbr.com.br/vendor/cakephp/cakephp/src/ORM/Table.php
toggle arguments
* {@ inheritDoc }
*/
public function query ()
{
return new Query ( $this -> getConnection (), $this );
}
/**
* {@ inheritDoc }
object(Cake\Database\Connection) {
'config' => [
'password' => '*****',
'username' => '*****',
'host' => '*****',
'database' => '*****',
'driver' => 'Cake\Database\Driver\Mysql',
'persistent' => false,
'encoding' => 'utf8',
'timezone' => '',
'flags' => [],
'cacheMetadata' => true,
'log' => false,
'quoteIdentifiers' => false,
'url' => null,
'name' => 'default'
],
'driver' => object(Cake\Database\Driver\Mysql) {
'connected' => false
},
'transactionLevel' => (int) 0,
'transactionStarted' => false,
'useSavePoints' => false,
'logQueries' => false,
'logger' => null
}
object(App\Model\Table\ConfiguresTable) {
'registryAlias' => 'Configures',
'table' => 'configures',
'alias' => 'Configures',
'entityClass' => 'App\Model\Entity\Configure',
'associations' => [
(int) 0 => 'users'
],
'behaviors' => [
(int) 0 => 'Timestamp'
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
/home1/irizar54/public_html/sgq.irizarbr.com.br/vendor/cakephp/cakephp/src/ORM/Table.php
toggle arguments
* @return \ Cake \ ORM \ Query The query builder
*/
public function find ( $type = 'all' , $options = [])
{
$query = $this -> query ();
$query -> select ();
return $this -> callFinder ( $type , $query , $options );
}
/home1/irizar54/public_html/sgq.irizarbr.com.br/vendor/cakephp/cakephp/src/ORM/Table.php
toggle arguments
$cacheKey = isset( $options [ 'key' ]) ? $options [ 'key' ] : false ;
$finder = isset( $options [ 'finder' ]) ? $options [ 'finder' ] : 'all' ;
unset( $options [ 'key' ], $options [ 'cache' ], $options [ 'finder' ]);
$query = $this -> find ( $finder , $options )-> where ( $conditions );
if ( $cacheConfig ) {
if (! $cacheKey ) {
$cacheKey = sprintf (
/home1/irizar54/public_html/sgq.irizarbr.com.br/src/Controller/AppController.php
toggle arguments
if (! $configure = unserialize ( $this -> request -> session ()-> read ( 'system.configure' ))) {
$this -> loadModel ( 'Configures' );
$result = $this -> Configures -> get ( 1 );
$configure = $result -> toArray ();
$this -> request -> session ()-> write ( 'system.configure' , serialize ( $configure ));
/home1/irizar54/public_html/sgq.irizarbr.com.br/vendor/cakephp/cakephp/src/Controller/Controller.php
toggle arguments
if ( $components !== null ) {
$this -> components ( $components );
}
$this -> initialize ();
$this -> _mergeControllerVars ();
$this -> _loadComponents ();
$this -> eventManager ()-> on ( $this );
[internal function]
toggle arguments
object(Cake\Http\ServerRequest) {
params => [
'pass' => [],
'controller' => 'Pages',
'action' => 'home',
'plugin' => null,
'_matchedRoute' => '/',
'isAjax' => false
]
data => []
query => []
cookies => []
url => ''
base => ''
webroot => '/'
here => '/'
trustProxy => false
[protected] _environment => [
'LSPHP_ENABLE_USER_INI' => 'on',
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'TEMP' => '/tmp',
'TMP' => '/tmp',
'TMPDIR' => '/tmp',
'PWD' => '/',
'DOCUMENT_ROOT' => '/home1/irizar54/public_html/sgq.irizarbr.com.br',
'HTTP_ACCEPT' => '*/*',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'CONTENT_LENGTH' => '0',
'HTTP_HOST' => 'www.sgq.irizarbr.com.br',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'REDIRECT_REDIRECT_QS_ConnectionId' => '178505725833231042975750',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'REDIRECT_REDIRECT_HTTP2' => 'on',
'REDIRECT_REDIRECT_H2PUSH' => 'off',
'REDIRECT_REDIRECT_H2_PUSH' => 'off',
'REDIRECT_REDIRECT_H2_PUSHED' => '',
'REDIRECT_REDIRECT_H2_PUSHED_ON' => '',
'REDIRECT_REDIRECT_H2_STREAM_ID' => '3',
'REDIRECT_REDIRECT_H2_STREAM_TAG' => '975750-232-3',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'REDIRECT_QS_ConnectionId' => '178505725833231042975750',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'REDIRECT_HTTP2' => 'on',
'REDIRECT_H2PUSH' => 'off',
'REDIRECT_H2_PUSH' => 'off',
'REDIRECT_H2_PUSHED' => '',
'REDIRECT_H2_PUSHED_ON' => '',
'REDIRECT_H2_STREAM_ID' => '3',
'REDIRECT_H2_STREAM_TAG' => '975750-232-3',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'QS_ConnectionId' => '178505725833231042975750',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'HTTP2' => 'on',
'H2PUSH' => 'off',
'H2_PUSH' => 'off',
'H2_PUSHED' => '',
'H2_PUSHED_ON' => '',
'H2_STREAM_ID' => '3',
'H2_STREAM_TAG' => '975750-232-3',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'www.sgq.irizarbr.com.br',
'SERVER_ADDR' => '10.53.250.159',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '216.73.216.207',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home1/irizar54/public_html/sgq.irizarbr.com.br',
'SERVER_ADMIN' => 'webmaster@sgq.irizarbr.com.br',
'SCRIPT_FILENAME' => '/home1/irizar54/public_html/sgq.irizarbr.com.br/webroot/index.php',
'REMOTE_PORT' => '20107',
'REDIRECT_URL' => '/webroot/',
'SERVER_PROTOCOL' => 'HTTP/2.0',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1785057258.3362,
'REQUEST_TIME' => (int) 1785057258,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null,
'HTTP_IF_NONE_MATCH' => null,
'HTTP_IF_MODIFIED_SINCE' => null,
'HTTP_REFERER' => null
]
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.sgq.irizarbr.com.br'
[private] port => null
[private] path => '/'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Network\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => '1440'
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => [],
'cacheDirectives' => [],
'body' => ''
}
'Pages'
/home1/irizar54/public_html/sgq.irizarbr.com.br/vendor/cakephp/cakephp/src/Http/ControllerFactory.php
toggle arguments
if ( $reflection -> isAbstract () || $reflection -> isInterface ()) {
$this -> missingController ( $request );
}
return $reflection -> newInstance ( $request , $response , $controller );
}
/**
* Throws an exception when a controller is missing .
object(Cake\Http\ServerRequest) {
params => [
'pass' => [],
'controller' => 'Pages',
'action' => 'home',
'plugin' => null,
'_matchedRoute' => '/',
'isAjax' => false
]
data => []
query => []
cookies => []
url => ''
base => ''
webroot => '/'
here => '/'
trustProxy => false
[protected] _environment => [
'LSPHP_ENABLE_USER_INI' => 'on',
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'TEMP' => '/tmp',
'TMP' => '/tmp',
'TMPDIR' => '/tmp',
'PWD' => '/',
'DOCUMENT_ROOT' => '/home1/irizar54/public_html/sgq.irizarbr.com.br',
'HTTP_ACCEPT' => '*/*',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'CONTENT_LENGTH' => '0',
'HTTP_HOST' => 'www.sgq.irizarbr.com.br',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'REDIRECT_REDIRECT_QS_ConnectionId' => '178505725833231042975750',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'REDIRECT_REDIRECT_HTTP2' => 'on',
'REDIRECT_REDIRECT_H2PUSH' => 'off',
'REDIRECT_REDIRECT_H2_PUSH' => 'off',
'REDIRECT_REDIRECT_H2_PUSHED' => '',
'REDIRECT_REDIRECT_H2_PUSHED_ON' => '',
'REDIRECT_REDIRECT_H2_STREAM_ID' => '3',
'REDIRECT_REDIRECT_H2_STREAM_TAG' => '975750-232-3',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'REDIRECT_QS_ConnectionId' => '178505725833231042975750',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'REDIRECT_HTTP2' => 'on',
'REDIRECT_H2PUSH' => 'off',
'REDIRECT_H2_PUSH' => 'off',
'REDIRECT_H2_PUSHED' => '',
'REDIRECT_H2_PUSHED_ON' => '',
'REDIRECT_H2_STREAM_ID' => '3',
'REDIRECT_H2_STREAM_TAG' => '975750-232-3',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'QS_ConnectionId' => '178505725833231042975750',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'HTTP2' => 'on',
'H2PUSH' => 'off',
'H2_PUSH' => 'off',
'H2_PUSHED' => '',
'H2_PUSHED_ON' => '',
'H2_STREAM_ID' => '3',
'H2_STREAM_TAG' => '975750-232-3',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'www.sgq.irizarbr.com.br',
'SERVER_ADDR' => '10.53.250.159',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '216.73.216.207',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home1/irizar54/public_html/sgq.irizarbr.com.br',
'SERVER_ADMIN' => 'webmaster@sgq.irizarbr.com.br',
'SCRIPT_FILENAME' => '/home1/irizar54/public_html/sgq.irizarbr.com.br/webroot/index.php',
'REMOTE_PORT' => '20107',
'REDIRECT_URL' => '/webroot/',
'SERVER_PROTOCOL' => 'HTTP/2.0',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1785057258.3362,
'REQUEST_TIME' => (int) 1785057258,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null,
'HTTP_IF_NONE_MATCH' => null,
'HTTP_IF_MODIFIED_SINCE' => null,
'HTTP_REFERER' => null
]
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.sgq.irizarbr.com.br'
[private] port => null
[private] path => '/'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Network\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => '1440'
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => [],
'cacheDirectives' => [],
'body' => ''
}
'Pages'
/home1/irizar54/public_html/sgq.irizarbr.com.br/vendor/cakephp/cakephp/src/Routing/Filter/ControllerFactoryFilter.php
toggle arguments
protected function _getController ( $request , $response )
{
$factory = new ControllerFactory ();
return $factory -> create ( $request , $response );
}
}
object(Cake\Http\ServerRequest) {
params => [
'pass' => [],
'controller' => 'Pages',
'action' => 'home',
'plugin' => null,
'_matchedRoute' => '/',
'isAjax' => false
]
data => []
query => []
cookies => []
url => ''
base => ''
webroot => '/'
here => '/'
trustProxy => false
[protected] _environment => [
'LSPHP_ENABLE_USER_INI' => 'on',
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'TEMP' => '/tmp',
'TMP' => '/tmp',
'TMPDIR' => '/tmp',
'PWD' => '/',
'DOCUMENT_ROOT' => '/home1/irizar54/public_html/sgq.irizarbr.com.br',
'HTTP_ACCEPT' => '*/*',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'CONTENT_LENGTH' => '0',
'HTTP_HOST' => 'www.sgq.irizarbr.com.br',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'REDIRECT_REDIRECT_QS_ConnectionId' => '178505725833231042975750',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'REDIRECT_REDIRECT_HTTP2' => 'on',
'REDIRECT_REDIRECT_H2PUSH' => 'off',
'REDIRECT_REDIRECT_H2_PUSH' => 'off',
'REDIRECT_REDIRECT_H2_PUSHED' => '',
'REDIRECT_REDIRECT_H2_PUSHED_ON' => '',
'REDIRECT_REDIRECT_H2_STREAM_ID' => '3',
'REDIRECT_REDIRECT_H2_STREAM_TAG' => '975750-232-3',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'REDIRECT_QS_ConnectionId' => '178505725833231042975750',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'REDIRECT_HTTP2' => 'on',
'REDIRECT_H2PUSH' => 'off',
'REDIRECT_H2_PUSH' => 'off',
'REDIRECT_H2_PUSHED' => '',
'REDIRECT_H2_PUSHED_ON' => '',
'REDIRECT_H2_STREAM_ID' => '3',
'REDIRECT_H2_STREAM_TAG' => '975750-232-3',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'QS_ConnectionId' => '178505725833231042975750',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'HTTP2' => 'on',
'H2PUSH' => 'off',
'H2_PUSH' => 'off',
'H2_PUSHED' => '',
'H2_PUSHED_ON' => '',
'H2_STREAM_ID' => '3',
'H2_STREAM_TAG' => '975750-232-3',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'www.sgq.irizarbr.com.br',
'SERVER_ADDR' => '10.53.250.159',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '216.73.216.207',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home1/irizar54/public_html/sgq.irizarbr.com.br',
'SERVER_ADMIN' => 'webmaster@sgq.irizarbr.com.br',
'SCRIPT_FILENAME' => '/home1/irizar54/public_html/sgq.irizarbr.com.br/webroot/index.php',
'REMOTE_PORT' => '20107',
'REDIRECT_URL' => '/webroot/',
'SERVER_PROTOCOL' => 'HTTP/2.0',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1785057258.3362,
'REQUEST_TIME' => (int) 1785057258,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null,
'HTTP_IF_NONE_MATCH' => null,
'HTTP_IF_MODIFIED_SINCE' => null,
'HTTP_REFERER' => null
]
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.sgq.irizarbr.com.br'
[private] port => null
[private] path => '/'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Network\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => '1440'
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => [],
'cacheDirectives' => [],
'body' => ''
}
/home1/irizar54/public_html/sgq.irizarbr.com.br/vendor/cakephp/cakephp/src/Routing/Filter/ControllerFactoryFilter.php
toggle arguments
public function beforeDispatch ( Event $event )
{
$request = $event -> getData ( 'request' );
$response = $event -> getData ( 'response' );
$event -> setData ( 'controller' , $this -> _getController ( $request , $response ));
}
/**
* Gets controller to use, either plugin or application controller .
object(Cake\Http\ServerRequest) {
params => [
'pass' => [],
'controller' => 'Pages',
'action' => 'home',
'plugin' => null,
'_matchedRoute' => '/',
'isAjax' => false
]
data => []
query => []
cookies => []
url => ''
base => ''
webroot => '/'
here => '/'
trustProxy => false
[protected] _environment => [
'LSPHP_ENABLE_USER_INI' => 'on',
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'TEMP' => '/tmp',
'TMP' => '/tmp',
'TMPDIR' => '/tmp',
'PWD' => '/',
'DOCUMENT_ROOT' => '/home1/irizar54/public_html/sgq.irizarbr.com.br',
'HTTP_ACCEPT' => '*/*',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'CONTENT_LENGTH' => '0',
'HTTP_HOST' => 'www.sgq.irizarbr.com.br',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'REDIRECT_REDIRECT_QS_ConnectionId' => '178505725833231042975750',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'REDIRECT_REDIRECT_HTTP2' => 'on',
'REDIRECT_REDIRECT_H2PUSH' => 'off',
'REDIRECT_REDIRECT_H2_PUSH' => 'off',
'REDIRECT_REDIRECT_H2_PUSHED' => '',
'REDIRECT_REDIRECT_H2_PUSHED_ON' => '',
'REDIRECT_REDIRECT_H2_STREAM_ID' => '3',
'REDIRECT_REDIRECT_H2_STREAM_TAG' => '975750-232-3',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'REDIRECT_QS_ConnectionId' => '178505725833231042975750',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'REDIRECT_HTTP2' => 'on',
'REDIRECT_H2PUSH' => 'off',
'REDIRECT_H2_PUSH' => 'off',
'REDIRECT_H2_PUSHED' => '',
'REDIRECT_H2_PUSHED_ON' => '',
'REDIRECT_H2_STREAM_ID' => '3',
'REDIRECT_H2_STREAM_TAG' => '975750-232-3',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'QS_ConnectionId' => '178505725833231042975750',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'HTTP2' => 'on',
'H2PUSH' => 'off',
'H2_PUSH' => 'off',
'H2_PUSHED' => '',
'H2_PUSHED_ON' => '',
'H2_STREAM_ID' => '3',
'H2_STREAM_TAG' => '975750-232-3',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'www.sgq.irizarbr.com.br',
'SERVER_ADDR' => '10.53.250.159',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '216.73.216.207',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home1/irizar54/public_html/sgq.irizarbr.com.br',
'SERVER_ADMIN' => 'webmaster@sgq.irizarbr.com.br',
'SCRIPT_FILENAME' => '/home1/irizar54/public_html/sgq.irizarbr.com.br/webroot/index.php',
'REMOTE_PORT' => '20107',
'REDIRECT_URL' => '/webroot/',
'SERVER_PROTOCOL' => 'HTTP/2.0',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1785057258.3362,
'REQUEST_TIME' => (int) 1785057258,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null,
'HTTP_IF_NONE_MATCH' => null,
'HTTP_IF_MODIFIED_SINCE' => null,
'HTTP_REFERER' => null
]
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.sgq.irizarbr.com.br'
[private] port => null
[private] path => '/'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Network\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => '1440'
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => [],
'cacheDirectives' => [],
'body' => ''
}
/home1/irizar54/public_html/sgq.irizarbr.com.br/vendor/cakephp/cakephp/src/Routing/DispatcherFilter.php
toggle arguments
{
$name = $event -> getName ();
list(, $method ) = explode ( '.' , $name );
if (empty( $this -> _config [ 'for' ]) && empty( $this -> _config [ 'when' ])) {
return $this ->{ $method }( $event );
}
if ( $this -> matches ( $event )) {
return $this ->{ $method }( $event );
}
object(Cake\Event\Event) {
result => null
[protected] _name => 'Dispatcher.beforeDispatch'
[protected] _subject => object(Cake\Http\ActionDispatcher) {
[protected] filters => [
[maximum depth reached]
]
[protected] factory => object(Cake\Http\ControllerFactory) {}
[protected] _eventManager => object(Cake\Event\EventManager) {}
[protected] _eventClass => '\Cake\Event\Event'
}
[protected] _data => [
'request' => object(Cake\Http\ServerRequest) {},
'response' => object(Cake\Http\Response) {}
]
[protected] _stopped => false
}
/home1/irizar54/public_html/sgq.irizarbr.com.br/vendor/cakephp/cakephp/src/Event/EventManager.php
toggle arguments
protected function _callListener (callable $listener , Event $event )
{
$data = $event -> getData ();
return $listener ( $event , ... array_values ( $data ));
}
/**
* Returns a list of all listeners for an eventKey in the order they should be called
object(Cake\Event\Event) {
result => null
[protected] _name => 'Dispatcher.beforeDispatch'
[protected] _subject => object(Cake\Http\ActionDispatcher) {
[protected] filters => [
[maximum depth reached]
]
[protected] factory => object(Cake\Http\ControllerFactory) {}
[protected] _eventManager => object(Cake\Event\EventManager) {}
[protected] _eventClass => '\Cake\Event\Event'
}
[protected] _data => [
'request' => object(Cake\Http\ServerRequest) {},
'response' => object(Cake\Http\Response) {}
]
[protected] _stopped => false
}
object(Cake\Http\ServerRequest) {
params => [
'pass' => [],
'controller' => 'Pages',
'action' => 'home',
'plugin' => null,
'_matchedRoute' => '/',
'isAjax' => false
]
data => []
query => []
cookies => []
url => ''
base => ''
webroot => '/'
here => '/'
trustProxy => false
[protected] _environment => [
'LSPHP_ENABLE_USER_INI' => 'on',
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'TEMP' => '/tmp',
'TMP' => '/tmp',
'TMPDIR' => '/tmp',
'PWD' => '/',
'DOCUMENT_ROOT' => '/home1/irizar54/public_html/sgq.irizarbr.com.br',
'HTTP_ACCEPT' => '*/*',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'CONTENT_LENGTH' => '0',
'HTTP_HOST' => 'www.sgq.irizarbr.com.br',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'REDIRECT_REDIRECT_QS_ConnectionId' => '178505725833231042975750',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'REDIRECT_REDIRECT_HTTP2' => 'on',
'REDIRECT_REDIRECT_H2PUSH' => 'off',
'REDIRECT_REDIRECT_H2_PUSH' => 'off',
'REDIRECT_REDIRECT_H2_PUSHED' => '',
'REDIRECT_REDIRECT_H2_PUSHED_ON' => '',
'REDIRECT_REDIRECT_H2_STREAM_ID' => '3',
'REDIRECT_REDIRECT_H2_STREAM_TAG' => '975750-232-3',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'REDIRECT_QS_ConnectionId' => '178505725833231042975750',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'REDIRECT_HTTP2' => 'on',
'REDIRECT_H2PUSH' => 'off',
'REDIRECT_H2_PUSH' => 'off',
'REDIRECT_H2_PUSHED' => '',
'REDIRECT_H2_PUSHED_ON' => '',
'REDIRECT_H2_STREAM_ID' => '3',
'REDIRECT_H2_STREAM_TAG' => '975750-232-3',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'QS_ConnectionId' => '178505725833231042975750',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'HTTP2' => 'on',
'H2PUSH' => 'off',
'H2_PUSH' => 'off',
'H2_PUSHED' => '',
'H2_PUSHED_ON' => '',
'H2_STREAM_ID' => '3',
'H2_STREAM_TAG' => '975750-232-3',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'www.sgq.irizarbr.com.br',
'SERVER_ADDR' => '10.53.250.159',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '216.73.216.207',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home1/irizar54/public_html/sgq.irizarbr.com.br',
'SERVER_ADMIN' => 'webmaster@sgq.irizarbr.com.br',
'SCRIPT_FILENAME' => '/home1/irizar54/public_html/sgq.irizarbr.com.br/webroot/index.php',
'REMOTE_PORT' => '20107',
'REDIRECT_URL' => '/webroot/',
'SERVER_PROTOCOL' => 'HTTP/2.0',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1785057258.3362,
'REQUEST_TIME' => (int) 1785057258,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null,
'HTTP_IF_NONE_MATCH' => null,
'HTTP_IF_MODIFIED_SINCE' => null,
'HTTP_REFERER' => null
]
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.sgq.irizarbr.com.br'
[private] port => null
[private] path => '/'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Network\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => '1440'
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => [],
'cacheDirectives' => [],
'body' => ''
}
/home1/irizar54/public_html/sgq.irizarbr.com.br/vendor/cakephp/cakephp/src/Event/EventManager.php
toggle arguments
foreach ( $listeners as $listener ) {
if ( $event -> isStopped ()) {
break;
}
$result = $this -> _callListener ( $listener [ 'callable' ], $event );
if ( $result === false ) {
$event -> stopPropagation ();
}
if ( $result !== null ) {
[
(int) 0 => object(Cake\Routing\Filter\ControllerFactoryFilter) {
[protected] _priority => (int) 50
[protected] _defaultConfig => [
'when' => null,
'for' => null,
'priority' => null
]
[protected] _config => [
'when' => null,
'for' => null,
'priority' => (int) 50
]
[protected] _configInitialized => true
},
(int) 1 => 'handle'
]
object(Cake\Event\Event) {
result => null
[protected] _name => 'Dispatcher.beforeDispatch'
[protected] _subject => object(Cake\Http\ActionDispatcher) {
[protected] filters => [
[maximum depth reached]
]
[protected] factory => object(Cake\Http\ControllerFactory) {}
[protected] _eventManager => object(Cake\Event\EventManager) {}
[protected] _eventClass => '\Cake\Event\Event'
}
[protected] _data => [
'request' => object(Cake\Http\ServerRequest) {},
'response' => object(Cake\Http\Response) {}
]
[protected] _stopped => false
}
/home1/irizar54/public_html/sgq.irizarbr.com.br/vendor/cakephp/cakephp/src/Event/EventDispatcherTrait.php
toggle arguments
$subject = $this ;
}
$event = new $this -> _eventClass ( $name , $subject , $data );
$this -> eventManager ()-> dispatch ( $event );
return $event ;
}
}
object(Cake\Event\Event) {
result => null
[protected] _name => 'Dispatcher.beforeDispatch'
[protected] _subject => object(Cake\Http\ActionDispatcher) {
[protected] filters => [
[maximum depth reached]
]
[protected] factory => object(Cake\Http\ControllerFactory) {}
[protected] _eventManager => object(Cake\Event\EventManager) {}
[protected] _eventClass => '\Cake\Event\Event'
}
[protected] _data => [
'request' => object(Cake\Http\ServerRequest) {},
'response' => object(Cake\Http\Response) {}
]
[protected] _stopped => false
}
/home1/irizar54/public_html/sgq.irizarbr.com.br/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php
toggle arguments
{
if ( Router :: getRequest ( true ) !== $request ) {
Router :: pushRequest ( $request );
}
$beforeEvent = $this -> dispatchEvent ( 'Dispatcher.beforeDispatch' , compact ( 'request' , 'response' ));
$request = $beforeEvent -> getData ( 'request' );
if ( $beforeEvent -> getResult () instanceof Response ) {
return $beforeEvent -> getResult ();
'Dispatcher.beforeDispatch'
[
'request' => object(Cake\Http\ServerRequest) {
params => [
'pass' => [[maximum depth reached]],
'controller' => 'Pages',
'action' => 'home',
'plugin' => null,
'_matchedRoute' => '/',
'isAjax' => false
]
data => []
query => []
cookies => []
url => ''
base => ''
webroot => '/'
here => '/'
trustProxy => false
[protected] _environment => [
'LSPHP_ENABLE_USER_INI' => 'on',
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'TEMP' => '/tmp',
'TMP' => '/tmp',
'TMPDIR' => '/tmp',
'PWD' => '/',
'DOCUMENT_ROOT' => '/home1/irizar54/public_html/sgq.irizarbr.com.br',
'HTTP_ACCEPT' => '*/*',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'CONTENT_LENGTH' => '0',
'HTTP_HOST' => 'www.sgq.irizarbr.com.br',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'REDIRECT_REDIRECT_QS_ConnectionId' => '178505725833231042975750',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'REDIRECT_REDIRECT_HTTP2' => 'on',
'REDIRECT_REDIRECT_H2PUSH' => 'off',
'REDIRECT_REDIRECT_H2_PUSH' => 'off',
'REDIRECT_REDIRECT_H2_PUSHED' => '',
'REDIRECT_REDIRECT_H2_PUSHED_ON' => '',
'REDIRECT_REDIRECT_H2_STREAM_ID' => '3',
'REDIRECT_REDIRECT_H2_STREAM_TAG' => '975750-232-3',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'REDIRECT_QS_ConnectionId' => '178505725833231042975750',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'REDIRECT_HTTP2' => 'on',
'REDIRECT_H2PUSH' => 'off',
'REDIRECT_H2_PUSH' => 'off',
'REDIRECT_H2_PUSHED' => '',
'REDIRECT_H2_PUSHED_ON' => '',
'REDIRECT_H2_STREAM_ID' => '3',
'REDIRECT_H2_STREAM_TAG' => '975750-232-3',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'QS_ConnectionId' => '178505725833231042975750',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'HTTP2' => 'on',
'H2PUSH' => 'off',
'H2_PUSH' => 'off',
'H2_PUSHED' => '',
'H2_PUSHED_ON' => '',
'H2_STREAM_ID' => '3',
'H2_STREAM_TAG' => '975750-232-3',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'www.sgq.irizarbr.com.br',
'SERVER_ADDR' => '10.53.250.159',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '216.73.216.207',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home1/irizar54/public_html/sgq.irizarbr.com.br',
'SERVER_ADMIN' => 'webmaster@sgq.irizarbr.com.br',
'SCRIPT_FILENAME' => '/home1/irizar54/public_html/sgq.irizarbr.com.br/webroot/index.php',
'REMOTE_PORT' => '20107',
'REDIRECT_URL' => '/webroot/',
'SERVER_PROTOCOL' => 'HTTP/2.0',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1785057258.3362,
'REQUEST_TIME' => (int) 1785057258,
'argv' => [[maximum depth reached]],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null,
'HTTP_IF_NONE_MATCH' => null,
'HTTP_IF_MODIFIED_SINCE' => null,
'HTTP_REFERER' => null
]
[protected] _input => null
[protected] _detectors => [
'get' => [
[maximum depth reached]
],
'post' => [
[maximum depth reached]
],
'put' => [
[maximum depth reached]
],
'patch' => [
[maximum depth reached]
],
'delete' => [
[maximum depth reached]
],
'head' => [
[maximum depth reached]
],
'options' => [
[maximum depth reached]
],
'ssl' => [
[maximum depth reached]
],
'ajax' => [
[maximum depth reached]
],
'flash' => [
[maximum depth reached]
],
'requested' => [
[maximum depth reached]
],
'json' => [
[maximum depth reached]
],
'xml' => [
[maximum depth reached]
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {}
[protected] uri => object(Zend\Diactoros\Uri) {}
[protected] session => object(Cake\Network\Session) {}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
},
'response' => object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => [],
'cacheDirectives' => [],
'body' => ''
}
]
/home1/irizar54/public_html/sgq.irizarbr.com.br/vendor/cakephp/cakephp/src/Http/BaseApplication.php
toggle arguments
* @return \ Psr \ Http \ Message \ ResponseInterface
*/
public function __invoke ( ServerRequestInterface $request , ResponseInterface $response , $next )
{
return $this -> getDispatcher ()-> dispatch ( $request , $response );
}
/**
* Get the ActionDispatcher .
object(Cake\Http\ServerRequest) {
params => [
'pass' => [],
'controller' => 'Pages',
'action' => 'home',
'plugin' => null,
'_matchedRoute' => '/',
'isAjax' => false
]
data => []
query => []
cookies => []
url => ''
base => ''
webroot => '/'
here => '/'
trustProxy => false
[protected] _environment => [
'LSPHP_ENABLE_USER_INI' => 'on',
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'TEMP' => '/tmp',
'TMP' => '/tmp',
'TMPDIR' => '/tmp',
'PWD' => '/',
'DOCUMENT_ROOT' => '/home1/irizar54/public_html/sgq.irizarbr.com.br',
'HTTP_ACCEPT' => '*/*',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'CONTENT_LENGTH' => '0',
'HTTP_HOST' => 'www.sgq.irizarbr.com.br',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'REDIRECT_REDIRECT_QS_ConnectionId' => '178505725833231042975750',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'REDIRECT_REDIRECT_HTTP2' => 'on',
'REDIRECT_REDIRECT_H2PUSH' => 'off',
'REDIRECT_REDIRECT_H2_PUSH' => 'off',
'REDIRECT_REDIRECT_H2_PUSHED' => '',
'REDIRECT_REDIRECT_H2_PUSHED_ON' => '',
'REDIRECT_REDIRECT_H2_STREAM_ID' => '3',
'REDIRECT_REDIRECT_H2_STREAM_TAG' => '975750-232-3',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'REDIRECT_QS_ConnectionId' => '178505725833231042975750',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'REDIRECT_HTTP2' => 'on',
'REDIRECT_H2PUSH' => 'off',
'REDIRECT_H2_PUSH' => 'off',
'REDIRECT_H2_PUSHED' => '',
'REDIRECT_H2_PUSHED_ON' => '',
'REDIRECT_H2_STREAM_ID' => '3',
'REDIRECT_H2_STREAM_TAG' => '975750-232-3',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'QS_ConnectionId' => '178505725833231042975750',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'HTTP2' => 'on',
'H2PUSH' => 'off',
'H2_PUSH' => 'off',
'H2_PUSHED' => '',
'H2_PUSHED_ON' => '',
'H2_STREAM_ID' => '3',
'H2_STREAM_TAG' => '975750-232-3',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'www.sgq.irizarbr.com.br',
'SERVER_ADDR' => '10.53.250.159',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '216.73.216.207',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home1/irizar54/public_html/sgq.irizarbr.com.br',
'SERVER_ADMIN' => 'webmaster@sgq.irizarbr.com.br',
'SCRIPT_FILENAME' => '/home1/irizar54/public_html/sgq.irizarbr.com.br/webroot/index.php',
'REMOTE_PORT' => '20107',
'REDIRECT_URL' => '/webroot/',
'SERVER_PROTOCOL' => 'HTTP/2.0',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1785057258.3362,
'REQUEST_TIME' => (int) 1785057258,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null,
'HTTP_IF_NONE_MATCH' => null,
'HTTP_IF_MODIFIED_SINCE' => null,
'HTTP_REFERER' => null
]
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.sgq.irizarbr.com.br'
[private] port => null
[private] path => '/'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Network\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => '1440'
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => [],
'cacheDirectives' => [],
'body' => ''
}
/home1/irizar54/public_html/sgq.irizarbr.com.br/vendor/cakephp/cakephp/src/Http/Runner.php
toggle arguments
$next = $this -> middleware -> get ( $this -> index );
if ( $next ) {
$this -> index ++;
return $next ( $request , $response , $this );
}
// End of the queue
return $response ;
object(Cake\Http\ServerRequest) {
params => [
'pass' => [],
'controller' => 'Pages',
'action' => 'home',
'plugin' => null,
'_matchedRoute' => '/',
'isAjax' => false
]
data => []
query => []
cookies => []
url => ''
base => ''
webroot => '/'
here => '/'
trustProxy => false
[protected] _environment => [
'LSPHP_ENABLE_USER_INI' => 'on',
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'TEMP' => '/tmp',
'TMP' => '/tmp',
'TMPDIR' => '/tmp',
'PWD' => '/',
'DOCUMENT_ROOT' => '/home1/irizar54/public_html/sgq.irizarbr.com.br',
'HTTP_ACCEPT' => '*/*',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'CONTENT_LENGTH' => '0',
'HTTP_HOST' => 'www.sgq.irizarbr.com.br',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'REDIRECT_REDIRECT_QS_ConnectionId' => '178505725833231042975750',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'REDIRECT_REDIRECT_HTTP2' => 'on',
'REDIRECT_REDIRECT_H2PUSH' => 'off',
'REDIRECT_REDIRECT_H2_PUSH' => 'off',
'REDIRECT_REDIRECT_H2_PUSHED' => '',
'REDIRECT_REDIRECT_H2_PUSHED_ON' => '',
'REDIRECT_REDIRECT_H2_STREAM_ID' => '3',
'REDIRECT_REDIRECT_H2_STREAM_TAG' => '975750-232-3',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'REDIRECT_QS_ConnectionId' => '178505725833231042975750',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'REDIRECT_HTTP2' => 'on',
'REDIRECT_H2PUSH' => 'off',
'REDIRECT_H2_PUSH' => 'off',
'REDIRECT_H2_PUSHED' => '',
'REDIRECT_H2_PUSHED_ON' => '',
'REDIRECT_H2_STREAM_ID' => '3',
'REDIRECT_H2_STREAM_TAG' => '975750-232-3',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'QS_ConnectionId' => '178505725833231042975750',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'HTTP2' => 'on',
'H2PUSH' => 'off',
'H2_PUSH' => 'off',
'H2_PUSHED' => '',
'H2_PUSHED_ON' => '',
'H2_STREAM_ID' => '3',
'H2_STREAM_TAG' => '975750-232-3',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'www.sgq.irizarbr.com.br',
'SERVER_ADDR' => '10.53.250.159',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '216.73.216.207',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home1/irizar54/public_html/sgq.irizarbr.com.br',
'SERVER_ADMIN' => 'webmaster@sgq.irizarbr.com.br',
'SCRIPT_FILENAME' => '/home1/irizar54/public_html/sgq.irizarbr.com.br/webroot/index.php',
'REMOTE_PORT' => '20107',
'REDIRECT_URL' => '/webroot/',
'SERVER_PROTOCOL' => 'HTTP/2.0',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1785057258.3362,
'REQUEST_TIME' => (int) 1785057258,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null,
'HTTP_IF_NONE_MATCH' => null,
'HTTP_IF_MODIFIED_SINCE' => null,
'HTTP_REFERER' => null
]
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.sgq.irizarbr.com.br'
[private] port => null
[private] path => '/'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Network\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => '1440'
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => [],
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 4
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}
/home1/irizar54/public_html/sgq.irizarbr.com.br/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php
toggle arguments
$response -> getHeaders ()
);
}
return $next ( $request , $response );
}
}
object(Cake\Http\ServerRequest) {
params => [
'pass' => [],
'controller' => 'Pages',
'action' => 'home',
'plugin' => null,
'_matchedRoute' => '/',
'isAjax' => false
]
data => []
query => []
cookies => []
url => ''
base => ''
webroot => '/'
here => '/'
trustProxy => false
[protected] _environment => [
'LSPHP_ENABLE_USER_INI' => 'on',
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'TEMP' => '/tmp',
'TMP' => '/tmp',
'TMPDIR' => '/tmp',
'PWD' => '/',
'DOCUMENT_ROOT' => '/home1/irizar54/public_html/sgq.irizarbr.com.br',
'HTTP_ACCEPT' => '*/*',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'CONTENT_LENGTH' => '0',
'HTTP_HOST' => 'www.sgq.irizarbr.com.br',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'REDIRECT_REDIRECT_QS_ConnectionId' => '178505725833231042975750',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'REDIRECT_REDIRECT_HTTP2' => 'on',
'REDIRECT_REDIRECT_H2PUSH' => 'off',
'REDIRECT_REDIRECT_H2_PUSH' => 'off',
'REDIRECT_REDIRECT_H2_PUSHED' => '',
'REDIRECT_REDIRECT_H2_PUSHED_ON' => '',
'REDIRECT_REDIRECT_H2_STREAM_ID' => '3',
'REDIRECT_REDIRECT_H2_STREAM_TAG' => '975750-232-3',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'REDIRECT_QS_ConnectionId' => '178505725833231042975750',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'REDIRECT_HTTP2' => 'on',
'REDIRECT_H2PUSH' => 'off',
'REDIRECT_H2_PUSH' => 'off',
'REDIRECT_H2_PUSHED' => '',
'REDIRECT_H2_PUSHED_ON' => '',
'REDIRECT_H2_STREAM_ID' => '3',
'REDIRECT_H2_STREAM_TAG' => '975750-232-3',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'QS_ConnectionId' => '178505725833231042975750',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'HTTP2' => 'on',
'H2PUSH' => 'off',
'H2_PUSH' => 'off',
'H2_PUSHED' => '',
'H2_PUSHED_ON' => '',
'H2_STREAM_ID' => '3',
'H2_STREAM_TAG' => '975750-232-3',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'www.sgq.irizarbr.com.br',
'SERVER_ADDR' => '10.53.250.159',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '216.73.216.207',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home1/irizar54/public_html/sgq.irizarbr.com.br',
'SERVER_ADMIN' => 'webmaster@sgq.irizarbr.com.br',
'SCRIPT_FILENAME' => '/home1/irizar54/public_html/sgq.irizarbr.com.br/webroot/index.php',
'REMOTE_PORT' => '20107',
'REDIRECT_URL' => '/webroot/',
'SERVER_PROTOCOL' => 'HTTP/2.0',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1785057258.3362,
'REQUEST_TIME' => (int) 1785057258,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null,
'HTTP_IF_NONE_MATCH' => null,
'HTTP_IF_MODIFIED_SINCE' => null,
'HTTP_REFERER' => null
]
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.sgq.irizarbr.com.br'
[private] port => null
[private] path => '/'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Network\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => '1440'
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => [],
'cacheDirectives' => [],
'body' => ''
}
/home1/irizar54/public_html/sgq.irizarbr.com.br/vendor/cakephp/cakephp/src/Http/Runner.php
toggle arguments
$next = $this -> middleware -> get ( $this -> index );
if ( $next ) {
$this -> index ++;
return $next ( $request , $response , $this );
}
// End of the queue
return $response ;
object(Cake\Http\ServerRequest) {
params => [
'pass' => [],
'controller' => 'Pages',
'action' => 'home',
'plugin' => null,
'_matchedRoute' => '/',
'isAjax' => false
]
data => []
query => []
cookies => []
url => ''
base => ''
webroot => '/'
here => '/'
trustProxy => false
[protected] _environment => [
'LSPHP_ENABLE_USER_INI' => 'on',
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'TEMP' => '/tmp',
'TMP' => '/tmp',
'TMPDIR' => '/tmp',
'PWD' => '/',
'DOCUMENT_ROOT' => '/home1/irizar54/public_html/sgq.irizarbr.com.br',
'HTTP_ACCEPT' => '*/*',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'CONTENT_LENGTH' => '0',
'HTTP_HOST' => 'www.sgq.irizarbr.com.br',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'REDIRECT_REDIRECT_QS_ConnectionId' => '178505725833231042975750',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'REDIRECT_REDIRECT_HTTP2' => 'on',
'REDIRECT_REDIRECT_H2PUSH' => 'off',
'REDIRECT_REDIRECT_H2_PUSH' => 'off',
'REDIRECT_REDIRECT_H2_PUSHED' => '',
'REDIRECT_REDIRECT_H2_PUSHED_ON' => '',
'REDIRECT_REDIRECT_H2_STREAM_ID' => '3',
'REDIRECT_REDIRECT_H2_STREAM_TAG' => '975750-232-3',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'REDIRECT_QS_ConnectionId' => '178505725833231042975750',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'REDIRECT_HTTP2' => 'on',
'REDIRECT_H2PUSH' => 'off',
'REDIRECT_H2_PUSH' => 'off',
'REDIRECT_H2_PUSHED' => '',
'REDIRECT_H2_PUSHED_ON' => '',
'REDIRECT_H2_STREAM_ID' => '3',
'REDIRECT_H2_STREAM_TAG' => '975750-232-3',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'QS_ConnectionId' => '178505725833231042975750',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'HTTP2' => 'on',
'H2PUSH' => 'off',
'H2_PUSH' => 'off',
'H2_PUSHED' => '',
'H2_PUSHED_ON' => '',
'H2_STREAM_ID' => '3',
'H2_STREAM_TAG' => '975750-232-3',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'www.sgq.irizarbr.com.br',
'SERVER_ADDR' => '10.53.250.159',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '216.73.216.207',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home1/irizar54/public_html/sgq.irizarbr.com.br',
'SERVER_ADMIN' => 'webmaster@sgq.irizarbr.com.br',
'SCRIPT_FILENAME' => '/home1/irizar54/public_html/sgq.irizarbr.com.br/webroot/index.php',
'REMOTE_PORT' => '20107',
'REDIRECT_URL' => '/webroot/',
'SERVER_PROTOCOL' => 'HTTP/2.0',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1785057258.3362,
'REQUEST_TIME' => (int) 1785057258,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null,
'HTTP_IF_NONE_MATCH' => null,
'HTTP_IF_MODIFIED_SINCE' => null,
'HTTP_REFERER' => null
]
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.sgq.irizarbr.com.br'
[private] port => null
[private] path => '/'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Network\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => '1440'
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => [],
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 4
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}
/home1/irizar54/public_html/sgq.irizarbr.com.br/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php
toggle arguments
public function __invoke ( $request , $response , $next )
{
$url = $request -> getUri ()-> getPath ();
if ( strpos ( $url , '..' ) !== false || strpos ( $url , '.' ) === false ) {
return $next ( $request , $response );
}
$assetFile = $this -> _getAssetFile ( $url );
if ( $assetFile === null || ! file_exists ( $assetFile )) {
object(Cake\Http\ServerRequest) {
params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
data => []
query => []
cookies => []
url => ''
base => ''
webroot => '/'
here => '/'
trustProxy => false
[protected] _environment => [
'LSPHP_ENABLE_USER_INI' => 'on',
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'TEMP' => '/tmp',
'TMP' => '/tmp',
'TMPDIR' => '/tmp',
'PWD' => '/',
'DOCUMENT_ROOT' => '/home1/irizar54/public_html/sgq.irizarbr.com.br',
'HTTP_ACCEPT' => '*/*',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'CONTENT_LENGTH' => '0',
'HTTP_HOST' => 'www.sgq.irizarbr.com.br',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'REDIRECT_REDIRECT_QS_ConnectionId' => '178505725833231042975750',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'REDIRECT_REDIRECT_HTTP2' => 'on',
'REDIRECT_REDIRECT_H2PUSH' => 'off',
'REDIRECT_REDIRECT_H2_PUSH' => 'off',
'REDIRECT_REDIRECT_H2_PUSHED' => '',
'REDIRECT_REDIRECT_H2_PUSHED_ON' => '',
'REDIRECT_REDIRECT_H2_STREAM_ID' => '3',
'REDIRECT_REDIRECT_H2_STREAM_TAG' => '975750-232-3',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'REDIRECT_QS_ConnectionId' => '178505725833231042975750',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'REDIRECT_HTTP2' => 'on',
'REDIRECT_H2PUSH' => 'off',
'REDIRECT_H2_PUSH' => 'off',
'REDIRECT_H2_PUSHED' => '',
'REDIRECT_H2_PUSHED_ON' => '',
'REDIRECT_H2_STREAM_ID' => '3',
'REDIRECT_H2_STREAM_TAG' => '975750-232-3',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'QS_ConnectionId' => '178505725833231042975750',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'HTTP2' => 'on',
'H2PUSH' => 'off',
'H2_PUSH' => 'off',
'H2_PUSHED' => '',
'H2_PUSHED_ON' => '',
'H2_STREAM_ID' => '3',
'H2_STREAM_TAG' => '975750-232-3',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'www.sgq.irizarbr.com.br',
'SERVER_ADDR' => '10.53.250.159',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '216.73.216.207',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home1/irizar54/public_html/sgq.irizarbr.com.br',
'SERVER_ADMIN' => 'webmaster@sgq.irizarbr.com.br',
'SCRIPT_FILENAME' => '/home1/irizar54/public_html/sgq.irizarbr.com.br/webroot/index.php',
'REMOTE_PORT' => '20107',
'REDIRECT_URL' => '/webroot/',
'SERVER_PROTOCOL' => 'HTTP/2.0',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1785057258.3362,
'REQUEST_TIME' => (int) 1785057258,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.sgq.irizarbr.com.br'
[private] port => null
[private] path => '/'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Network\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => '1440'
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => [],
'cacheDirectives' => [],
'body' => ''
}
/home1/irizar54/public_html/sgq.irizarbr.com.br/vendor/cakephp/cakephp/src/Http/Runner.php
toggle arguments
$next = $this -> middleware -> get ( $this -> index );
if ( $next ) {
$this -> index ++;
return $next ( $request , $response , $this );
}
// End of the queue
return $response ;
object(Cake\Http\ServerRequest) {
params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
data => []
query => []
cookies => []
url => ''
base => ''
webroot => '/'
here => '/'
trustProxy => false
[protected] _environment => [
'LSPHP_ENABLE_USER_INI' => 'on',
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'TEMP' => '/tmp',
'TMP' => '/tmp',
'TMPDIR' => '/tmp',
'PWD' => '/',
'DOCUMENT_ROOT' => '/home1/irizar54/public_html/sgq.irizarbr.com.br',
'HTTP_ACCEPT' => '*/*',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'CONTENT_LENGTH' => '0',
'HTTP_HOST' => 'www.sgq.irizarbr.com.br',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'REDIRECT_REDIRECT_QS_ConnectionId' => '178505725833231042975750',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'REDIRECT_REDIRECT_HTTP2' => 'on',
'REDIRECT_REDIRECT_H2PUSH' => 'off',
'REDIRECT_REDIRECT_H2_PUSH' => 'off',
'REDIRECT_REDIRECT_H2_PUSHED' => '',
'REDIRECT_REDIRECT_H2_PUSHED_ON' => '',
'REDIRECT_REDIRECT_H2_STREAM_ID' => '3',
'REDIRECT_REDIRECT_H2_STREAM_TAG' => '975750-232-3',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'REDIRECT_QS_ConnectionId' => '178505725833231042975750',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'REDIRECT_HTTP2' => 'on',
'REDIRECT_H2PUSH' => 'off',
'REDIRECT_H2_PUSH' => 'off',
'REDIRECT_H2_PUSHED' => '',
'REDIRECT_H2_PUSHED_ON' => '',
'REDIRECT_H2_STREAM_ID' => '3',
'REDIRECT_H2_STREAM_TAG' => '975750-232-3',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'QS_ConnectionId' => '178505725833231042975750',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'HTTP2' => 'on',
'H2PUSH' => 'off',
'H2_PUSH' => 'off',
'H2_PUSHED' => '',
'H2_PUSHED_ON' => '',
'H2_STREAM_ID' => '3',
'H2_STREAM_TAG' => '975750-232-3',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'www.sgq.irizarbr.com.br',
'SERVER_ADDR' => '10.53.250.159',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '216.73.216.207',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home1/irizar54/public_html/sgq.irizarbr.com.br',
'SERVER_ADMIN' => 'webmaster@sgq.irizarbr.com.br',
'SCRIPT_FILENAME' => '/home1/irizar54/public_html/sgq.irizarbr.com.br/webroot/index.php',
'REMOTE_PORT' => '20107',
'REDIRECT_URL' => '/webroot/',
'SERVER_PROTOCOL' => 'HTTP/2.0',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1785057258.3362,
'REQUEST_TIME' => (int) 1785057258,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.sgq.irizarbr.com.br'
[private] port => null
[private] path => '/'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Network\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => '1440'
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => [],
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 4
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}
/home1/irizar54/public_html/sgq.irizarbr.com.br/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php
toggle arguments
*/
public function __invoke ( $request , $response , $next )
{
try {
return $next ( $request , $response );
} catch (\ Exception $e ) {
return $this -> handleException ( $e , $request , $response );
}
}
object(Cake\Http\ServerRequest) {
params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
data => []
query => []
cookies => []
url => ''
base => ''
webroot => '/'
here => '/'
trustProxy => false
[protected] _environment => [
'LSPHP_ENABLE_USER_INI' => 'on',
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'TEMP' => '/tmp',
'TMP' => '/tmp',
'TMPDIR' => '/tmp',
'PWD' => '/',
'DOCUMENT_ROOT' => '/home1/irizar54/public_html/sgq.irizarbr.com.br',
'HTTP_ACCEPT' => '*/*',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'CONTENT_LENGTH' => '0',
'HTTP_HOST' => 'www.sgq.irizarbr.com.br',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'REDIRECT_REDIRECT_QS_ConnectionId' => '178505725833231042975750',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'REDIRECT_REDIRECT_HTTP2' => 'on',
'REDIRECT_REDIRECT_H2PUSH' => 'off',
'REDIRECT_REDIRECT_H2_PUSH' => 'off',
'REDIRECT_REDIRECT_H2_PUSHED' => '',
'REDIRECT_REDIRECT_H2_PUSHED_ON' => '',
'REDIRECT_REDIRECT_H2_STREAM_ID' => '3',
'REDIRECT_REDIRECT_H2_STREAM_TAG' => '975750-232-3',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'REDIRECT_QS_ConnectionId' => '178505725833231042975750',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'REDIRECT_HTTP2' => 'on',
'REDIRECT_H2PUSH' => 'off',
'REDIRECT_H2_PUSH' => 'off',
'REDIRECT_H2_PUSHED' => '',
'REDIRECT_H2_PUSHED_ON' => '',
'REDIRECT_H2_STREAM_ID' => '3',
'REDIRECT_H2_STREAM_TAG' => '975750-232-3',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'QS_ConnectionId' => '178505725833231042975750',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'HTTP2' => 'on',
'H2PUSH' => 'off',
'H2_PUSH' => 'off',
'H2_PUSHED' => '',
'H2_PUSHED_ON' => '',
'H2_STREAM_ID' => '3',
'H2_STREAM_TAG' => '975750-232-3',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'www.sgq.irizarbr.com.br',
'SERVER_ADDR' => '10.53.250.159',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '216.73.216.207',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home1/irizar54/public_html/sgq.irizarbr.com.br',
'SERVER_ADMIN' => 'webmaster@sgq.irizarbr.com.br',
'SCRIPT_FILENAME' => '/home1/irizar54/public_html/sgq.irizarbr.com.br/webroot/index.php',
'REMOTE_PORT' => '20107',
'REDIRECT_URL' => '/webroot/',
'SERVER_PROTOCOL' => 'HTTP/2.0',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1785057258.3362,
'REQUEST_TIME' => (int) 1785057258,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.sgq.irizarbr.com.br'
[private] port => null
[private] path => '/'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Network\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => '1440'
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => [],
'cacheDirectives' => [],
'body' => ''
}
/home1/irizar54/public_html/sgq.irizarbr.com.br/vendor/cakephp/cakephp/src/Http/Runner.php
toggle arguments
$next = $this -> middleware -> get ( $this -> index );
if ( $next ) {
$this -> index ++;
return $next ( $request , $response , $this );
}
// End of the queue
return $response ;
object(Cake\Http\ServerRequest) {
params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
data => []
query => []
cookies => []
url => ''
base => ''
webroot => '/'
here => '/'
trustProxy => false
[protected] _environment => [
'LSPHP_ENABLE_USER_INI' => 'on',
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'TEMP' => '/tmp',
'TMP' => '/tmp',
'TMPDIR' => '/tmp',
'PWD' => '/',
'DOCUMENT_ROOT' => '/home1/irizar54/public_html/sgq.irizarbr.com.br',
'HTTP_ACCEPT' => '*/*',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'CONTENT_LENGTH' => '0',
'HTTP_HOST' => 'www.sgq.irizarbr.com.br',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'REDIRECT_REDIRECT_QS_ConnectionId' => '178505725833231042975750',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'REDIRECT_REDIRECT_HTTP2' => 'on',
'REDIRECT_REDIRECT_H2PUSH' => 'off',
'REDIRECT_REDIRECT_H2_PUSH' => 'off',
'REDIRECT_REDIRECT_H2_PUSHED' => '',
'REDIRECT_REDIRECT_H2_PUSHED_ON' => '',
'REDIRECT_REDIRECT_H2_STREAM_ID' => '3',
'REDIRECT_REDIRECT_H2_STREAM_TAG' => '975750-232-3',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'REDIRECT_QS_ConnectionId' => '178505725833231042975750',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'REDIRECT_HTTP2' => 'on',
'REDIRECT_H2PUSH' => 'off',
'REDIRECT_H2_PUSH' => 'off',
'REDIRECT_H2_PUSHED' => '',
'REDIRECT_H2_PUSHED_ON' => '',
'REDIRECT_H2_STREAM_ID' => '3',
'REDIRECT_H2_STREAM_TAG' => '975750-232-3',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'QS_ConnectionId' => '178505725833231042975750',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'HTTP2' => 'on',
'H2PUSH' => 'off',
'H2_PUSH' => 'off',
'H2_PUSHED' => '',
'H2_PUSHED_ON' => '',
'H2_STREAM_ID' => '3',
'H2_STREAM_TAG' => '975750-232-3',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'www.sgq.irizarbr.com.br',
'SERVER_ADDR' => '10.53.250.159',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '216.73.216.207',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home1/irizar54/public_html/sgq.irizarbr.com.br',
'SERVER_ADMIN' => 'webmaster@sgq.irizarbr.com.br',
'SCRIPT_FILENAME' => '/home1/irizar54/public_html/sgq.irizarbr.com.br/webroot/index.php',
'REMOTE_PORT' => '20107',
'REDIRECT_URL' => '/webroot/',
'SERVER_PROTOCOL' => 'HTTP/2.0',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1785057258.3362,
'REQUEST_TIME' => (int) 1785057258,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.sgq.irizarbr.com.br'
[private] port => null
[private] path => '/'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Network\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => '1440'
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => [],
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 4
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}
/home1/irizar54/public_html/sgq.irizarbr.com.br/vendor/cakephp/cakephp/src/Http/Runner.php
toggle arguments
{
$this -> middleware = $middleware ;
$this -> index = 0 ;
return $this -> __invoke ( $request , $response );
}
/**
* @ param \ Psr \ Http \ Message \ ServerRequestInterface $request The server request
object(Cake\Http\ServerRequest) {
params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
data => []
query => []
cookies => []
url => ''
base => ''
webroot => '/'
here => '/'
trustProxy => false
[protected] _environment => [
'LSPHP_ENABLE_USER_INI' => 'on',
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'TEMP' => '/tmp',
'TMP' => '/tmp',
'TMPDIR' => '/tmp',
'PWD' => '/',
'DOCUMENT_ROOT' => '/home1/irizar54/public_html/sgq.irizarbr.com.br',
'HTTP_ACCEPT' => '*/*',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'CONTENT_LENGTH' => '0',
'HTTP_HOST' => 'www.sgq.irizarbr.com.br',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'REDIRECT_REDIRECT_QS_ConnectionId' => '178505725833231042975750',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'REDIRECT_REDIRECT_HTTP2' => 'on',
'REDIRECT_REDIRECT_H2PUSH' => 'off',
'REDIRECT_REDIRECT_H2_PUSH' => 'off',
'REDIRECT_REDIRECT_H2_PUSHED' => '',
'REDIRECT_REDIRECT_H2_PUSHED_ON' => '',
'REDIRECT_REDIRECT_H2_STREAM_ID' => '3',
'REDIRECT_REDIRECT_H2_STREAM_TAG' => '975750-232-3',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'REDIRECT_QS_ConnectionId' => '178505725833231042975750',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'REDIRECT_HTTP2' => 'on',
'REDIRECT_H2PUSH' => 'off',
'REDIRECT_H2_PUSH' => 'off',
'REDIRECT_H2_PUSHED' => '',
'REDIRECT_H2_PUSHED_ON' => '',
'REDIRECT_H2_STREAM_ID' => '3',
'REDIRECT_H2_STREAM_TAG' => '975750-232-3',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'QS_ConnectionId' => '178505725833231042975750',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'HTTP2' => 'on',
'H2PUSH' => 'off',
'H2_PUSH' => 'off',
'H2_PUSHED' => '',
'H2_PUSHED_ON' => '',
'H2_STREAM_ID' => '3',
'H2_STREAM_TAG' => '975750-232-3',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'www.sgq.irizarbr.com.br',
'SERVER_ADDR' => '10.53.250.159',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '216.73.216.207',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home1/irizar54/public_html/sgq.irizarbr.com.br',
'SERVER_ADMIN' => 'webmaster@sgq.irizarbr.com.br',
'SCRIPT_FILENAME' => '/home1/irizar54/public_html/sgq.irizarbr.com.br/webroot/index.php',
'REMOTE_PORT' => '20107',
'REDIRECT_URL' => '/webroot/',
'SERVER_PROTOCOL' => 'HTTP/2.0',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1785057258.3362,
'REQUEST_TIME' => (int) 1785057258,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.sgq.irizarbr.com.br'
[private] port => null
[private] path => '/'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Network\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => '1440'
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => [],
'cacheDirectives' => [],
'body' => ''
}
/home1/irizar54/public_html/sgq.irizarbr.com.br/vendor/cakephp/cakephp/src/Http/Server.php
toggle arguments
throw new RuntimeException ( 'The application `middleware` method did not return a middleware queue.' );
}
$this -> dispatchEvent ( 'Server.buildMiddleware' , [ 'middleware' => $middleware ]);
$middleware -> add ( $this -> app );
$response = $this -> runner -> run ( $middleware , $request , $response );
if (!( $response instanceof ResponseInterface )) {
throw new RuntimeException ( sprintf (
'Application did not create a response. Got "%s" instead.' ,
object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
(int) 0 => 'Cake\Error\Middleware\ErrorHandlerMiddleware',
(int) 1 => 'Cake\Routing\Middleware\AssetMiddleware',
(int) 2 => 'Cake\Routing\Middleware\RoutingMiddleware',
(int) 3 => object(App\Application) {}
]
[protected] callables => [
(int) 0 => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
(int) 1 => object(Cake\Routing\Middleware\AssetMiddleware) {},
(int) 2 => object(Cake\Routing\Middleware\RoutingMiddleware) {},
(int) 3 => object(App\Application) {}
]
}
object(Cake\Http\ServerRequest) {
params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
data => []
query => []
cookies => []
url => ''
base => ''
webroot => '/'
here => '/'
trustProxy => false
[protected] _environment => [
'LSPHP_ENABLE_USER_INI' => 'on',
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'TEMP' => '/tmp',
'TMP' => '/tmp',
'TMPDIR' => '/tmp',
'PWD' => '/',
'DOCUMENT_ROOT' => '/home1/irizar54/public_html/sgq.irizarbr.com.br',
'HTTP_ACCEPT' => '*/*',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'CONTENT_LENGTH' => '0',
'HTTP_HOST' => 'www.sgq.irizarbr.com.br',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'REDIRECT_REDIRECT_QS_ConnectionId' => '178505725833231042975750',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'REDIRECT_REDIRECT_HTTP2' => 'on',
'REDIRECT_REDIRECT_H2PUSH' => 'off',
'REDIRECT_REDIRECT_H2_PUSH' => 'off',
'REDIRECT_REDIRECT_H2_PUSHED' => '',
'REDIRECT_REDIRECT_H2_PUSHED_ON' => '',
'REDIRECT_REDIRECT_H2_STREAM_ID' => '3',
'REDIRECT_REDIRECT_H2_STREAM_TAG' => '975750-232-3',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'REDIRECT_QS_ConnectionId' => '178505725833231042975750',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'REDIRECT_HTTP2' => 'on',
'REDIRECT_H2PUSH' => 'off',
'REDIRECT_H2_PUSH' => 'off',
'REDIRECT_H2_PUSHED' => '',
'REDIRECT_H2_PUSHED_ON' => '',
'REDIRECT_H2_STREAM_ID' => '3',
'REDIRECT_H2_STREAM_TAG' => '975750-232-3',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'amXP6uofzweFUVdfEf6iKgAAKS4',
'QS_ConnectionId' => '178505725833231042975750',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'www.sgq.irizarbr.com.br',
'HTTP2' => 'on',
'H2PUSH' => 'off',
'H2_PUSH' => 'off',
'H2_PUSHED' => '',
'H2_PUSHED_ON' => '',
'H2_STREAM_ID' => '3',
'H2_STREAM_TAG' => '975750-232-3',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'www.sgq.irizarbr.com.br',
'SERVER_ADDR' => '10.53.250.159',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '216.73.216.207',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home1/irizar54/public_html/sgq.irizarbr.com.br',
'SERVER_ADMIN' => 'webmaster@sgq.irizarbr.com.br',
'SCRIPT_FILENAME' => '/home1/irizar54/public_html/sgq.irizarbr.com.br/webroot/index.php',
'REMOTE_PORT' => '20107',
'REDIRECT_URL' => '/webroot/',
'SERVER_PROTOCOL' => 'HTTP/2.0',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1785057258.3362,
'REQUEST_TIME' => (int) 1785057258,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.sgq.irizarbr.com.br'
[private] port => null
[private] path => '/'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Network\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => '1440'
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => [],
'cacheDirectives' => [],
'body' => ''
}
/home1/irizar54/public_html/sgq.irizarbr.com.br/webroot/index.php
toggle arguments
$server = new Server (new Application ( dirname ( __DIR__ ) . '/config' ));
// Run the request/response through the application
// and emit the response.
$server -> emit ( $server -> run ());
If you are using SQL keywords as table column names, you can enable identifier
quoting for your database connection in config/app.php.
If you want to customize this error message, create
src/Template/Error/pdo_error.ctp
toggle vendor stack frames
〉 PDO->__construct
CORE/src/Database/Driver/PDODriverTrait.php, line 47
〉 Cake\Database\Driver\Mysql->_connect
CORE/src/Database/Driver/Mysql.php, line 104
〉 Cake\Database\Driver\Mysql->connect
CORE/src/Database/Schema/BaseSchema.php, line 45
〉 Cake\Database\Schema\BaseSchema->__construct
CORE/src/Database/Dialect/MysqlDialectTrait.php, line 63
〉 Cake\Database\Driver\Mysql->schemaDialect
CORE/src/Database/Schema/Collection.php, line 52
〉 Cake\Database\Schema\Collection->__construct
CORE/src/Database/Schema/CachedCollection.php, line 42
〉 Cake\Database\Schema\CachedCollection->__construct
CORE/src/Database/Connection.php, line 367
〉 Cake\Database\Connection->getSchemaCollection
CORE/src/ORM/Table.php, line 530
〉 Cake\ORM\Table->getSchema
CORE/src/ORM/Query.php, line 210
〉 Cake\ORM\Query->addDefaultTypes
CORE/src/ORM/Query.php, line 167
〉 Cake\ORM\Query->__construct
CORE/src/ORM/Table.php, line 1569
〉 Cake\ORM\Table->query
CORE/src/ORM/Table.php, line 1171
〉 Cake\ORM\Table->find
CORE/src/ORM/Table.php, line 1418
〉 Cake\ORM\Table->get
APP/Controller/AppController.php, line 108
〉 App\Controller\AppController->initialize
CORE/src/Controller/Controller.php, line 262
〉 Cake\Controller\Controller->__construct
[internal function]
〉 ReflectionClass->newInstance
CORE/src/Http/ControllerFactory.php, line 77
〉 Cake\Http\ControllerFactory->create
CORE/src/Routing/Filter/ControllerFactoryFilter.php, line 63
〉 Cake\Routing\Filter\ControllerFactoryFilter->_getController
CORE/src/Routing/Filter/ControllerFactoryFilter.php, line 49
〉 Cake\Routing\Filter\ControllerFactoryFilter->beforeDispatch
CORE/src/Routing/DispatcherFilter.php, line 144
〉 Cake\Routing\DispatcherFilter->handle
CORE/src/Event/EventManager.php, line 414
〉 Cake\Event\EventManager->_callListener
CORE/src/Event/EventManager.php, line 391
〉 Cake\Event\EventManager->dispatch
CORE/src/Event/EventDispatcherTrait.php, line 78
〉 Cake\Http\ActionDispatcher->dispatchEvent
CORE/src/Http/ActionDispatcher.php, line 78
〉 Cake\Http\ActionDispatcher->dispatch
CORE/src/Http/BaseApplication.php, line 78
〉 Cake\Http\BaseApplication->__invoke
CORE/src/Http/Runner.php, line 65
〉 Cake\Http\Runner->__invoke
CORE/src/Routing/Middleware/RoutingMiddleware.php, line 59
〉 Cake\Routing\Middleware\RoutingMiddleware->__invoke
CORE/src/Http/Runner.php, line 65
〉 Cake\Http\Runner->__invoke
CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
〉 Cake\Routing\Middleware\AssetMiddleware->__invoke
CORE/src/Http/Runner.php, line 65
〉 Cake\Http\Runner->__invoke
CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 92
〉 Cake\Error\Middleware\ErrorHandlerMiddleware->__invoke
CORE/src/Http/Runner.php, line 65
〉 Cake\Http\Runner->__invoke
CORE/src/Http/Runner.php, line 51
〉 Cake\Http\Runner->run
CORE/src/Http/Server.php, line 80
〉 Cake\Http\Server->run
ROOT/webroot/index.php, line 42