Notice (8) : compact(): Undefined variable: etagMatches [CORE/src/Http/Response.php , line 1866 ]Code Context $timeMatches = strtotime ( $this -> modified ()) === strtotime ( $modifiedSince );
}
$checks = compact ( 'etagMatches' , 'timeMatches' ); $request = object(Cake\Http\ServerRequest) {
params => [
'controller' => 'Users',
'action' => 'resetPassword',
'pass' => [[maximum depth reached]],
'plugin' => null,
'_matchedRoute' => '/:controller/:action/*',
'isAjax' => false
]
data => []
query => []
cookies => []
url => 'users/resetPassword'
base => ''
webroot => '/'
here => '/users/resetPassword'
trustProxy => false
[protected] _environment => [
'USER' => 'portalserramar',
'HOME' => '/home/storage/c/0b/e8/portalserramar',
'ORACLE_HOME' => '/usr/lib/oracle/21/client64/lib',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/users/resetPassword',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/users/resetPassword',
'REMOTE_PORT' => '10762',
'SCRIPT_FILENAME' => '/home/storage/c/0b/e8/portalserramar/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@portalserramar.hospedagemdesites.ws',
'CONTEXT_DOCUMENT_ROOT' => '/home/storage/c/0b/e8/portalserramar/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/storage/c/0b/e8/portalserramar/public_html',
'REMOTE_ADDR' => '216.73.216.97',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '127.0.0.1',
'SERVER_NAME' => 'www.portalserramar.coop.br',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.portalserramar.coop.br',
'HTTP_X_FORWARDED_SERVER' => 'www.portalserramar.coop.br',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_HOST' => 'www.portalserramar.coop.br:443',
'HTTP_X_REAL_IP' => '216.73.216.97',
'HTTP_LW_X_ID' => 'fe0cda0ea86bf9bbd8c286819b83e87a.509078-216.73.216.97:26411@dinesh8159',
'HTTPS' => 'on',
'LOG_SUBDIR' => 'portalserramar',
'UNIQUE_ID' => 'aX2EJfRr9LPOas6xH0pqHgAAAE8',
'REDIRECT_STATUS' => '200',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_LOG_SUBDIR' => 'portalserramar',
'REDIRECT_UNIQUE_ID' => 'aX2EJfRr9LPOas6xH0pqHgAAAE8',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_LOG_SUBDIR' => 'portalserramar',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'aX2EJfRr9LPOas6xH0pqHgAAAE8',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1769833509.1903,
'REQUEST_TIME' => (int) 1769833509,
'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,
'post' => 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 1866
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\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 78
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 59
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 93
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Notice (8) : compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeMatches [CORE/src/Http/Response.php , line 1866 ]Code Context $timeMatches = strtotime ( $this -> modified ()) === strtotime ( $modifiedSince );
}
$checks = compact ( 'etagMatches' , 'timeMatches' ); $request = object(Cake\Http\ServerRequest) {
params => [
'controller' => 'Users',
'action' => 'resetPassword',
'pass' => [[maximum depth reached]],
'plugin' => null,
'_matchedRoute' => '/:controller/:action/*',
'isAjax' => false
]
data => []
query => []
cookies => []
url => 'users/resetPassword'
base => ''
webroot => '/'
here => '/users/resetPassword'
trustProxy => false
[protected] _environment => [
'USER' => 'portalserramar',
'HOME' => '/home/storage/c/0b/e8/portalserramar',
'ORACLE_HOME' => '/usr/lib/oracle/21/client64/lib',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/users/resetPassword',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/users/resetPassword',
'REMOTE_PORT' => '10762',
'SCRIPT_FILENAME' => '/home/storage/c/0b/e8/portalserramar/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@portalserramar.hospedagemdesites.ws',
'CONTEXT_DOCUMENT_ROOT' => '/home/storage/c/0b/e8/portalserramar/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/storage/c/0b/e8/portalserramar/public_html',
'REMOTE_ADDR' => '216.73.216.97',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '127.0.0.1',
'SERVER_NAME' => 'www.portalserramar.coop.br',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_HOST' => 'www.portalserramar.coop.br',
'HTTP_X_FORWARDED_SERVER' => 'www.portalserramar.coop.br',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_HOST' => 'www.portalserramar.coop.br:443',
'HTTP_X_REAL_IP' => '216.73.216.97',
'HTTP_LW_X_ID' => 'fe0cda0ea86bf9bbd8c286819b83e87a.509078-216.73.216.97:26411@dinesh8159',
'HTTPS' => 'on',
'LOG_SUBDIR' => 'portalserramar',
'UNIQUE_ID' => 'aX2EJfRr9LPOas6xH0pqHgAAAE8',
'REDIRECT_STATUS' => '200',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_LOG_SUBDIR' => 'portalserramar',
'REDIRECT_UNIQUE_ID' => 'aX2EJfRr9LPOas6xH0pqHgAAAE8',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_LOG_SUBDIR' => 'portalserramar',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'aX2EJfRr9LPOas6xH0pqHgAAAE8',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1769833509.1903,
'REQUEST_TIME' => (int) 1769833509,
'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,
'post' => 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 1866
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\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 78
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 59
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 93
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Error: Fatal Error
Error:
Uncaught Error: Call to a member function resetCount() on bool in /home/storage/c/0b/e8/portalserramar/public_html/vendor/cakephp/cakephp/src/Database/Query.php:248
Stack trace:
#0 /home/storage/c/0b/e8/portalserramar/public_html/vendor/cakephp/cakephp/src/ORM/Query.php(990): Cake\Database\Query->sql(false)
#1 /home/storage/c/0b/e8/portalserramar/public_html/vendor/cakephp/cakephp/src/Database/Query.php(2036): Cake\ORM\Query->sql()
#2 /home/storage/c/0b/e8/portalserramar/public_html/vendor/cakephp/cakephp/src/ORM/Query.php(1189): Cake\Database\Query->__debugInfo()
#3 /home/storage/c/0b/e8/portalserramar/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php(606): Cake\ORM\Query->__debugInfo()
#4 /home/storage/c/0b/e8/portalserramar/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php(530): Cake\Error\Debugger::_object(Object(Cake\ORM\Query), 3, 1)
#5 /home/storage/c/0b/e8/portalserramar/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php(495): Cake\Error\Debugger::_export(Object(Cake\ORM\Query),
File
/home/storage/c/0b/e8/portalserramar/public_html/vendor/cakephp/cakephp/src/Database/Query.php
Line:
248
/home/storage/c/0b/e8/portalserramar/public_html/vendor/cakephp/cakephp/src/Error/BaseErrorHandler.php
toggle arguments
$this -> handleFatalError (
$error [ 'type' ],
$error [ 'message' ],
$error [ 'file' ],
$error [ 'line' ]
);
});
}
(int) 1
'Uncaught Error: Call to a member function resetCount() on bool in /home/storage/c/0b/e8/portalserramar/public_html/vendor/cakephp/cakephp/src/Database/Query.php:248
Stack trace:
#0 /home/storage/c/0b/e8/portalserramar/public_html/vendor/cakephp/cakephp/src/ORM/Query.php(990): Cake\Database\Query->sql(false)
#1 /home/storage/c/0b/e8/portalserramar/public_html/vendor/cakephp/cakephp/src/Database/Query.php(2036): Cake\ORM\Query->sql()
#2 /home/storage/c/0b/e8/portalserramar/public_html/vendor/cakephp/cakephp/src/ORM/Query.php(1189): Cake\Database\Query->__debugInfo()
#3 /home/storage/c/0b/e8/portalserramar/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php(606): Cake\ORM\Query->__debugInfo()
#4 /home/storage/c/0b/e8/portalserramar/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php(530): Cake\Error\Debugger::_object(Object(Cake\ORM\Query), 3, 1)
#5 /home/storage/c/0b/e8/portalserramar/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php(495): Cake\Error\Debugger::_export(Object(Cake\ORM\Query),'
'/home/storage/c/0b/e8/portalserramar/public_html/vendor/cakephp/cakephp/src/Database/Query.php'
(int) 248
If you want to customize this error message, create
src/Template/Error/fatal_error.ctp