Warning (2): preg_match(): Compilation failed: invalid range in character class at offset 4 [CORE/src/Database/SqlDialectTrait.php, line 71]Code Context}
if (preg_match('/^[\w-_\s]*[\w-_]+/', $identifier)) {
$identifier = '`schools__School_ID`' $matches = []preg_match - [internal], line ?? Cake\Database\Driver\Mysql::quoteIdentifier() - CORE/src/Database/SqlDialectTrait.php, line 71 Cake\Database\QueryCompiler::_buildSelectPart() - CORE/src/Database/QueryCompiler.php, line 169 Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 140 Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311 Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99 Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359 Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299 Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282 Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990 Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136 Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258 Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311 Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213 Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 1011 Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276 Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 959
Warning (2): preg_match() [<a href='http://php.net/function.preg-match'>function.preg-match</a>]: Compilation failed: invalid range in character class at offset 4 [CORE/src/Database/SqlDialectTrait.php, line 71]Code Context}
if (preg_match('/^[\w-_\s]*[\w-_]+/', $identifier)) {
$identifier = '`schools__School`' $matches = []preg_match - [internal], line ?? Cake\Database\Driver\Mysql::quoteIdentifier() - CORE/src/Database/SqlDialectTrait.php, line 71 Cake\Database\QueryCompiler::_buildSelectPart() - CORE/src/Database/QueryCompiler.php, line 169 Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 140 Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311 Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99 Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359 Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299 Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282 Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990 Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136 Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258 Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311 Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213 Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 1011 Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276 Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 959
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context{
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null $name = 'where' $sql = 'SELECT `schools`.`School_ID` AS `schools__School_ID`, `schools`.`School` AS `schools__School` FROM `schools` `schools`' $query = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SQL could not be generated for this query as it is incomplete.', 'params' => [], 'defaultTypes' => [ 'schools__School_ID' => 'integer', 'schools.School_ID' => 'integer', 'School_ID' => 'integer', 'schools__School' => 'string', 'schools.School' => 'string', 'School' => 'string' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 1, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [ 'keyField' => 'id', 'valueField' => 'School' ], 'repository' => object(App\Model\Table\SchoolsTable) {} } $generator = object(Cake\Database\ValueBinder) { [protected] _bindings => [] [protected] _bindingsCount => (int) 0 }count - [internal], line ?? Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128 Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311 Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99 Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359 Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299 Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282 Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990 Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136 Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258 Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311 Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213 Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 1011 Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276 Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 959 Cake\ORM\Query::toArray() - CORE/src/Datasource/QueryTrait.php, line 293 App\Controller\LoginsController::index() - APP/Controller/LoginsController.php, line 23
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 => [ 'controller' => 'Logins', 'pass' => [[maximum depth reached]], 'action' => 'index', 'plugin' => null, '_matchedRoute' => '/:controller', 'isAjax' => false ] data => [] query => [] cookies => [] url => 'logins' base => '/Chat' webroot => '/Chat/' here => '/Chat/logins' trustProxy => false [protected] _environment => [ 'CONTEXT_DOCUMENT_ROOT' => '/home/compslab/public_html', 'CONTEXT_PREFIX' => '', 'DOCUMENT_ROOT' => '/home/compslab/public_html', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'HTTP_ACCEPT' => '*/*', 'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate', 'HTTP_HOST' => 'compslab.org', 'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'PATH' => '/bin:/usr/bin', 'PHP_INI_SCAN_DIR' => '/opt/cpanel/ea-php73/root/etc:/opt/cpanel/ea-php73/root/etc/php.d:.', 'QUERY_STRING' => '', 'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://compslab.org/Chat/logins', 'REDIRECT_REDIRECT_SCRIPT_URL' => '/Chat/logins', 'REDIRECT_REDIRECT_STATUS' => '200', 'REDIRECT_REDIRECT_UNIQUE_ID' => 'Zz9FnhnHqjHH6tRRRPZ7CQAAAVg', 'REDIRECT_SCRIPT_URI' => 'http://compslab.org/Chat/logins', 'REDIRECT_SCRIPT_URL' => '/Chat/logins', 'REDIRECT_STATUS' => '200', 'REDIRECT_UNIQUE_ID' => 'Zz9FnhnHqjHH6tRRRPZ7CQAAAVg', 'REDIRECT_URL' => '/Chat/webroot/logins', 'REMOTE_ADDR' => '52.14.100.101', 'REMOTE_PORT' => '21991', 'REQUEST_METHOD' => 'GET', 'REQUEST_SCHEME' => 'http', 'REQUEST_URI' => '/Chat/logins', 'SCRIPT_FILENAME' => '/home/compslab/public_html/Chat/webroot/index.php', 'SCRIPT_NAME' => '/Chat/webroot/index.php', 'SCRIPT_URI' => 'http://compslab.org/Chat/logins', 'SCRIPT_URL' => '/Chat/logins', 'SERVER_ADDR' => '206.196.111.232', 'SERVER_ADMIN' => 'webmaster@compslab.mgweb.org', 'SERVER_NAME' => 'compslab.org', 'SERVER_PORT' => '80', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'SERVER_SIGNATURE' => '', 'SERVER_SOFTWARE' => 'Apache/2.4.62 (cPanel) OpenSSL/1.1.1w mod_bwlimited/1.4 mod_wsgi/4.5.15 Python/3.4', 'TZ' => 'CST6CDT', 'UNIQUE_ID' => 'Zz9FnhnHqjHH6tRRRPZ7CQAAAVg', 'PHP_SELF' => '/Chat/webroot/index.php', 'REQUEST_TIME_FLOAT' => (float) 1732199838.3908, 'REQUEST_TIME' => (int) 1732199838, 'argv' => [[maximum depth reached]], 'argc' => (int) 0, 'ORIGINAL_REQUEST_METHOD' => 'GET', 'HTTPS' => false, 'HTTP_REFERER' => null, '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 = nullcompact - [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 321 Cake\Error\ExceptionRenderer::render() - CORE/src/Error/ExceptionRenderer.php, line 196 Cake\Error\ErrorHandler::_displayException() - CORE/src/Error/ErrorHandler.php, line 137 Cake\Error\BaseErrorHandler::handleException() - CORE/src/Error/BaseErrorHandler.php, line 187 Cake\Error\BaseErrorHandler::wrapAndHandleException() - CORE/src/Error/BaseErrorHandler.php, line 171 [main] - [internal], line ??
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 => [ 'controller' => 'Logins', 'pass' => [[maximum depth reached]], 'action' => 'index', 'plugin' => null, '_matchedRoute' => '/:controller', 'isAjax' => false ] data => [] query => [] cookies => [] url => 'logins' base => '/Chat' webroot => '/Chat/' here => '/Chat/logins' trustProxy => false [protected] _environment => [ 'CONTEXT_DOCUMENT_ROOT' => '/home/compslab/public_html', 'CONTEXT_PREFIX' => '', 'DOCUMENT_ROOT' => '/home/compslab/public_html', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'HTTP_ACCEPT' => '*/*', 'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate', 'HTTP_HOST' => 'compslab.org', 'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'PATH' => '/bin:/usr/bin', 'PHP_INI_SCAN_DIR' => '/opt/cpanel/ea-php73/root/etc:/opt/cpanel/ea-php73/root/etc/php.d:.', 'QUERY_STRING' => '', 'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://compslab.org/Chat/logins', 'REDIRECT_REDIRECT_SCRIPT_URL' => '/Chat/logins', 'REDIRECT_REDIRECT_STATUS' => '200', 'REDIRECT_REDIRECT_UNIQUE_ID' => 'Zz9FnhnHqjHH6tRRRPZ7CQAAAVg', 'REDIRECT_SCRIPT_URI' => 'http://compslab.org/Chat/logins', 'REDIRECT_SCRIPT_URL' => '/Chat/logins', 'REDIRECT_STATUS' => '200', 'REDIRECT_UNIQUE_ID' => 'Zz9FnhnHqjHH6tRRRPZ7CQAAAVg', 'REDIRECT_URL' => '/Chat/webroot/logins', 'REMOTE_ADDR' => '52.14.100.101', 'REMOTE_PORT' => '21991', 'REQUEST_METHOD' => 'GET', 'REQUEST_SCHEME' => 'http', 'REQUEST_URI' => '/Chat/logins', 'SCRIPT_FILENAME' => '/home/compslab/public_html/Chat/webroot/index.php', 'SCRIPT_NAME' => '/Chat/webroot/index.php', 'SCRIPT_URI' => 'http://compslab.org/Chat/logins', 'SCRIPT_URL' => '/Chat/logins', 'SERVER_ADDR' => '206.196.111.232', 'SERVER_ADMIN' => 'webmaster@compslab.mgweb.org', 'SERVER_NAME' => 'compslab.org', 'SERVER_PORT' => '80', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'SERVER_SIGNATURE' => '', 'SERVER_SOFTWARE' => 'Apache/2.4.62 (cPanel) OpenSSL/1.1.1w mod_bwlimited/1.4 mod_wsgi/4.5.15 Python/3.4', 'TZ' => 'CST6CDT', 'UNIQUE_ID' => 'Zz9FnhnHqjHH6tRRRPZ7CQAAAVg', 'PHP_SELF' => '/Chat/webroot/index.php', 'REQUEST_TIME_FLOAT' => (float) 1732199838.3908, 'REQUEST_TIME' => (int) 1732199838, 'argv' => [[maximum depth reached]], 'argc' => (int) 0, 'ORIGINAL_REQUEST_METHOD' => 'GET', 'HTTPS' => false, 'HTTP_REFERER' => null, '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 = nullcompact - [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 321 Cake\Error\ExceptionRenderer::render() - CORE/src/Error/ExceptionRenderer.php, line 196 Cake\Error\ErrorHandler::_displayException() - CORE/src/Error/ErrorHandler.php, line 137 Cake\Error\BaseErrorHandler::handleException() - CORE/src/Error/BaseErrorHandler.php, line 187 Cake\Error\BaseErrorHandler::wrapAndHandleException() - CORE/src/Error/BaseErrorHandler.php, line 171 [main] - [internal], line ??
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 => [ 'controller' => 'Logins', 'pass' => [[maximum depth reached]], 'action' => 'index', 'plugin' => null, '_matchedRoute' => '/:controller', 'isAjax' => false ] data => [] query => [] cookies => [] url => 'logins' base => '/Chat' webroot => '/Chat/' here => '/Chat/logins' trustProxy => false [protected] _environment => [ 'CONTEXT_DOCUMENT_ROOT' => '/home/compslab/public_html', 'CONTEXT_PREFIX' => '', 'DOCUMENT_ROOT' => '/home/compslab/public_html', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'HTTP_ACCEPT' => '*/*', 'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate', 'HTTP_HOST' => 'compslab.org', 'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'PATH' => '/bin:/usr/bin', 'PHP_INI_SCAN_DIR' => '/opt/cpanel/ea-php73/root/etc:/opt/cpanel/ea-php73/root/etc/php.d:.', 'QUERY_STRING' => '', 'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://compslab.org/Chat/logins', 'REDIRECT_REDIRECT_SCRIPT_URL' => '/Chat/logins', 'REDIRECT_REDIRECT_STATUS' => '200', 'REDIRECT_REDIRECT_UNIQUE_ID' => 'Zz9FnhnHqjHH6tRRRPZ7CQAAAVg', 'REDIRECT_SCRIPT_URI' => 'http://compslab.org/Chat/logins', 'REDIRECT_SCRIPT_URL' => '/Chat/logins', 'REDIRECT_STATUS' => '200', 'REDIRECT_UNIQUE_ID' => 'Zz9FnhnHqjHH6tRRRPZ7CQAAAVg', 'REDIRECT_URL' => '/Chat/webroot/logins', 'REMOTE_ADDR' => '52.14.100.101', 'REMOTE_PORT' => '21991', 'REQUEST_METHOD' => 'GET', 'REQUEST_SCHEME' => 'http', 'REQUEST_URI' => '/Chat/logins', 'SCRIPT_FILENAME' => '/home/compslab/public_html/Chat/webroot/index.php', 'SCRIPT_NAME' => '/Chat/webroot/index.php', 'SCRIPT_URI' => 'http://compslab.org/Chat/logins', 'SCRIPT_URL' => '/Chat/logins', 'SERVER_ADDR' => '206.196.111.232', 'SERVER_ADMIN' => 'webmaster@compslab.mgweb.org', 'SERVER_NAME' => 'compslab.org', 'SERVER_PORT' => '80', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'SERVER_SIGNATURE' => '', 'SERVER_SOFTWARE' => 'Apache/2.4.62 (cPanel) OpenSSL/1.1.1w mod_bwlimited/1.4 mod_wsgi/4.5.15 Python/3.4', 'TZ' => 'CST6CDT', 'UNIQUE_ID' => 'Zz9FnhnHqjHH6tRRRPZ7CQAAAVg', 'PHP_SELF' => '/Chat/webroot/index.php', 'REQUEST_TIME_FLOAT' => (float) 1732199838.3908, 'REQUEST_TIME' => (int) 1732199838, 'argv' => [[maximum depth reached]], 'argc' => (int) 0, 'ORIGINAL_REQUEST_METHOD' => 'GET', 'HTTPS' => false, 'HTTP_REFERER' => null, '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 = nullcompact - [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 321 Cake\Error\ExceptionRenderer::_outputMessage() - CORE/src/Error/ExceptionRenderer.php, line 330 Cake\Error\ExceptionRenderer::render() - CORE/src/Error/ExceptionRenderer.php, line 196 Cake\Error\ErrorHandler::_displayException() - CORE/src/Error/ErrorHandler.php, line 137 Cake\Error\BaseErrorHandler::handleException() - CORE/src/Error/BaseErrorHandler.php, line 187 Cake\Error\BaseErrorHandler::wrapAndHandleException() - CORE/src/Error/BaseErrorHandler.php, line 171 [main] - [internal], line ??
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 => [ 'controller' => 'Logins', 'pass' => [[maximum depth reached]], 'action' => 'index', 'plugin' => null, '_matchedRoute' => '/:controller', 'isAjax' => false ] data => [] query => [] cookies => [] url => 'logins' base => '/Chat' webroot => '/Chat/' here => '/Chat/logins' trustProxy => false [protected] _environment => [ 'CONTEXT_DOCUMENT_ROOT' => '/home/compslab/public_html', 'CONTEXT_PREFIX' => '', 'DOCUMENT_ROOT' => '/home/compslab/public_html', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'HTTP_ACCEPT' => '*/*', 'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate', 'HTTP_HOST' => 'compslab.org', 'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'PATH' => '/bin:/usr/bin', 'PHP_INI_SCAN_DIR' => '/opt/cpanel/ea-php73/root/etc:/opt/cpanel/ea-php73/root/etc/php.d:.', 'QUERY_STRING' => '', 'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://compslab.org/Chat/logins', 'REDIRECT_REDIRECT_SCRIPT_URL' => '/Chat/logins', 'REDIRECT_REDIRECT_STATUS' => '200', 'REDIRECT_REDIRECT_UNIQUE_ID' => 'Zz9FnhnHqjHH6tRRRPZ7CQAAAVg', 'REDIRECT_SCRIPT_URI' => 'http://compslab.org/Chat/logins', 'REDIRECT_SCRIPT_URL' => '/Chat/logins', 'REDIRECT_STATUS' => '200', 'REDIRECT_UNIQUE_ID' => 'Zz9FnhnHqjHH6tRRRPZ7CQAAAVg', 'REDIRECT_URL' => '/Chat/webroot/logins', 'REMOTE_ADDR' => '52.14.100.101', 'REMOTE_PORT' => '21991', 'REQUEST_METHOD' => 'GET', 'REQUEST_SCHEME' => 'http', 'REQUEST_URI' => '/Chat/logins', 'SCRIPT_FILENAME' => '/home/compslab/public_html/Chat/webroot/index.php', 'SCRIPT_NAME' => '/Chat/webroot/index.php', 'SCRIPT_URI' => 'http://compslab.org/Chat/logins', 'SCRIPT_URL' => '/Chat/logins', 'SERVER_ADDR' => '206.196.111.232', 'SERVER_ADMIN' => 'webmaster@compslab.mgweb.org', 'SERVER_NAME' => 'compslab.org', 'SERVER_PORT' => '80', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'SERVER_SIGNATURE' => '', 'SERVER_SOFTWARE' => 'Apache/2.4.62 (cPanel) OpenSSL/1.1.1w mod_bwlimited/1.4 mod_wsgi/4.5.15 Python/3.4', 'TZ' => 'CST6CDT', 'UNIQUE_ID' => 'Zz9FnhnHqjHH6tRRRPZ7CQAAAVg', 'PHP_SELF' => '/Chat/webroot/index.php', 'REQUEST_TIME_FLOAT' => (float) 1732199838.3908, 'REQUEST_TIME' => (int) 1732199838, 'argv' => [[maximum depth reached]], 'argc' => (int) 0, 'ORIGINAL_REQUEST_METHOD' => 'GET', 'HTTPS' => false, 'HTTP_REFERER' => null, '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 = nullcompact - [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 321 Cake\Error\ExceptionRenderer::_outputMessage() - CORE/src/Error/ExceptionRenderer.php, line 330 Cake\Error\ExceptionRenderer::render() - CORE/src/Error/ExceptionRenderer.php, line 196 Cake\Error\ErrorHandler::_displayException() - CORE/src/Error/ErrorHandler.php, line 137 Cake\Error\BaseErrorHandler::handleException() - CORE/src/Error/BaseErrorHandler.php, line 187 Cake\Error\BaseErrorHandler::wrapAndHandleException() - CORE/src/Error/BaseErrorHandler.php, line 171 [main] - [internal], line ??
Error:
Uncaught Error: Call to a member function resetCount() on bool in /home/compslab/public_html/Chat/vendor/cakephp/cakephp/src/Database/Query.php:279
Stack trace:
#0 /home/compslab/public_html/Chat/vendor/cakephp/cakephp/src/ORM/Query.php(990): Cake\Database\Query->sql(false)
#1 /home/compslab/public_html/Chat/vendor/cakephp/cakephp/src/Database/Query.php(2067): Cake\ORM\Query->sql()
#2 /home/compslab/public_html/Chat/vendor/cakephp/cakephp/src/ORM/Query.php(1189): Cake\Database\Query->__debugInfo()
#3 /home/compslab/public_html/Chat/vendor/cakephp/cakephp/src/Error/Debugger.php(606): Cake\ORM\Query->__debugInfo()
#4 /home/compslab/public_html/Chat/vendor/cakephp/cakephp/src/Error/Debugger.php(530): Cake\Error\Debugger::_object(Object(Cake\ORM\Query), 3, 1)
#5 /home/compslab/public_html/Chat/vendor/cakephp/cakephp/src/Error/Debugger.php(495): Cake\Error\Debugger::_export(Object(Cake\ORM\Query), 4, 0)
#6 /home/compslab/public_html/Chat/vendor/cakephp/cakephp/src/Template/Element/exception_stack_trace.ctp(37): Ca
File
/home/compslab/public_html/Chat/vendor/cakephp/cakephp/src/Database/Query.php
Line:
279
$this->handleFatalError( |
|
$error['type'], |
|
$error['message'], |
|
$error['file'], |
|
$error['line'] |
|
); |
|
}); |
|
} |
|
|
(int) 1 'Uncaught Error: Call to a member function resetCount() on bool in /home/compslab/public_html/Chat/vendor/cakephp/cakephp/src/Database/Query.php:279 Stack trace: #0 /home/compslab/public_html/Chat/vendor/cakephp/cakephp/src/ORM/Query.php(990): Cake\Database\Query->sql(false) #1 /home/compslab/public_html/Chat/vendor/cakephp/cakephp/src/Database/Query.php(2067): Cake\ORM\Query->sql() #2 /home/compslab/public_html/Chat/vendor/cakephp/cakephp/src/ORM/Query.php(1189): Cake\Database\Query->__debugInfo() #3 /home/compslab/public_html/Chat/vendor/cakephp/cakephp/src/Error/Debugger.php(606): Cake\ORM\Query->__debugInfo() #4 /home/compslab/public_html/Chat/vendor/cakephp/cakephp/src/Error/Debugger.php(530): Cake\Error\Debugger::_object(Object(Cake\ORM\Query), 3, 1) #5 /home/compslab/public_html/Chat/vendor/cakephp/cakephp/src/Error/Debugger.php(495): Cake\Error\Debugger::_export(Object(Cake\ORM\Query), 4, 0) #6 /home/compslab/public_html/Chat/vendor/cakephp/cakephp/src/Template/Element/exception_stack_trace.ctp(37): Ca' '/home/compslab/public_html/Chat/vendor/cakephp/cakephp/src/Database/Query.php' (int) 279
If you want to customize this error message, create src/Template/Error/fatal_error.ctp