Warning (2): count(): 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 = object(Cake\Database\Expression\ValuesExpression) { [protected] _values => [ (int) 0 => [ [maximum depth reached] ] ] [protected] _columns => [ (int) 0 => 'ip', (int) 1 => 'ua', (int) 2 => 'action', (int) 3 => 'created', (int) 4 => 'modified' ] [protected] _query => null [protected] _castedExpressions => false [protected] _typeMap => object(Cake\Database\TypeMap) {} } $name = 'values' $sql = 'INSERT INTO servers (ip, ua, action, created, modified)' $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' => [ 'Servers__id' => 'integer', 'Servers.id' => 'integer', 'id' => 'integer', 'Servers__ip' => 'string', 'Servers.ip' => 'string', 'ip' => 'string', 'Servers__ua' => 'string', 'Servers.ua' => 'string', 'ua' => 'string', 'Servers__action' => 'string', 'Servers.action' => 'string', 'action' => 'string', 'Servers__created' => 'datetime', 'Servers.created' => 'datetime', 'created' => 'datetime', 'Servers__modified' => 'datetime', 'Servers.modified' => 'datetime', 'modified' => 'datetime' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\ServersTable) {} } $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 280 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 290 Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 251 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 249 Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 302 Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213 Cake\ORM\Table::_insert() - CORE/src/ORM/Table.php, line 1916 Cake\ORM\Table::_processSave() - CORE/src/ORM/Table.php, line 1810 Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1723 Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1446 Cake\Database\Connection::transactional() - CORE/src/Database/Connection.php, line 654
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 = 'epilog' $sql = 'INSERT INTO servers (ip, ua, action, created, modified) VALUES (:c0, :c1, :c2, :c3, :c4)' $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' => [ 'Servers__id' => 'integer', 'Servers.id' => 'integer', 'id' => 'integer', 'Servers__ip' => 'string', 'Servers.ip' => 'string', 'ip' => 'string', 'Servers__ua' => 'string', 'Servers.ua' => 'string', 'ua' => 'string', 'Servers__action' => 'string', 'Servers.action' => 'string', 'action' => 'string', 'Servers__created' => 'datetime', 'Servers.created' => 'datetime', 'created' => 'datetime', 'Servers__modified' => 'datetime', 'Servers.modified' => 'datetime', 'modified' => 'datetime' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\ServersTable) {} } $generator = object(Cake\Database\ValueBinder) { [protected] _bindings => [ ':c0' => [ [maximum depth reached] ], ':c1' => [ [maximum depth reached] ], ':c2' => [ [maximum depth reached] ], ':c3' => [ [maximum depth reached] ], ':c4' => [ [maximum depth reached] ] ] [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 280 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 290 Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 251 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 249 Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 302 Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213 Cake\ORM\Table::_insert() - CORE/src/ORM/Table.php, line 1916 Cake\ORM\Table::_processSave() - CORE/src/ORM/Table.php, line 1810 Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1723 Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1446 Cake\Database\Connection::transactional() - CORE/src/Database/Connection.php, line 654
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: 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' => 'login', 'pass' => [[maximum depth reached]], 'plugin' => null, '_matchedRoute' => '/:controller/:action/*', 'isAjax' => false ] data => [] query => [] cookies => [] url => 'users/login' base => '/cakephp1' webroot => '/cakephp1/' here => '/cakephp1/users/login' trustProxy => false [protected] _environment => [ 'PATH' => '/usr/local/bin:/usr/bin:/bin', 'REDIRECT_HANDLER' => 'php7.4-script', 'REDIRECT_STATUS' => '200', 'UNIQUE_ID' => 'adZQ0ISCY8s5pAOgGCwdnQAAASE', 'NSS_SDB_USE_CACHE' => 'YES', 'HTTPS' => 'on', 'SSL_TLS_SNI' => 'ta539.com', 'HTTP_HOST' => 'ta539.com', 'HTTP_X_FORWARDED_HOST' => 'ta539.com', 'HTTP_X_FORWARDED_FOR' => '216.73.216.26', 'HTTP_X_FORWARDED_PROTO' => 'https', 'HTTP_X_BACKEND' => '157.7.106.112', 'HTTP_ACCEPT' => '*/*', 'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate', 'HTTP_X_LOLIPOP_UPSTREAM' => 'std750.phy.lolipop.lan', 'HTTP_X_LOLIPOP_CACHE_TYPE' => '2', 'HTTP_X_LOLIPOP_CACHE_SEED' => '20191006165101', 'SERVER_SIGNATURE' => '', 'SERVER_SOFTWARE' => 'Apache', 'SERVER_NAME' => 'ta539.com', 'SERVER_ADDR' => '172.19.45.167', 'SERVER_PORT' => '443', 'REMOTE_ADDR' => '216.73.216.26', 'DOCUMENT_ROOT' => '/home/users/0/chu.jp-kawa11ne-11nka1/web/sp', 'REQUEST_SCHEME' => 'https', 'CONTEXT_PREFIX' => '/lolipop-ext-bin/', 'CONTEXT_DOCUMENT_ROOT' => '/home/users/php-bin/chu.jp-kawa11ne-11nka1/ta539.com/', 'SERVER_ADMIN' => 'https://lolipop.jp/support/', 'SCRIPT_FILENAME' => '/home/users/0/chu.jp-kawa11ne-11nka1/web/sp/cakephp1/webroot/index.php', 'REMOTE_PORT' => '57798', 'REDIRECT_URL' => '/cakephp1/webroot/index.php', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => '', 'REQUEST_URI' => '/cakephp1/users/login', 'SCRIPT_NAME' => '/cakephp1/webroot/index.php', 'ORIG_SCRIPT_FILENAME' => '/home/users/php-bin/chu.jp-kawa11ne-11nka1/ta539.com/php7.4/php7.4.cgi', 'ORIG_PATH_INFO' => '/cakephp1/webroot/index.php', 'ORIG_PATH_TRANSLATED' => '/home/users/0/chu.jp-kawa11ne-11nka1/web/sp/cakephp1/webroot/index.php', 'ORIG_SCRIPT_NAME' => '/lolipop-ext-bin/php7.4/php7.4.cgi', 'PHP_SELF' => '/cakephp1/webroot/index.php', 'REQUEST_TIME_FLOAT' => (float) 1775653072.4674, 'REQUEST_TIME' => (int) 1775653072, 'ORIGINAL_REQUEST_METHOD' => 'GET', 'HTTP_X_REQUESTED_WITH' => null, 'HTTP_REFERER' => 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 = nullcompact - [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' => 'login', 'pass' => [[maximum depth reached]], 'plugin' => null, '_matchedRoute' => '/:controller/:action/*', 'isAjax' => false ] data => [] query => [] cookies => [] url => 'users/login' base => '/cakephp1' webroot => '/cakephp1/' here => '/cakephp1/users/login' trustProxy => false [protected] _environment => [ 'PATH' => '/usr/local/bin:/usr/bin:/bin', 'REDIRECT_HANDLER' => 'php7.4-script', 'REDIRECT_STATUS' => '200', 'UNIQUE_ID' => 'adZQ0ISCY8s5pAOgGCwdnQAAASE', 'NSS_SDB_USE_CACHE' => 'YES', 'HTTPS' => 'on', 'SSL_TLS_SNI' => 'ta539.com', 'HTTP_HOST' => 'ta539.com', 'HTTP_X_FORWARDED_HOST' => 'ta539.com', 'HTTP_X_FORWARDED_FOR' => '216.73.216.26', 'HTTP_X_FORWARDED_PROTO' => 'https', 'HTTP_X_BACKEND' => '157.7.106.112', 'HTTP_ACCEPT' => '*/*', 'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate', 'HTTP_X_LOLIPOP_UPSTREAM' => 'std750.phy.lolipop.lan', 'HTTP_X_LOLIPOP_CACHE_TYPE' => '2', 'HTTP_X_LOLIPOP_CACHE_SEED' => '20191006165101', 'SERVER_SIGNATURE' => '', 'SERVER_SOFTWARE' => 'Apache', 'SERVER_NAME' => 'ta539.com', 'SERVER_ADDR' => '172.19.45.167', 'SERVER_PORT' => '443', 'REMOTE_ADDR' => '216.73.216.26', 'DOCUMENT_ROOT' => '/home/users/0/chu.jp-kawa11ne-11nka1/web/sp', 'REQUEST_SCHEME' => 'https', 'CONTEXT_PREFIX' => '/lolipop-ext-bin/', 'CONTEXT_DOCUMENT_ROOT' => '/home/users/php-bin/chu.jp-kawa11ne-11nka1/ta539.com/', 'SERVER_ADMIN' => 'https://lolipop.jp/support/', 'SCRIPT_FILENAME' => '/home/users/0/chu.jp-kawa11ne-11nka1/web/sp/cakephp1/webroot/index.php', 'REMOTE_PORT' => '57798', 'REDIRECT_URL' => '/cakephp1/webroot/index.php', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => '', 'REQUEST_URI' => '/cakephp1/users/login', 'SCRIPT_NAME' => '/cakephp1/webroot/index.php', 'ORIG_SCRIPT_FILENAME' => '/home/users/php-bin/chu.jp-kawa11ne-11nka1/ta539.com/php7.4/php7.4.cgi', 'ORIG_PATH_INFO' => '/cakephp1/webroot/index.php', 'ORIG_PATH_TRANSLATED' => '/home/users/0/chu.jp-kawa11ne-11nka1/web/sp/cakephp1/webroot/index.php', 'ORIG_SCRIPT_NAME' => '/lolipop-ext-bin/php7.4/php7.4.cgi', 'PHP_SELF' => '/cakephp1/webroot/index.php', 'REQUEST_TIME_FLOAT' => (float) 1775653072.4674, 'REQUEST_TIME' => (int) 1775653072, 'ORIGINAL_REQUEST_METHOD' => 'GET', 'HTTP_X_REQUESTED_WITH' => null, 'HTTP_REFERER' => 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 = nullcompact - [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
Warning (512): Unable to emit headers. Headers sent in file=/home/users/0/chu.jp-kawa11ne-11nka1/web/sp/cakephp1/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) 200, 'contentType' => 'text/html', 'headers' => [ 'Content-Type' => [ [maximum depth reached] ] ], 'file' => null, 'fileRange' => [], 'cookies' => [], 'cacheDirectives' => [], 'body' => '' } $maxBufferLength = (int) 8192 $file = '/home/users/0/chu.jp-kawa11ne-11nka1/web/sp/cakephp1/vendor/cakephp/cakephp/src/Error/Debugger.php' $line = (int) 822 $message = 'Unable to emit headers. Headers sent in file=/home/users/0/chu.jp-kawa11ne-11nka1/web/sp/cakephp1/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 108 [main] - ROOT/webroot/index.php, line 37
Warning (2): Cannot modify header information - headers already sent by (output started at /home/users/0/chu.jp-kawa11ne-11nka1/web/sp/cakephp1/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) 200, 'contentType' => 'text/html', 'headers' => [ 'Content-Type' => [ [maximum depth reached] ] ], 'file' => null, 'fileRange' => [], 'cookies' => [], 'cacheDirectives' => [], 'body' => '' } $reasonPhrase = 'OK'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 108 [main] - ROOT/webroot/index.php, line 37
Warning (2): Cannot modify header information - headers already sent by (output started at /home/users/0/chu.jp-kawa11ne-11nka1/web/sp/cakephp1/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) 200, '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 108 [main] - ROOT/webroot/index.php, line 37
Login
Deprecated (8192): Array and string offset access syntax with curly braces is deprecated [CORE/src/View/Helper/FormHelper.php, line 1923]Code Contextfunction includeFile($file){include $file;$file = '/home/users/0/chu.jp-kawa11ne-11nka1/web/sp/cakephp1/vendor/cakephp/cakephp/src/View/Helper/FormHelper.php'include - ROOT/vendor/composer/ClassLoader.php, line 412 Composer\Autoload\includeFile - ROOT/vendor/composer/ClassLoader.php, line 412 Composer\Autoload\ClassLoader::loadClass() - ROOT/vendor/composer/ClassLoader.php, line 301 spl_autoload_call - [internal], line ?? class_exists - [internal], line ?? Cake\Core\App::_classExistsInBase() - CORE/src/Core/App.php, line 152 Cake\Core\App::className() - CORE/src/Core/App.php, line 70 Cake\View\HelperRegistry::_resolveClassName() - CORE/src/View/HelperRegistry.php, line 111 Cake\Core\ObjectRegistry::load() - CORE/src/Core/ObjectRegistry.php, line 88 Cake\View\HelperRegistry::__isset() - CORE/src/View/HelperRegistry.php, line 67 Cake\View\View::__get() - CORE/src/View/View.php, line 903 include - APP/Template/Users/login.ctp, line 3 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1010 Cake\View\View::_render() - CORE/src/View/View.php, line 971 Cake\View\View::render() - CORE/src/View/View.php, line 595 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125