/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php
* {@inheritdoc}
*/
protected function write(array $record)
{
if (!is_resource($this->stream)) {
if (null === $this->url || '' === $this->url) {
throw new \LogicException('Missing stream url, the stream can not be opened. This may be caused by a premature call to close().');
}
$this->createDir();
$this->errorMessage = null;
set_error_handler(array($this, 'customErrorHandler'));
$this->stream = fopen($this->url, 'a');
if ($this->filePermission !== null) {
@chmod($this->url, $this->filePermission);
}
restore_error_handler();
if (!is_resource($this->stream)) {
$this->stream = null;
throw new \UnexpectedValueException(sprintf('The stream or file "%s" could not be opened in append mode: '.$this->errorMessage, $this->url));
}
}
if ($this->useLocking) {
flock($this->stream, LOCK_EX);
}
$this->streamWrite($this->stream, $record);
if ($this->useLocking) {
flock($this->stream, LOCK_UN);
}
}
Arguments
"The stream or file "/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/storage/logs/laravel.log" could not be opened in append mode: failed to open stream: Read-only file system ◀The stream or file "/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/storage/logs/laravel.log" could not be opened in append mode: failed to open str ▶"
/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @author Christophe Coevoet <stof@notk.org>
*/
abstract class AbstractProcessingHandler extends AbstractHandler
{
public function handle(array $record)
{
if (!$this->isHandling($record)) {
return false;
}
$record = $this->processRecord($record);
$record['formatted'] = $this->getFormatter()->format($record);
$this->write($record);
return false === $this->bubble;
}
abstract protected function write(array $record);
protected function processRecord(array $record)
{
Arguments
array:8 [▶
"message" => "file_put_contents(/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/storage/framework/sessions/zUyS1zjVRbnCklnmpXgxT7GWrwfuVLnBtiTVCwMo): failed to open stream: Read-only file system ◀file_put_contents(/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/storage/framework/sessions/zUyS1zjVRbnCklnmpXgxT7GWrwfuVLnBtiTVCwMo): failed to op ▶"
"context" => array:1 [▶
"exception" => ErrorException {▶
#message: "file_put_contents(/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/storage/framework/sessions/zUyS1zjVRbnCklnmpXgxT7GWrwfuVLnBtiTVCwMo): failed to open stream: Read-only file system ◀file_put_contents(/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/storage/framework/sessions/zUyS1zjVRbnCklnmpXgxT7GWrwfuVLnBtiTVCwMo): failed to op ▶"
#code: 0
#file: "/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php"
#line: 122
#severity: E_WARNING
}
]
"level" => 400
"level_name" => "ERROR"
"channel" => "production"
"datetime" => DateTime @1743681974 {▶
date: 2025-04-03 14:06:14.434906 Europe/Bratislava (+02:00)
}
"extra" => []
"formatted" => """
[2025-04-03 14:06:14] production.ERROR: file_put_contents(/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/storage/framework/sessions/zUyS1zjVRbnCklnmpXgxT7GWrwfuVLnBtiTVCwMo): failed to open stream: Read-only file system {"exception":"[object] (ErrorException(code: 0): file_put_contents(/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/storage/framework/sessions/zUyS1zjVRbnCklnmpXgxT7GWrwfuVLnBtiTVCwMo): failed to open stream: Read-only file system at /data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:122)\n ◀[2025-04-03 14:06:14] production.ERROR: file_put_contents(/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/storage/framework/sessions/zUyS1zjVRbnCkln ▶
[stacktrace]\n
#0 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(2, 'file_put_conten...', '/data/6/0/60816...', 122, Array)\n
#1 /data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(122): file_put_contents('/data/6/0/60816...', 'a:4:{s:6:\"_toke...', 2)\n ◀#1 /data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(122): file_put_contents('/data/ ▶
#2 /data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/vendor/laravel/framework/src/Illuminate/Session/FileSessionHandler.php(83): Illuminate\\Filesystem\\Filesystem->put('/data/6/0/60816...', 'a:4:{s:6:\"_toke...', true)\n ◀#2 /data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/vendor/laravel/framework/src/Illuminate/Session/FileSessionHandler.php(83): Illuminate\\Filesyste ▶
#3 /data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/vendor/laravel/framework/src/Illuminate/Session/Store.php(128): Illuminate\\Session\\FileSessionHandler->write('zUyS1zjVRbnCkln...', 'a:4:{s:6:\"_toke...')\n ◀#3 /data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/vendor/laravel/framework/src/Illuminate/Session/Store.php(128): Illuminate\\Session\\FileSessionH ▶
#4 /data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(87): Illuminate\\Session\\Store->save()\n ◀#4 /data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(87): Illuminate\\Sess ▶
#5 /data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(218): Illuminate\\Session\\Middleware\\StartSession->terminate(Object(Illuminate\\Http\\Request), Object(Illuminate\\Http\\Response))\n ◀#5 /data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(218): Illuminate\\Session\\Mid ▶
#6 /data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(189): Illuminate\\Foundation\\Http\\Kernel->terminateMiddleware(Object(Illuminate\\Http\\Request), Object(Illuminate\\Http\\Response))\n ◀#6 /data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(189): Illuminate\\Foundation\\ ▶
#7 /data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/public/index.php(60): Illuminate\\Foundation\\Http\\Kernel->terminate(Object(Illuminate\\Http\\Request), Object(Illuminate\\Http\\Response))\n ◀#7 /data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/public/index.php(60): Illuminate\\Foundation\\Http\\Kernel->terminate(Object(Illuminate\\Http\\Re ▶
#8 {main}\n
"} \n
"""
]
/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/vendor/monolog/monolog/src/Monolog/Logger.php
}
$ts->setTimezone(static::$timezone);
$record = array(
'message' => (string) $message,
'context' => $context,
'level' => $level,
'level_name' => $levelName,
'channel' => $this->name,
'datetime' => $ts,
'extra' => array(),
);
try {
foreach ($this->processors as $processor) {
$record = call_user_func($processor, $record);
}
while ($handler = current($this->handlers)) {
if (true === $handler->handle($record)) {
break;
}
next($this->handlers);
}
} catch (Exception $e) {
$this->handleException($e, $record);
}
return true;
}
/**
* Ends a log cycle and frees all resources used by handlers.
*
* Closing a Handler means flushing all buffers and freeing any open resources/handles.
* Handlers that have been closed should be able to accept log records again and re-open
* themselves on demand, but this may not always be possible depending on implementation.
*
* This is useful at the end of a request and will be called automatically on every handler
Arguments
array:8 [▶
"message" => "file_put_contents(/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/storage/framework/sessions/zUyS1zjVRbnCklnmpXgxT7GWrwfuVLnBtiTVCwMo): failed to open stream: Read-only file system ◀file_put_contents(/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/storage/framework/sessions/zUyS1zjVRbnCklnmpXgxT7GWrwfuVLnBtiTVCwMo): failed to op ▶"
"context" => array:1 [▶
"exception" => ErrorException {▶
#message: "file_put_contents(/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/storage/framework/sessions/zUyS1zjVRbnCklnmpXgxT7GWrwfuVLnBtiTVCwMo): failed to open stream: Read-only file system ◀file_put_contents(/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/storage/framework/sessions/zUyS1zjVRbnCklnmpXgxT7GWrwfuVLnBtiTVCwMo): failed to op ▶"
#code: 0
#file: "/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php"
#line: 122
#severity: E_WARNING
}
]
"level" => 400
"level_name" => "ERROR"
"channel" => "production"
"datetime" => DateTime @1743681974 {▶
date: 2025-04-03 14:06:14.434906 Europe/Bratislava (+02:00)
}
"extra" => []
"formatted" => """
[2025-04-03 14:06:14] production.ERROR: file_put_contents(/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/storage/framework/sessions/zUyS1zjVRbnCklnmpXgxT7GWrwfuVLnBtiTVCwMo): failed to open stream: Read-only file system {"exception":"[object] (ErrorException(code: 0): file_put_contents(/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/storage/framework/sessions/zUyS1zjVRbnCklnmpXgxT7GWrwfuVLnBtiTVCwMo): failed to open stream: Read-only file system at /data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:122)\n ◀[2025-04-03 14:06:14] production.ERROR: file_put_contents(/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/storage/framework/sessions/zUyS1zjVRbnCkln ▶
[stacktrace]\n
#0 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(2, 'file_put_conten...', '/data/6/0/60816...', 122, Array)\n
#1 /data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(122): file_put_contents('/data/6/0/60816...', 'a:4:{s:6:\"_toke...', 2)\n ◀#1 /data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(122): file_put_contents('/data/ ▶
#2 /data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/vendor/laravel/framework/src/Illuminate/Session/FileSessionHandler.php(83): Illuminate\\Filesystem\\Filesystem->put('/data/6/0/60816...', 'a:4:{s:6:\"_toke...', true)\n ◀#2 /data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/vendor/laravel/framework/src/Illuminate/Session/FileSessionHandler.php(83): Illuminate\\Filesyste ▶
#3 /data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/vendor/laravel/framework/src/Illuminate/Session/Store.php(128): Illuminate\\Session\\FileSessionHandler->write('zUyS1zjVRbnCkln...', 'a:4:{s:6:\"_toke...')\n ◀#3 /data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/vendor/laravel/framework/src/Illuminate/Session/Store.php(128): Illuminate\\Session\\FileSessionH ▶
#4 /data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(87): Illuminate\\Session\\Store->save()\n ◀#4 /data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(87): Illuminate\\Sess ▶
#5 /data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(218): Illuminate\\Session\\Middleware\\StartSession->terminate(Object(Illuminate\\Http\\Request), Object(Illuminate\\Http\\Response))\n ◀#5 /data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(218): Illuminate\\Session\\Mid ▶
#6 /data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(189): Illuminate\\Foundation\\Http\\Kernel->terminateMiddleware(Object(Illuminate\\Http\\Request), Object(Illuminate\\Http\\Response))\n ◀#6 /data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(189): Illuminate\\Foundation\\ ▶
#7 /data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/public/index.php(60): Illuminate\\Foundation\\Http\\Kernel->terminate(Object(Illuminate\\Http\\Request), Object(Illuminate\\Http\\Response))\n ◀#7 /data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/public/index.php(60): Illuminate\\Foundation\\Http\\Kernel->terminate(Object(Illuminate\\Http\\Re ▶
#8 {main}\n
"} \n
"""
]
/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/vendor/monolog/monolog/src/Monolog/Logger.php
* @param array $context The log context
* @return bool Whether the record has been processed
*/
public function err($message, array $context = array())
{
return $this->addRecord(static::ERROR, $message, $context);
}
public function error($message, array $context = array())
{
return $this->addRecord(static::ERROR, $message, $context);
}
public function crit($message, array $context = array())
{
return $this->addRecord(static::CRITICAL, $message, $context);
}
/**
* Adds a log record at the CRITICAL level.
*
* This method allows for compatibility with common interfaces.
Arguments
400
"file_put_contents(/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/storage/framework/sessions/zUyS1zjVRbnCklnmpXgxT7GWrwfuVLnBtiTVCwMo): failed to open stream: Read-only file system ◀file_put_contents(/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/storage/framework/sessions/zUyS1zjVRbnCklnmpXgxT7GWrwfuVLnBtiTVCwMo): failed to op ▶"
array:1 [▶
"exception" => ErrorException {▶
#message: "file_put_contents(/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/storage/framework/sessions/zUyS1zjVRbnCklnmpXgxT7GWrwfuVLnBtiTVCwMo): failed to open stream: Read-only file system ◀file_put_contents(/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/storage/framework/sessions/zUyS1zjVRbnCklnmpXgxT7GWrwfuVLnBtiTVCwMo): failed to op ▶"
#code: 0
#file: "/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php"
#line: 122
#severity: E_WARNING
}
]
/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/vendor/laravel/framework/src/Illuminate/Log/Writer.php
* @return void
*/
public function write($level, $message, array $context = [])
{
$this->writeLog($level, $message, $context);
}
protected function writeLog($level, $message, $context)
{
$this->fireLogEvent($level, $message = $this->formatMessage($message), $context);
$this->monolog->{$level}($message, $context);
}
public function useFiles($path, $level = 'debug')
{
$this->monolog->pushHandler($handler = new StreamHandler($path, $this->parseLevel($level)));
$handler->setFormatter($this->getDefaultFormatter());
}
/**
* Register a daily file log handler.
*
* @param string $path
Arguments
"file_put_contents(/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/storage/framework/sessions/zUyS1zjVRbnCklnmpXgxT7GWrwfuVLnBtiTVCwMo): failed to open stream: Read-only file system ◀file_put_contents(/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/storage/framework/sessions/zUyS1zjVRbnCklnmpXgxT7GWrwfuVLnBtiTVCwMo): failed to op ▶"
array:1 [▶
"exception" => ErrorException {▶
#message: "file_put_contents(/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/storage/framework/sessions/zUyS1zjVRbnCklnmpXgxT7GWrwfuVLnBtiTVCwMo): failed to open stream: Read-only file system ◀file_put_contents(/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/storage/framework/sessions/zUyS1zjVRbnCklnmpXgxT7GWrwfuVLnBtiTVCwMo): failed to op ▶"
#code: 0
#file: "/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php"
#line: 122
#severity: E_WARNING
}
]
/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/vendor/laravel/framework/src/Illuminate/Log/Writer.php
*
* @param string $message
* @param array $context
* @return void
*/
public function critical($message, array $context = [])
{
$this->writeLog(__FUNCTION__, $message, $context);
}
public function error($message, array $context = [])
{
$this->writeLog(__FUNCTION__, $message, $context);
}
public function warning($message, array $context = [])
{
$this->writeLog(__FUNCTION__, $message, $context);
}
/**
* Log a notice to the logs.
*
* @param string $message
* @param array $context
* @return void
Arguments
"error"
"file_put_contents(/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/storage/framework/sessions/zUyS1zjVRbnCklnmpXgxT7GWrwfuVLnBtiTVCwMo): failed to open stream: Read-only file system ◀file_put_contents(/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/storage/framework/sessions/zUyS1zjVRbnCklnmpXgxT7GWrwfuVLnBtiTVCwMo): failed to op ▶"
array:1 [▶
"exception" => ErrorException {▶
#message: "file_put_contents(/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/storage/framework/sessions/zUyS1zjVRbnCklnmpXgxT7GWrwfuVLnBtiTVCwMo): failed to open stream: Read-only file system ◀file_put_contents(/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/storage/framework/sessions/zUyS1zjVRbnCklnmpXgxT7GWrwfuVLnBtiTVCwMo): failed to op ▶"
#code: 0
#file: "/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php"
#line: 122
#severity: E_WARNING
}
]
/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php
*/
public function report(Exception $e)
{
if ($this->shouldntReport($e)) {
return;
}
if (method_exists($e, 'report')) {
return $e->report();
}
try {
$logger = $this->container->make(LoggerInterface::class);
} catch (Exception $ex) {
throw $e;
}
$logger->error(
$e->getMessage(),
array_merge($this->context(), ['exception' => $e]
));
}
public function shouldReport(Exception $e)
{
return ! $this->shouldntReport($e);
}
Arguments
"file_put_contents(/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/storage/framework/sessions/zUyS1zjVRbnCklnmpXgxT7GWrwfuVLnBtiTVCwMo): failed to open stream: Read-only file system ◀file_put_contents(/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/storage/framework/sessions/zUyS1zjVRbnCklnmpXgxT7GWrwfuVLnBtiTVCwMo): failed to op ▶"
array:1 [▶
"exception" => ErrorException {▶
#message: "file_put_contents(/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/storage/framework/sessions/zUyS1zjVRbnCklnmpXgxT7GWrwfuVLnBtiTVCwMo): failed to open stream: Read-only file system ◀file_put_contents(/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/storage/framework/sessions/zUyS1zjVRbnCklnmpXgxT7GWrwfuVLnBtiTVCwMo): failed to op ▶"
#code: 0
#file: "/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php"
#line: 122
#severity: E_WARNING
}
]
/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/app/Exceptions/Handler.php
* A list of the inputs that are never flashed for validation exceptions.
*
* @var array
*/
protected $dontFlash = [
'password',
'password_confirmation',
];
public function report(Exception $exception)
{
parent::report($exception);
}
public function render($request, Exception $exception)
{
return parent::render($request, $exception);
}
}
Arguments
ErrorException {▶
#message: "file_put_contents(/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/storage/framework/sessions/zUyS1zjVRbnCklnmpXgxT7GWrwfuVLnBtiTVCwMo): failed to open stream: Read-only file system ◀file_put_contents(/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/storage/framework/sessions/zUyS1zjVRbnCklnmpXgxT7GWrwfuVLnBtiTVCwMo): failed to op ▶"
#code: 0
#file: "/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php"
#line: 122
#severity: E_WARNING
}
/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php
}
public function handleException($e)
{
if (! $e instanceof Exception) {
$e = new FatalThrowableError($e);
}
try {
$this->getExceptionHandler()->report($e);
} catch (Exception $e) {
}
if ($this->app->runningInConsole()) {
$this->renderForConsole($e);
} else {
$this->renderHttpResponse($e);
}
}
protected function renderForConsole(Exception $e)
{
$this->getExceptionHandler()->renderForConsole(new ConsoleOutput, $e);
Arguments
ErrorException {▶
#message: "file_put_contents(/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/storage/framework/sessions/zUyS1zjVRbnCklnmpXgxT7GWrwfuVLnBtiTVCwMo): failed to open stream: Read-only file system ◀file_put_contents(/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/storage/framework/sessions/zUyS1zjVRbnCklnmpXgxT7GWrwfuVLnBtiTVCwMo): failed to op ▶"
#code: 0
#file: "/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php"
#line: 122
#severity: E_WARNING
}
[internal]
Arguments
ErrorException {▶
#message: "file_put_contents(/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/storage/framework/sessions/zUyS1zjVRbnCklnmpXgxT7GWrwfuVLnBtiTVCwMo): failed to open stream: Read-only file system ◀file_put_contents(/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/storage/framework/sessions/zUyS1zjVRbnCklnmpXgxT7GWrwfuVLnBtiTVCwMo): failed to op ▶"
#code: 0
#file: "/data/6/0/60816456-a385-48bd-907d-982bcfcba090/adina.sk/web/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php"
#line: 122
#severity: E_WARNING
}