Warning (2): rename(/var/www/html/old/logs/error.log,/var/www/html/old/logs/error.log.1747213562): Permission denied [CORE/src/Log/Engine/FileLog.php, line 199]Code Context $result = unlink($filepath);
} else {
$result = rename($filepath, $filepath . '.' . time());
$filename = 'error.log'
$filepath = '/var/www/html/old/logs/error.log'
$rotate = (int) 10
rename - [internal], line ??
Cake\Log\Engine\FileLog::_rotateFile() - CORE/src/Log/Engine/FileLog.php, line 199
Cake\Log\Engine\FileLog::log() - CORE/src/Log/Engine/FileLog.php, line 128
Cake\Log\Log::write() - CORE/src/Log/Log.php, line 393
Cake\Log\Log::warning() - CORE/src/Log/Log.php, line 478
include - ROOT/vendor/cakephp/debug_kit/config/bootstrap.php, line 31
Cake\Core\Plugin::_includeFile() - CORE/src/Core/Plugin.php, line 390
Cake\Core\Plugin::bootstrap() - CORE/src/Core/Plugin.php, line 316
Cake\Core\Plugin::load() - CORE/src/Core/Plugin.php, line 174
require - ROOT/config/bootstrap.php, line 198
[main] - ROOT/webroot/index.php, line 27
Warning: rename(/var/www/html/old/logs/error.log,/var/www/html/old/logs/error.log.1747213562) [function.rename]: Permission denied in /var/www/html/old/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 199
Notice (8): Undefined index: azonosito [APP/Controller/HirekController.php, line 19]Code Context $connection = $this->Hirek->connection();
$azonosito = $this->request->query['azonosito'];
$connection = object(Cake\Database\Connection) {
'config' => [
'password' => '*****',
'username' => '*****',
'host' => '*****',
'database' => '*****',
'driver' => 'Cake\Database\Driver\Mysql',
'persistent' => false,
'encoding' => 'utf8',
'timezone' => 'UTC',
'cacheMetadata' => true,
'name' => 'default'
],
'driver' => object(Cake\Database\Driver\Mysql) {},
'transactionLevel' => (int) 0,
'transactionStarted' => false,
'useSavePoints' => false,
'logQueries' => false,
'logger' => null
}
App\Controller\HirekController::mutat() - APP/Controller/HirekController.php, line 19
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 429
Cake\Routing\Dispatcher::_invoke() - CORE/src/Routing/Dispatcher.php, line 114
Cake\Routing\Dispatcher::dispatch() - CORE/src/Routing/Dispatcher.php, line 87
[main] - ROOT/webroot/index.php, line 37
Warning: file_put_contents(/var/www/html/old/logs/debug.log) [function.file-put-contents]: failed to open stream: Permission denied in /var/www/html/old/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 134