Khánh Linh The Face: Từ Cô Bé đen Nhẻm đến "cô Em Trendy" Sở ...

ErrorException

HTTP 500 Internal Server Error

fwrite(): write of 2749 bytes failed with errno=28 No space left on device

Exception

ErrorException

in /homesun/ndt/domains/nguoiduatin.vn/public_html/phununews/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php (line 178)
  1. *
  2. * @phpstan-param FormattedRecord $record
  3. */
  4. protected function streamWrite($stream, array $record): void
  5. {
  6. fwrite($stream, (string) $record['formatted']);
  7. }
  8. private function customErrorHandler(int $code, string $msg): bool
  9. {
  10. $this->errorMessage = preg_replace('{^(fopen|mkdir)\(.*?\): }', '', $msg);
HandleExceptions->handleError() in /homesun/ndt/domains/nguoiduatin.vn/public_html/phununews/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php fwrite (line 178)
  1. *
  2. * @phpstan-param FormattedRecord $record
  3. */
  4. protected function streamWrite($stream, array $record): void
  5. {
  6. fwrite($stream, (string) $record['formatted']);
  7. }
  8. private function customErrorHandler(int $code, string $msg): bool
  9. {
  10. $this->errorMessage = preg_replace('{^(fopen|mkdir)\(.*?\): }', '', $msg);
in /homesun/ndt/domains/nguoiduatin.vn/public_html/phununews/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php -> streamWrite (line 162)
  1. if ($this->useLocking) {
  2. // ignoring errors here, there's not much we can do about them
  3. flock($stream, LOCK_EX);
  4. }
  5. $this->streamWrite($stream, $record);
  6. if ($this->useLocking) {
  7. flock($stream, LOCK_UN);
  8. }
  9. }
in /homesun/ndt/domains/nguoiduatin.vn/public_html/phununews/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php -> write (line 125)
  1. if ($this->nextRotation <= $record['datetime']) {
  2. $this->mustRotate = true;
  3. $this->close();
  4. }
  5. parent::write($record);
  6. }
  7. /**
  8. * Rotates the files.
  9. */
in /homesun/ndt/domains/nguoiduatin.vn/public_html/phununews/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php -> write (line 48)
  1. $record = $this->processRecord($record);
  2. }
  3. $record['formatted'] = $this->getFormatter()->format($record);
  4. $this->write($record);
  5. return false === $this->bubble;
  6. }
  7. /**
in /homesun/ndt/domains/nguoiduatin.vn/public_html/phununews/vendor/monolog/monolog/src/Monolog/Logger.php -> handle (line 399)
  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);
in /homesun/ndt/domains/nguoiduatin.vn/public_html/phununews/vendor/monolog/monolog/src/Monolog/Logger.php -> addRecord (line 650)
  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. *
in /homesun/ndt/domains/nguoiduatin.vn/public_html/phununews/vendor/laravel/framework/src/Illuminate/Log/Logger.php -> error (line 183)
  1. */
  2. protected function writeLog($level, $message, $context)
  3. {
  4. $this->logger->{$level}(
  5. $message = $this->formatMessage($message),
  6. $context = array_merge($this->context, $context)
  7. );
  8. $this->fireLogEvent($level, $message, $context);
  9. }
in /homesun/ndt/domains/nguoiduatin.vn/public_html/phununews/vendor/laravel/framework/src/Illuminate/Log/Logger.php -> writeLog (line 94)
  1. * @param array $context
  2. * @return void
  3. */
  4. public function error($message, array $context = [])
  5. {
  6. $this->writeLog(__FUNCTION__, $message, $context);
  7. }
  8. /**
  9. * Log a warning message to the logs.
  10. *
in /homesun/ndt/domains/nguoiduatin.vn/public_html/phununews/vendor/laravel/framework/src/Illuminate/Log/LogManager.php -> error (line 590)
  1. * @param array $context
  2. * @return void
  3. */
  4. public function error($message, array $context = [])
  5. {
  6. $this->driver()->error($message, $context);
  7. }
  8. /**
  9. * Exceptional occurrences that are not errors.
  10. *
in /homesun/ndt/domains/nguoiduatin.vn/public_html/phununews/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php -> error (line 252)
  1. $logger->error(
  2. $e->getMessage(),
  3. array_merge(
  4. $this->exceptionContext($e),
  5. $this->context(),
  6. ['exception' => $e]
  7. )
  8. );
  9. }
  10. /**
Handler->report() in /homesun/ndt/domains/nguoiduatin.vn/public_html/phununews/app/Exceptions/Handler.php (line 65)
  1. }
  2. }
  3. parent::report($e);
  4. }
  5. /**
  6. * Render an exception into an HTTP response.
  7. *
in /homesun/ndt/domains/nguoiduatin.vn/public_html/phununews/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php -> report (line 165)
  1. public function handleException(Throwable $e)
  2. {
  3. self::$reservedMemory = null;
  4. try {
  5. $this->getExceptionHandler()->report($e);
  6. } catch (Exception $e) {
  7. //
  8. }
  9. if ($this->app->runningInConsole()) {
HandleExceptions->handleException()

Stack Trace

ErrorException
ErrorException: fwrite(): write of 2749 bytes failed with errno=28 No space left on device at /homesun/ndt/domains/nguoiduatin.vn/public_html/phununews/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php:178 at Illuminate\Foundation\Bootstrap\HandleExceptions->handleError() at fwrite() (/homesun/ndt/domains/nguoiduatin.vn/public_html/phununews/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php:178) at Monolog\Handler\StreamHandler->streamWrite() (/homesun/ndt/domains/nguoiduatin.vn/public_html/phununews/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php:162) at Monolog\Handler\StreamHandler->write() (/homesun/ndt/domains/nguoiduatin.vn/public_html/phununews/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php:125) at Monolog\Handler\RotatingFileHandler->write() (/homesun/ndt/domains/nguoiduatin.vn/public_html/phununews/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php:48) at Monolog\Handler\AbstractProcessingHandler->handle() (/homesun/ndt/domains/nguoiduatin.vn/public_html/phununews/vendor/monolog/monolog/src/Monolog/Logger.php:399) at Monolog\Logger->addRecord() (/homesun/ndt/domains/nguoiduatin.vn/public_html/phununews/vendor/monolog/monolog/src/Monolog/Logger.php:650) at Monolog\Logger->error() (/homesun/ndt/domains/nguoiduatin.vn/public_html/phununews/vendor/laravel/framework/src/Illuminate/Log/Logger.php:183) at Illuminate\Log\Logger->writeLog() (/homesun/ndt/domains/nguoiduatin.vn/public_html/phununews/vendor/laravel/framework/src/Illuminate/Log/Logger.php:94) at Illuminate\Log\Logger->error() (/homesun/ndt/domains/nguoiduatin.vn/public_html/phununews/vendor/laravel/framework/src/Illuminate/Log/LogManager.php:590) at Illuminate\Log\LogManager->error() (/homesun/ndt/domains/nguoiduatin.vn/public_html/phununews/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php:252) at Illuminate\Foundation\Exceptions\Handler->report() (/homesun/ndt/domains/nguoiduatin.vn/public_html/phununews/app/Exceptions/Handler.php:65) at App\Exceptions\Handler->report() (/homesun/ndt/domains/nguoiduatin.vn/public_html/phununews/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php:165) at Illuminate\Foundation\Bootstrap\HandleExceptions->handleException()

Từ khóa » Khánh Linh The Face Trước Phẫu Thuật