Warning (2): file_put_contents(): Only 0 of 392 bytes written, possibly out of free disk space [CORE\Cake\Log\Engine\FileLog.php, line 87]Code Context }
$output = date('Y-m-d H:i:s') . ' ' . ucfirst($type) . ': ' . $message . "\n";
return file_put_contents($filename, $output, FILE_APPEND);
$type = 'error'
$message = '[MissingControllerException] Controller class MagazineController could not be found.
Exception Attributes: array (
'class' => 'MagazineController',
'plugin' => NULL,
)
Request URL: /Magazine/images/a/201811122322665128766Vt.html
Stack Trace:
#0 E:\wwww\heneng.com\webroot\index.php(98): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
#1 {main}'
$debugTypes = array(
(int) 0 => 'notice',
(int) 1 => 'info',
(int) 2 => 'debug'
)
$filename = 'E:\wwww\heneng.com\tmp\logs\error.log'
$output = '2024-12-22 11:57:15 Error: [MissingControllerException] Controller class MagazineController could not be found.
Exception Attributes: array (
'class' => 'MagazineController',
'plugin' => NULL,
)
Request URL: /Magazine/images/a/201811122322665128766Vt.html
Stack Trace:
#0 E:\wwww\heneng.com\webroot\index.php(98): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
#1 {main}
'
file_put_contents - [internal], line ??
FileLog::write() - CORE\Cake\Log\Engine\FileLog.php, line 87
CakeLog::write() - CORE\Cake\Log\CakeLog.php, line 453
ErrorHandler::handleException() - CORE\Cake\Error\ErrorHandler.php, line 114
[main] - [internal], line ??
Warning (2): Cannot modify header information - headers already sent by (output started at E:\wwww\libs\cakephp-2.3.5\lib\Cake\Utility\Debugger.php:806) [APP\Lib\Error\AppExceptionRenderer.php, line 17]Code Context
function _notFound(){
header("HTTP/1.1 404 Not Found");
header - [internal], line ??
AppExceptionRenderer::_notFound() - APP\Lib\Error\AppExceptionRenderer.php, line 17
AppExceptionRenderer::MissingController() - APP\Lib\Error\AppExceptionRenderer.php, line 9
ExceptionRenderer::render() - CORE\Cake\Error\ExceptionRenderer.php, line 176
ErrorHandler::handleException() - CORE\Cake\Error\ErrorHandler.php, line 123
[main] - [internal], line ??
404