hotline0968 6171 68
Liên hệ
đăng nhập
Đăng nhập
Trang Tour du lịch trực tuyến hàng đầu Việt Nam ®Hitour
Trang Tour du lịch trực tuyến hàng đầu Việt Nam ®Hitour
Trang Tour du lịch trực tuyến hàng đầu Việt Nam ®Hitour
Trang Tour du lịch trực tuyến hàng đầu Việt Nam ®Hitour
Trang Tour du lịch trực tuyến hàng đầu Việt Nam ®Hitour
Tàu
Tàu cao tốc
Tour
Combo
Khách sạn
Vé vui chơi
đặt vé tàu cao tốc
Người lớn (Năm sinh từ 2014 - 1967)
Trẻ em (Năm sinh từ 2020 - 2015)
Cao tuổi (Năm sinh từ 1966)
Tìm chuyến tàu

Đối tác tàu cao tốc

Những đối tác tàu cao tốc đang hoạt động các tuyến biển đảo tại Việt Nam

Đối tác máy bay

Những đối tác hàng không toàn quốc sẽ chắp cánh đưa bạn đến mọi miền đất nước
Writing to the log file failed: Write of 5805 bytes failed with errno=28 No space left on device The exception occurred while attempting to log: Writing to the log file failed: Write of 5907 bytes failed with errno=28 No space left on device The exception occurred while attempting to log: Writing to the log file failed: Write of 5882 bytes failed with errno=28 No space left on device The exception occurred while attempting to log: Writing to the log file failed: Write of 5853 bytes failed with errno=28 No space left on device The exception occurred while attempting to log: Writing to the log file failed: Write of 5891 bytes failed with errno=28 No space left on device The exception occurred while attempting to log: Writing to the log file failed: Write of 5897 bytes failed with errno=28 No space left on device The exception occurred while attempting to log: Writing to the log file failed: Write of 6084 bytes failed with errno=28 No space left on device The exception occurred while attempting to log: Writing to the log file failed: Write of 6299 bytes failed with errno=28 No space left on device The exception occurred while attempting to log: Writing to the log file failed: Write of 6233 bytes failed with errno=28 No space left on device The exception occurred while attempting to log: Writing to the log file failed: Write of 6910 bytes failed with errno=28 No space left on device The exception occurred while attempting to log: Writing to the log file failed: Write of 6893 bytes failed with errno=28 No space left on device The exception occurred while attempting to log: Writing to the log file failed: Write of 7035 bytes failed with errno=28 No space left on device The exception occurred while attempting to log: Writing to the log file failed: Write of 6723 bytes failed with errno=28 No space left on device The exception occurred while attempting to log: file_put_contents(): Write of 175 bytes failed with errno=28 No space left on device Context: {"exception":{}} Context: {"exception":{}} Context: {"exception":{}} Context: {"exception":{}} Context: {"exception":{}} Context: {"exception":{}} Context: {"exception":{}} Context: {"exception":{}} Context: {"exception":{}} Context: {"exception":{}} Context: {"exception":{}} Context: {"exception":{}} Context: {"exception":{}} (500 Internal Server Error)

Symfony Exception

UnexpectedValueException

HTTP 500 Internal Server Error

Writing to the log file failed: Write of 5805 bytes failed with errno=28 No space left on device
The exception occurred while attempting to log: Writing to the log file failed: Write of 5907 bytes failed with errno=28 No space left on device
The exception occurred while attempting to log: Writing to the log file failed: Write of 5882 bytes failed with errno=28 No space left on device
The exception occurred while attempting to log: Writing to the log file failed: Write of 5853 bytes failed with errno=28 No space left on device
The exception occurred while attempting to log: Writing to the log file failed: Write of 5891 bytes failed with errno=28 No space left on device
The exception occurred while attempting to log: Writing to the log file failed: Write of 5897 bytes failed with errno=28 No space left on device
The exception occurred while attempting to log: Writing to the log file failed: Write of 6084 bytes failed with errno=28 No space left on device
The exception occurred while attempting to log: Writing to the log file failed: Write of 6299 bytes failed with errno=28 No space left on device
The exception occurred while attempting to log: Writing to the log file failed: Write of 6233 bytes failed with errno=28 No space left on device
The exception occurred while attempting to log: Writing to the log file failed: Write of 6910 bytes failed with errno=28 No space left on device
The exception occurred while attempting to log: Writing to the log file failed: Write of 6893 bytes failed with errno=28 No space left on device
The exception occurred while attempting to log: Writing to the log file failed: Write of 7035 bytes failed with errno=28 No space left on device
The exception occurred while attempting to log: Writing to the log file failed: Write of 6723 bytes failed with errno=28 No space left on device
The exception occurred while attempting to log: file_put_contents(): Write of 175 bytes failed with errno=28 No space left on device
Context: {"exception":{}}
Context: {"exception":{}}
Context: {"exception":{}}
Context: {"exception":{}}
Context: {"exception":{}}
Context: {"exception":{}}
Context: {"exception":{}}
Context: {"exception":{}}
Context: {"exception":{}}
Context: {"exception":{}}
Context: {"exception":{}}
Context: {"exception":{}}
Context: {"exception":{}}

Exception

UnexpectedValueException

  1. $this->write($record);
  2. return;
  3. }
  4. throw new \UnexpectedValueException('Writing to the log file failed: '.$error . Utils::getRecordMessageForException($record));
  5. }
  6. $this->retrying = false;
  7. if ($this->useLocking) {
  8. flock($stream, LOCK_UN);
  1. $record = $this->processRecord($record);
  2. }
  3. $record['formatted'] = $this->getFormatter()->format($record);
  4. $this->write($record);
  5. return false === $this->bubble;
  6. }
  7. /**
  1. }
  2. }
  3. // once the record exists, send it to all handlers as long as the bubbling chain is not interrupted
  4. try {
  5. if (true === $handler->handle($record)) {
  6. break;
  7. }
  8. } catch (Throwable $e) {
  9. $this->handleException($e, $record);
  1. * @param string|Stringable $message The log message
  2. * @param mixed[] $context The log context
  3. */
  4. public function error($message, array $context = []): void
  5. {
  6. $this->addRecord(static::ERROR, (string) $message, $context);
  7. }
  8. /**
  9. * Adds a log record at the CRITICAL level.
  10. *
  1. * @param array $context
  2. * @return void
  3. */
  4. protected function writeLog($level, $message, $context): void
  5. {
  6. $this->logger->{$level}(
  7. $message = $this->formatMessage($message),
  8. $context = array_merge($this->context, $context)
  9. );
  10. $this->fireLogEvent($level, $message, $context);
  1. * @param array $context
  2. * @return void
  3. */
  4. public function error($message, array $context = []): void
  5. {
  6. $this->writeLog(__FUNCTION__, $message, $context);
  7. }
  8. /**
  9. * Log a warning message to the logs.
  10. *
  1. * @param array $context
  2. * @return void
  3. */
  4. public function error($message, array $context = []): void
  5. {
  6. $this->driver()->error($message, $context);
  7. }
  8. /**
  9. * Exceptional occurrences that are not errors.
  10. *
  1. );
  2. $context = $this->buildExceptionContext($e);
  3. method_exists($logger, $level)
  4. ? $logger->{$level}($e->getMessage(), $context)
  5. : $logger->log($level, $e->getMessage(), $context);
  6. }
  7. /**
  8. * Determine if the exception should be reported.
  1. public function handleException(Throwable $e)
  2. {
  3. self::$reservedMemory = null;
  4. try {
  5. $this->getExceptionHandler()->report($e);
  6. } catch (Exception $e) {
  7. $exceptionHandlerFailed = true;
  8. }
  9. if (static::$app->runningInConsole()) {
  1. * @return callable
  2. */
  3. protected function forwardsTo($method)
  4. {
  5. return fn (...$arguments) => static::$app
  6. ? $this->{$method}(...$arguments)
  7. : false;
  8. }
  9. /**
  10. * Determine if the error level is a deprecation.
HandleExceptions->Illuminate\Foundation\Bootstrap\{closure}()

Stack Trace

UnexpectedValueException
UnexpectedValueException:
Writing to the log file failed: Write of 5805 bytes failed with errno=28 No space left on device
The exception occurred while attempting to log: Writing to the log file failed: Write of 5907 bytes failed with errno=28 No space left on device
The exception occurred while attempting to log: Writing to the log file failed: Write of 5882 bytes failed with errno=28 No space left on device
The exception occurred while attempting to log: Writing to the log file failed: Write of 5853 bytes failed with errno=28 No space left on device
The exception occurred while attempting to log: Writing to the log file failed: Write of 5891 bytes failed with errno=28 No space left on device
The exception occurred while attempting to log: Writing to the log file failed: Write of 5897 bytes failed with errno=28 No space left on device
The exception occurred while attempting to log: Writing to the log file failed: Write of 6084 bytes failed with errno=28 No space left on device
The exception occurred while attempting to log: Writing to the log file failed: Write of 6299 bytes failed with errno=28 No space left on device
The exception occurred while attempting to log: Writing to the log file failed: Write of 6233 bytes failed with errno=28 No space left on device
The exception occurred while attempting to log: Writing to the log file failed: Write of 6910 bytes failed with errno=28 No space left on device
The exception occurred while attempting to log: Writing to the log file failed: Write of 6893 bytes failed with errno=28 No space left on device
The exception occurred while attempting to log: Writing to the log file failed: Write of 7035 bytes failed with errno=28 No space left on device
The exception occurred while attempting to log: Writing to the log file failed: Write of 6723 bytes failed with errno=28 No space left on device
The exception occurred while attempting to log: file_put_contents(): Write of 175 bytes failed with errno=28 No space left on device
Context: {"exception":{}}
Context: {"exception":{}}
Context: {"exception":{}}
Context: {"exception":{}}
Context: {"exception":{}}
Context: {"exception":{}}
Context: {"exception":{}}
Context: {"exception":{}}
Context: {"exception":{}}
Context: {"exception":{}}
Context: {"exception":{}}
Context: {"exception":{}}
Context: {"exception":{}}

  at /www/wwwroot/hitour.vn/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php:193
  at Monolog\Handler\StreamHandler->write()
     (/www/wwwroot/hitour.vn/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php:48)
  at Monolog\Handler\AbstractProcessingHandler->handle()
     (/www/wwwroot/hitour.vn/vendor/monolog/monolog/src/Monolog/Logger.php:400)
  at Monolog\Logger->addRecord()
     (/www/wwwroot/hitour.vn/vendor/monolog/monolog/src/Monolog/Logger.php:651)
  at Monolog\Logger->error()
     (/www/wwwroot/hitour.vn/vendor/laravel/framework/src/Illuminate/Log/Logger.php:181)
  at Illuminate\Log\Logger->writeLog()
     (/www/wwwroot/hitour.vn/vendor/laravel/framework/src/Illuminate/Log/Logger.php:94)
  at Illuminate\Log\Logger->error()
     (/www/wwwroot/hitour.vn/vendor/laravel/framework/src/Illuminate/Log/LogManager.php:645)
  at Illuminate\Log\LogManager->error()
     (/www/wwwroot/hitour.vn/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php:274)
  at Illuminate\Foundation\Exceptions\Handler->report()
     (/www/wwwroot/hitour.vn/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php:198)
  at Illuminate\Foundation\Bootstrap\HandleExceptions->handleException()
     (/www/wwwroot/hitour.vn/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php:270)
  at Illuminate\Foundation\Bootstrap\HandleExceptions->Illuminate\Foundation\Bootstrap\{closure}()