Warning (2): file_put_contents(): Only 0 of 280 bytes written, possibly out of free disk space [CORE/src/Log/Engine/FileLog.php, line 133]Code Context if (!$mask) {
return file_put_contents($pathname, $output, FILE_APPEND);
}
$level = 'warning'
$message = 'DebugKit is disabling itself as your host `drilog.brosoft.net` is not in the known safe list of top-level-domains (localhost, dev, invalid, test, example, local). If you would like to force DebugKit on use the `DebugKit.forceEnable` Configure option.'
$context = [
'scope' => []
]
$output = '2026-01-10 20:30:30 Warning: DebugKit is disabling itself as your host `drilog.brosoft.net` is not in the known safe list of top-level-domains (localhost, dev, invalid, test, example, local). If you would like to force DebugKit on use the `DebugKit.forceEnable` Configure option.
'
$filename = 'error.log'
$pathname = '/home/.sites/22/site31/web/logs/error.log'
$mask = null
file_put_contents - [internal], line ??
Cake\Log\Engine\FileLog::log() - CORE/src/Log/Engine/FileLog.php, line 133
Cake\Log\Log::write() - CORE/src/Log/Log.php, line 384
Cake\Log\Log::warning() - CORE/src/Log/Log.php, line 469
DebugKit\ToolbarService::isSuspiciouslyProduction() - ROOT/vendor/cakephp/debug_kit/src/ToolbarService.php, line 143
DebugKit\ToolbarService::isEnabled() - ROOT/vendor/cakephp/debug_kit/src/ToolbarService.php, line 101
require - ROOT/vendor/cakephp/debug_kit/config/bootstrap.php, line 28
Cake\Core\BasePlugin::bootstrap() - CORE/src/Core/BasePlugin.php, line 239
Cake\Http\BaseApplication::pluginBootstrap() - CORE/src/Http/BaseApplication.php, line 161
Cake\Http\Server::bootstrap() - CORE/src/Http/Server.php, line 124
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 82
[main] - ROOT/webroot/index.php, line 40
Warning: file_put_contents() [function.file-put-contents]: Only 0 of 1167 bytes written, possibly out of free disk space in /home/.sites/22/site31/web/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (512): _cake_routes_ cache was unable to write 'routeCollection' to Cake\Cache\SimpleCacheEngine cache [CORE/src/Cache/Cache.php, line 304]Code Context ),
E_USER_WARNING
);
$key = 'routeCollection'
$value = object(Cake\Routing\RouteCollection) {
[protected] _routeTable => [
'pages:display' => [
[maximum depth reached]
],
'_controller:index' => [
[maximum depth reached]
],
'_controller:_action' => [
[maximum depth reached]
],
'debugkit.toolbar:clearcache' => [
[maximum depth reached]
],
'debugkit.requests:view' => [
[maximum depth reached]
],
'debugkit.panels:view' => [
[maximum depth reached]
],
'debugkit.panels:index' => [
[maximum depth reached]
],
'debugkit.composer:checkdependencies' => [
[maximum depth reached]
],
'debugkit.mailpreview:index' => [
[maximum depth reached]
],
'debugkit.mailpreview:email' => [
[maximum depth reached]
],
'debugkit.mailpreview:sent' => [
[maximum depth reached]
]
]
[protected] _routes => [
(int) 0 => object(Cake\Routing\Route\DashedRoute) {},
(int) 1 => object(Cake\Routing\Route\DashedRoute) {},
(int) 2 => object(Cake\Routing\Route\DashedRoute) {},
(int) 3 => object(Cake\Routing\Route\DashedRoute) {},
(int) 4 => object(Cake\Routing\Route\DashedRoute) {},
(int) 5 => object(Cake\Routing\Route\DashedRoute) {},
(int) 6 => object(Cake\Routing\Route\DashedRoute) {},
(int) 7 => object(Cake\Routing\Route\DashedRoute) {},
(int) 8 => object(Cake\Routing\Route\DashedRoute) {},
(int) 9 => object(Cake\Routing\Route\DashedRoute) {},
(int) 10 => object(Cake\Routing\Route\DashedRoute) {},
(int) 11 => object(Cake\Routing\Route\DashedRoute) {},
(int) 12 => object(Cake\Routing\Route\DashedRoute) {}
]
[protected] _named => []
[protected] _paths => [
'/' => [
[maximum depth reached]
],
'/pages' => [
[maximum depth reached]
],
'/debug-kit/toolbar/clear-cache' => [
[maximum depth reached]
],
'/debug-kit/toolbar' => [
[maximum depth reached]
],
'/debug-kit/panels/view' => [
[maximum depth reached]
],
'/debug-kit/panels' => [
[maximum depth reached]
],
'/debug-kit/composer/check-dependencies' => [
[maximum depth reached]
],
'/debug-kit/mail-preview' => [
[maximum depth reached]
],
'/debug-kit/mail-preview/preview' => [
[maximum depth reached]
],
'/debug-kit/mail-preview/sent/' => [
[maximum depth reached]
]
]
[protected] _middleware => [
'csrf' => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {}
]
[protected] _middlewareGroups => []
[protected] _middlewarePaths => []
[protected] _extensions => [
(int) 0 => 'json'
]
}
$config = '_cake_routes_'
$backend = object(Cake\Cache\SimpleCacheEngine) {
[protected] innerEngine => object(Cake\Cache\Engine\FileEngine) {}
}
$success = falseCake\Cache\Cache::write() - CORE/src/Cache/Cache.php, line 304
Cake\Cache\Cache::remember() - CORE/src/Cache/Cache.php, line 652
Cake\Routing\Middleware\RoutingMiddleware::buildRouteCollection() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 101
Cake\Routing\Middleware\RoutingMiddleware::loadRoutes() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 87
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 136
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 96
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 98
[main] - ROOT/webroot/index.php, line 40
Warning: file_put_contents() [function.file-put-contents]: Only 0 of 1404 bytes written, possibly out of free disk space in /home/.sites/22/site31/web/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (512): Unable to emit headers. Headers sent in file=/home/.sites/22/site31/web/vendor/cakephp/cakephp/src/Error/Debugger.php line=853 [CORE/src/Http/ResponseEmitter.php, line 48]Code Context if (Configure::read('debug')) {
trigger_error($message, E_USER_WARNING);
} else {
$response = object(Cake\Http\Response) {
'status' => (int) 302,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
],
'Location' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => ''
}
$maxBufferLength = (int) 8192
$file = '/home/.sites/22/site31/web/vendor/cakephp/cakephp/src/Error/Debugger.php'
$line = (int) 853
$message = 'Unable to emit headers. Headers sent in file=/home/.sites/22/site31/web/vendor/cakephp/cakephp/src/Error/Debugger.php line=853'Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 48
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 141
[main] - ROOT/webroot/index.php, line 40
Warning: file_put_contents() [function.file-put-contents]: Only 0 of 587 bytes written, possibly out of free disk space in /home/.sites/22/site31/web/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (2): Cannot modify header information - headers already sent by (output started at /home/.sites/22/site31/web/vendor/cakephp/cakephp/src/Error/Debugger.php:853) [CORE/src/Http/ResponseEmitter.php, line 148]Code Context $response->getStatusCode(),
($reasonPhrase ? ' ' . $reasonPhrase : '')
));
$response = object(Cake\Http\Response) {
'status' => (int) 302,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
],
'Location' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => ''
}
$reasonPhrase = 'Found'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 141
[main] - ROOT/webroot/index.php, line 40
Warning: file_put_contents() [function.file-put-contents]: Only 0 of 734 bytes written, possibly out of free disk space in /home/.sites/22/site31/web/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (2): Cannot modify header information - headers already sent by (output started at /home/.sites/22/site31/web/vendor/cakephp/cakephp/src/Error/Debugger.php:853) [CORE/src/Http/ResponseEmitter.php, line 181]Code Context $value
), $first);
$first = false;
$response = object(Cake\Http\Response) {
'status' => (int) 302,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
],
'Location' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => ''
}
$cookies = [
'csrfToken' => [
'name' => 'csrfToken',
'value' => '28efb83e6035e11fa289dacc569266dae6cb53baac2170bc914fdc9d564b18e36f40f7bde87a977e5f2bb76b83ee06b57b0fac4d28da7c5bd0f75a8597f3570d',
'path' => '/',
'domain' => '',
'secure' => false,
'httpOnly' => true,
'expire' => '0'
]
]
$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 181
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 55
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 141
[main] - ROOT/webroot/index.php, line 40
Warning: file_put_contents() [function.file-put-contents]: Only 0 of 731 bytes written, possibly out of free disk space in /home/.sites/22/site31/web/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (2): Cannot modify header information - headers already sent by (output started at /home/.sites/22/site31/web/vendor/cakephp/cakephp/src/Error/Debugger.php:853) [CORE/src/Http/ResponseEmitter.php, line 181]Code Context $value
), $first);
$first = false;
$response = object(Cake\Http\Response) {
'status' => (int) 302,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
],
'Location' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => ''
}
$cookies = [
'csrfToken' => [
'name' => 'csrfToken',
'value' => '28efb83e6035e11fa289dacc569266dae6cb53baac2170bc914fdc9d564b18e36f40f7bde87a977e5f2bb76b83ee06b57b0fac4d28da7c5bd0f75a8597f3570d',
'path' => '/',
'domain' => '',
'secure' => false,
'httpOnly' => true,
'expire' => '0'
]
]
$values = [
(int) 0 => 'https://drilog.brosoft.net/users/login'
]
$name = 'Location'
$first = true
$value = 'https://drilog.brosoft.net/users/login'header - [internal], line ??
Cake\Http\ResponseEmitter::emitHeaders() - CORE/src/Http/ResponseEmitter.php, line 181
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 55
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 141
[main] - ROOT/webroot/index.php, line 40
Warning: file_put_contents() [function.file-put-contents]: Only 0 of 731 bytes written, possibly out of free disk space in /home/.sites/22/site31/web/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (2): Cannot modify header information - headers already sent by (output started at /home/.sites/22/site31/web/vendor/cakephp/cakephp/src/Error/Debugger.php:853) [CORE/src/Http/ResponseEmitter.php, line 206]Code Context $cookie['secure'],
$cookie['httpOnly']
);
$cookies = [
'csrfToken' => [
'name' => 'csrfToken',
'value' => '28efb83e6035e11fa289dacc569266dae6cb53baac2170bc914fdc9d564b18e36f40f7bde87a977e5f2bb76b83ee06b57b0fac4d28da7c5bd0f75a8597f3570d',
'path' => '/',
'domain' => '',
'secure' => false,
'httpOnly' => true,
'expire' => '0'
]
]
$cookie = [
'name' => 'csrfToken',
'value' => '28efb83e6035e11fa289dacc569266dae6cb53baac2170bc914fdc9d564b18e36f40f7bde87a977e5f2bb76b83ee06b57b0fac4d28da7c5bd0f75a8597f3570d',
'path' => '/',
'domain' => '',
'secure' => false,
'httpOnly' => true,
'expire' => '0'
]
setcookie - [internal], line ??
Cake\Http\ResponseEmitter::emitCookies() - CORE/src/Http/ResponseEmitter.php, line 206
Cake\Http\ResponseEmitter::emitHeaders() - CORE/src/Http/ResponseEmitter.php, line 186
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 55
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 141
[main] - ROOT/webroot/index.php, line 40
Warning: file_put_contents() [function.file-put-contents]: Only 0 of 821 bytes written, possibly out of free disk space in /home/.sites/22/site31/web/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133