Found 11391 lawyers
Kenneth A. Kotarski

(310) 860-5685
Kenneth A. Kotarski, A Professional Corporation
Free Consultation
Roland B. Perez

714-961-1966
Law Offices of Perez & Perez
Free Consultation
Charles S. Roseman

619-544-1500
Law Offices of Charles S. Roseman
Free Consultation
Martha Castillo

8183801600
Goodchild and Duffy, P.L.C.
Free Consultation
Steven Schorr

858-794-5403
Law Offices of Steven Schorr, Attorney and Counselor
Free Consultation
Richard S. Kolomejec

415-433-7205
Richard S. Kolomejec, Attorney at Law
Free Consultation
Charles Funaro

(626) 578-0440
Law Office of Charles Funaro
Free Consultation
Claude M. Stern

650-801-5002
Quinn Emanuel Urquhart Oliver & Hedges LLP
Free Consultation
Amy Ghosh

2134798349
Law offices of Amy Ghosh
Free Consultation
Steve Buchwalter

818-501-8987
Law Offices of Steve A Buchwalter, P.C.
Free Consultation
Ursula Lotwala, Esq.

(310) 860-7567
Law Offices of Ursula Lotwala, Esq.
Free Consultation
Phyllis A. Beech

559-892-9696
Law Office of Phyllis A. Beech
Free Consultation
Anna Murphy

916-434-0440
Ensminger Law Offices
Free Consultation
Aron Laub

818-888-9239
Aron Laub, Attorney & Advocate
Free Consultation
Robert H. McMillan

7146199355
McMillan & Jennings LLP
Free Consultation
Heather L. Poole, Attorney at Law

626.432.4550
Heather L. Poole, PC, Professional Law Corporation
Free Consultation
Adam Dombchik

213.739.7000
Geklaw - Gordon, Edelstein, Krepack, Grant, Felton and Goldstein Attorneys
Free Consultation
Whoops! There was an error.
ErrorException (E_NOTICE)
fwrite(): write of 3235 bytes failed with errno=28 No space left on device ErrorException thrown with message "fwrite(): write of 3235 bytes failed with errno=28 No space left on device" Stacktrace: #12 ErrorException in /home/rsdserver/law.rsdserver.com/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php:139 #11 fwrite in /home/rsdserver/law.rsdserver.com/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php:139 #10 Monolog\Handler\StreamHandler:streamWrite in /home/rsdserver/law.rsdserver.com/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php:125 #9 Monolog\Handler\StreamHandler:write in /home/rsdserver/law.rsdserver.com/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php:120 #8 Monolog\Handler\RotatingFileHandler:write in /home/rsdserver/law.rsdserver.com/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php:39 #7 Monolog\Handler\AbstractProcessingHandler:handle in /home/rsdserver/law.rsdserver.com/vendor/monolog/monolog/src/Monolog/Logger.php:344 #6 Monolog\Logger:addRecord in /home/rsdserver/law.rsdserver.com/vendor/monolog/monolog/src/Monolog/Logger.php:712 #5 Monolog\Logger:error in /home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Log/Writer.php:203 #4 Illuminate\Log\Writer:writeLog in /home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Log/Writer.php:114 #3 Illuminate\Log\Writer:error in /home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php:113 #2 Illuminate\Foundation\Exceptions\Handler:report in /home/rsdserver/law.rsdserver.com/app/Exceptions/Handler.php:69 #1 App\Exceptions\Handler:report in /home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php:81 #0 Illuminate\Foundation\Bootstrap\HandleExceptions:handleException in [internal]:0
12
ErrorException
/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php139
11
fwrite
/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php139
10
Monolog\Handler\StreamHandler streamWrite
/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php125
9
Monolog\Handler\StreamHandler write
/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php120
8
Monolog\Handler\RotatingFileHandler write
/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php39
7
Monolog\Handler\AbstractProcessingHandler handle
/vendor/monolog/monolog/src/Monolog/Logger.php344
6
Monolog\Logger addRecord
/vendor/monolog/monolog/src/Monolog/Logger.php712
5
Monolog\Logger error
/vendor/laravel/framework/src/Illuminate/Log/Writer.php203
4
Illuminate\Log\Writer writeLog
/vendor/laravel/framework/src/Illuminate/Log/Writer.php114
3
Illuminate\Log\Writer error
/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php113
2
Illuminate\Foundation\Exceptions\Handler report
/app/Exceptions/Handler.php69
1
App\Exceptions\Handler report
/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php81
0
Illuminate\Foundation\Bootstrap\HandleExceptions handleException
[internal]0
/home/rsdserver/law.rsdserver.com/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php
        if ($this->useLocking) {
            // ignoring errors here, there's not much we can do about them
            flock($this->stream, LOCK_EX);
        }
 
        $this->streamWrite($this->stream, $record);
 
        if ($this->useLocking) {
            flock($this->stream, LOCK_UN);
        }
    }
 
    /**
     * Write to stream
     * @param resource $stream
     * @param array $record
     */
    protected function streamWrite($stream, array $record)
    {
        fwrite($stream, (string) $record['formatted']);
    }
 
    protected function streamSetChunkSize()
    {
        if (version_compare(PHP_VERSION, '5.4.0', '>=')) {
            return stream_set_chunk_size($this->stream, self::CHUNK_SIZE);
        }
 
        return false;
    }
 
    private function customErrorHandler($code, $msg)
    {
        $this->errorMessage = preg_replace('{^(fopen|mkdir)\(.*?\): }', '', $msg);
    }
 
    /**
     * @param string $stream
     *
     * @return null|string
Arguments
  1. "fwrite(): write of 3235 bytes failed with errno=28 No space left on device"
    
/home/rsdserver/law.rsdserver.com/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php
        if ($this->useLocking) {
            // ignoring errors here, there's not much we can do about them
            flock($this->stream, LOCK_EX);
        }
 
        $this->streamWrite($this->stream, $record);
 
        if ($this->useLocking) {
            flock($this->stream, LOCK_UN);
        }
    }
 
    /**
     * Write to stream
     * @param resource $stream
     * @param array $record
     */
    protected function streamWrite($stream, array $record)
    {
        fwrite($stream, (string) $record['formatted']);
    }
 
    protected function streamSetChunkSize()
    {
        if (version_compare(PHP_VERSION, '5.4.0', '>=')) {
            return stream_set_chunk_size($this->stream, self::CHUNK_SIZE);
        }
 
        return false;
    }
 
    private function customErrorHandler($code, $msg)
    {
        $this->errorMessage = preg_replace('{^(fopen|mkdir)\(.*?\): }', '', $msg);
    }
 
    /**
     * @param string $stream
     *
     * @return null|string
Arguments
  1. stream resource @705
      timed_out: false
      blocked: true
      eof: false
      wrapper_type: "plainfile"
      stream_type: "STDIO"
      mode: "a"
      unread_bytes: 0
      seekable: true
      uri: "/home/rsdserver/law.rsdserver.com/storage/logs/laravel-2025-10-05.log"
      options: []
    }
    
  2. """
    [2025-10-05 20:04:31] local.ERROR: MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error. {"exception":"[object] (Predis\\Response\\ServerException(code: 0): MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error. at /home/rsdserver/law.rsdserver.com/vendor/predis/predis/src/Client.php:370)\n
    [stacktrace]\n
    #0 /home/rsdserver/law.rsdserver.com/vendor/predis/predis/src/Client.php(335): Predis\\Client->onErrorResponse(Object(Predis\\Command\\StringSetExpire), Object(Predis\\Response\\Error))\n
    #1 /home/rsdserver/law.rsdserver.com/vendor/predis/predis/src/Client.php(314): Predis\\Client->executeCommand(Object(Predis\\Command\\StringSetExpire))\n
    #2 /home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Redis/Connections/Connection.php(96): Predis\\Client->__call('setex', Array)\n
    #3 /home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Redis/Connections/Connection.php(108): Illuminate\\Redis\\Connections\\Connection->command('setex', Array)\n
    #4 /home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Cache/RedisStore.php(93): Illuminate\\Redis\\Connections\\Connection->__call('setex', Array)\n
    #5 /home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(191): Illuminate\\Cache\\RedisStore->put('MEvkWRpG5Stwu3s...', 'a:4:{s:6:\"_toke...', 120)\n
    #6 /home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Session/CacheBasedSessionHandler.php(66): Illuminate\\Cache\\Repository->put('MEvkWRpG5Stwu3s...', 'a:4:{s:6:\"_toke...', 120)\n
    #7 /home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Session/Store.php(128): Illuminate\\Session\\CacheBasedSessionHandler->write('MEvkWRpG5Stwu3s...', 'a:4:{s:6:\"_toke...')\n
    #8 /home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(87): Illuminate\\Session\\Store->save()\n
    #9 /home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(218): Illuminate\\Session\\Middleware\\StartSession->terminate(Object(Illuminate\\Http\\Request), Object(Illuminate\\Http\\Response))\n
    #10 /home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(189): Illuminate\\Foundation\\Http\\Kernel->terminateMiddleware(Object(Illuminate\\Http\\Request), Object(Illuminate\\Http\\Response))\n
    #11 /home/rsdserver/law.rsdserver.com/public/index.php(115): Illuminate\\Foundation\\Http\\Kernel->terminate(Object(Illuminate\\Http\\Request), Object(Illuminate\\Http\\Response))\n
    #12 /home/rsdserver/law.rsdserver.com/server.php(41): require_once('/home/rsdserver...')\n
    #13 {main}\n
    "} \n
    """
    
/home/rsdserver/law.rsdserver.com/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php
            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));
            }
            $this->streamSetChunkSize();
        }
 
        if ($this->useLocking) {
            // ignoring errors here, there's not much we can do about them
            flock($this->stream, LOCK_EX);
        }
 
        $this->streamWrite($this->stream, $record);
 
        if ($this->useLocking) {
            flock($this->stream, LOCK_UN);
        }
    }
 
    /**
     * Write to stream
     * @param resource $stream
     * @param array $record
     */
    protected function streamWrite($stream, array $record)
    {
        fwrite($stream, (string) $record['formatted']);
    }
 
    protected function streamSetChunkSize()
    {
        if (version_compare(PHP_VERSION, '5.4.0', '>=')) {
            return stream_set_chunk_size($this->stream, self::CHUNK_SIZE);
Arguments
  1. stream resource @705
      timed_out: false
      blocked: true
      eof: false
      wrapper_type: "plainfile"
      stream_type: "STDIO"
      mode: "a"
      unread_bytes: 0
      seekable: true
      uri: "/home/rsdserver/law.rsdserver.com/storage/logs/laravel-2025-10-05.log"
      options: []
    }
    
  2. array:8 [
      "message" => "MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error."
      "context" => array:1 [
        "exception" => ServerException {#1416
          #message: "MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error."
          #code: 0
          #file: "/home/rsdserver/law.rsdserver.com/vendor/predis/predis/src/Client.php"
          #line: 370
        }
      ]
      "level" => 400
      "level_name" => "ERROR"
      "channel" => "local"
      "datetime" => DateTime @1759683871 {#30
        date: 2025-10-05 20:04:31.774972 Europe/Chisinau (+03:00)
      }
      "extra" => []
      "formatted" => """
        [2025-10-05 20:04:31] local.ERROR: MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error. {"exception":"[object] (Predis\\Response\\ServerException(code: 0): MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error. at /home/rsdserver/law.rsdserver.com/vendor/predis/predis/src/Client.php:370)\n
        [stacktrace]\n
        #0 /home/rsdserver/law.rsdserver.com/vendor/predis/predis/src/Client.php(335): Predis\\Client->onErrorResponse(Object(Predis\\Command\\StringSetExpire), Object(Predis\\Response\\Error))\n
        #1 /home/rsdserver/law.rsdserver.com/vendor/predis/predis/src/Client.php(314): Predis\\Client->executeCommand(Object(Predis\\Command\\StringSetExpire))\n
        #2 /home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Redis/Connections/Connection.php(96): Predis\\Client->__call('setex', Array)\n
        #3 /home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Redis/Connections/Connection.php(108): Illuminate\\Redis\\Connections\\Connection->command('setex', Array)\n
        #4 /home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Cache/RedisStore.php(93): Illuminate\\Redis\\Connections\\Connection->__call('setex', Array)\n
        #5 /home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(191): Illuminate\\Cache\\RedisStore->put('MEvkWRpG5Stwu3s...', 'a:4:{s:6:\"_toke...', 120)\n
        #6 /home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Session/CacheBasedSessionHandler.php(66): Illuminate\\Cache\\Repository->put('MEvkWRpG5Stwu3s...', 'a:4:{s:6:\"_toke...', 120)\n
        #7 /home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Session/Store.php(128): Illuminate\\Session\\CacheBasedSessionHandler->write('MEvkWRpG5Stwu3s...', 'a:4:{s:6:\"_toke...')\n
        #8 /home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(87): Illuminate\\Session\\Store->save()\n
        #9 /home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(218): Illuminate\\Session\\Middleware\\StartSession->terminate(Object(Illuminate\\Http\\Request), Object(Illuminate\\Http\\Response))\n
        #10 /home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(189): Illuminate\\Foundation\\Http\\Kernel->terminateMiddleware(Object(Illuminate\\Http\\Request), Object(Illuminate\\Http\\Response))\n
        #11 /home/rsdserver/law.rsdserver.com/public/index.php(115): Illuminate\\Foundation\\Http\\Kernel->terminate(Object(Illuminate\\Http\\Request), Object(Illuminate\\Http\\Response))\n
        #12 /home/rsdserver/law.rsdserver.com/server.php(41): require_once('/home/rsdserver...')\n
        #13 {main}\n
        "} \n
        """
    ]
    
/home/rsdserver/law.rsdserver.com/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php
        $this->url = $this->getTimedFilename();
        $this->close();
    }
 
    /**
     * {@inheritdoc}
     */
    protected function write(array $record)
    {
        // on the first record written, if the log is new, we should rotate (once per day)
        if (null === $this->mustRotate) {
            $this->mustRotate = !file_exists($this->url);
        }
 
        if ($this->nextRotation < $record['datetime']) {
            $this->mustRotate = true;
            $this->close();
        }
 
        parent::write($record);
    }
 
    /**
     * Rotates the files.
     */
    protected function rotate()
    {
        // update filename
        $this->url = $this->getTimedFilename();
        $this->nextRotation = new \DateTime('tomorrow');
 
        // skip GC of old logs if files are unlimited
        if (0 === $this->maxFiles) {
            return;
        }
 
        $logFiles = glob($this->getGlobPattern());
        if ($this->maxFiles >= count($logFiles)) {
            // no files to remove
            return;
Arguments
  1. array:8 [
      "message" => "MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error."
      "context" => array:1 [
        "exception" => ServerException {#1416
          #message: "MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error."
          #code: 0
          #file: "/home/rsdserver/law.rsdserver.com/vendor/predis/predis/src/Client.php"
          #line: 370
        }
      ]
      "level" => 400
      "level_name" => "ERROR"
      "channel" => "local"
      "datetime" => DateTime @1759683871 {#30
        date: 2025-10-05 20:04:31.774972 Europe/Chisinau (+03:00)
      }
      "extra" => []
      "formatted" => """
        [2025-10-05 20:04:31] local.ERROR: MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error. {"exception":"[object] (Predis\\Response\\ServerException(code: 0): MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error. at /home/rsdserver/law.rsdserver.com/vendor/predis/predis/src/Client.php:370)\n
        [stacktrace]\n
        #0 /home/rsdserver/law.rsdserver.com/vendor/predis/predis/src/Client.php(335): Predis\\Client->onErrorResponse(Object(Predis\\Command\\StringSetExpire), Object(Predis\\Response\\Error))\n
        #1 /home/rsdserver/law.rsdserver.com/vendor/predis/predis/src/Client.php(314): Predis\\Client->executeCommand(Object(Predis\\Command\\StringSetExpire))\n
        #2 /home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Redis/Connections/Connection.php(96): Predis\\Client->__call('setex', Array)\n
        #3 /home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Redis/Connections/Connection.php(108): Illuminate\\Redis\\Connections\\Connection->command('setex', Array)\n
        #4 /home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Cache/RedisStore.php(93): Illuminate\\Redis\\Connections\\Connection->__call('setex', Array)\n
        #5 /home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(191): Illuminate\\Cache\\RedisStore->put('MEvkWRpG5Stwu3s...', 'a:4:{s:6:\"_toke...', 120)\n
        #6 /home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Session/CacheBasedSessionHandler.php(66): Illuminate\\Cache\\Repository->put('MEvkWRpG5Stwu3s...', 'a:4:{s:6:\"_toke...', 120)\n
        #7 /home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Session/Store.php(128): Illuminate\\Session\\CacheBasedSessionHandler->write('MEvkWRpG5Stwu3s...', 'a:4:{s:6:\"_toke...')\n
        #8 /home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(87): Illuminate\\Session\\Store->save()\n
        #9 /home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(218): Illuminate\\Session\\Middleware\\StartSession->terminate(Object(Illuminate\\Http\\Request), Object(Illuminate\\Http\\Response))\n
        #10 /home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(189): Illuminate\\Foundation\\Http\\Kernel->terminateMiddleware(Object(Illuminate\\Http\\Request), Object(Illuminate\\Http\\Response))\n
        #11 /home/rsdserver/law.rsdserver.com/public/index.php(115): Illuminate\\Foundation\\Http\\Kernel->terminate(Object(Illuminate\\Http\\Request), Object(Illuminate\\Http\\Response))\n
        #12 /home/rsdserver/law.rsdserver.com/server.php(41): require_once('/home/rsdserver...')\n
        #13 {main}\n
        "} \n
        """
    ]
    
/home/rsdserver/law.rsdserver.com/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
{
    /**
     * {@inheritdoc}
     */
    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;
    }
 
    /**
     * Writes the record down to the log of the implementing handler
     *
     * @param  array $record
     * @return void
     */
    abstract protected function write(array $record);
 
    /**
     * Processes a record.
     *
     * @param  array $record
     * @return array
     */
    protected function processRecord(array $record)
    {
Arguments
  1. array:8 [
      "message" => "MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error."
      "context" => array:1 [
        "exception" => ServerException {#1416
          #message: "MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error."
          #code: 0
          #file: "/home/rsdserver/law.rsdserver.com/vendor/predis/predis/src/Client.php"
          #line: 370
        }
      ]
      "level" => 400
      "level_name" => "ERROR"
      "channel" => "local"
      "datetime" => DateTime @1759683871 {#30
        date: 2025-10-05 20:04:31.774972 Europe/Chisinau (+03:00)
      }
      "extra" => []
      "formatted" => """
        [2025-10-05 20:04:31] local.ERROR: MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error. {"exception":"[object] (Predis\\Response\\ServerException(code: 0): MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error. at /home/rsdserver/law.rsdserver.com/vendor/predis/predis/src/Client.php:370)\n
        [stacktrace]\n
        #0 /home/rsdserver/law.rsdserver.com/vendor/predis/predis/src/Client.php(335): Predis\\Client->onErrorResponse(Object(Predis\\Command\\StringSetExpire), Object(Predis\\Response\\Error))\n
        #1 /home/rsdserver/law.rsdserver.com/vendor/predis/predis/src/Client.php(314): Predis\\Client->executeCommand(Object(Predis\\Command\\StringSetExpire))\n
        #2 /home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Redis/Connections/Connection.php(96): Predis\\Client->__call('setex', Array)\n
        #3 /home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Redis/Connections/Connection.php(108): Illuminate\\Redis\\Connections\\Connection->command('setex', Array)\n
        #4 /home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Cache/RedisStore.php(93): Illuminate\\Redis\\Connections\\Connection->__call('setex', Array)\n
        #5 /home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(191): Illuminate\\Cache\\RedisStore->put('MEvkWRpG5Stwu3s...', 'a:4:{s:6:\"_toke...', 120)\n
        #6 /home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Session/CacheBasedSessionHandler.php(66): Illuminate\\Cache\\Repository->put('MEvkWRpG5Stwu3s...', 'a:4:{s:6:\"_toke...', 120)\n
        #7 /home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Session/Store.php(128): Illuminate\\Session\\CacheBasedSessionHandler->write('MEvkWRpG5Stwu3s...', 'a:4:{s:6:\"_toke...')\n
        #8 /home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(87): Illuminate\\Session\\Store->save()\n
        #9 /home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(218): Illuminate\\Session\\Middleware\\StartSession->terminate(Object(Illuminate\\Http\\Request), Object(Illuminate\\Http\\Response))\n
        #10 /home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(189): Illuminate\\Foundation\\Http\\Kernel->terminateMiddleware(Object(Illuminate\\Http\\Request), Object(Illuminate\\Http\\Response))\n
        #11 /home/rsdserver/law.rsdserver.com/public/index.php(115): Illuminate\\Foundation\\Http\\Kernel->terminate(Object(Illuminate\\Http\\Request), Object(Illuminate\\Http\\Response))\n
        #12 /home/rsdserver/law.rsdserver.com/server.php(41): require_once('/home/rsdserver...')\n
        #13 {main}\n
        "} \n
        """
    ]
    
/home/rsdserver/law.rsdserver.com/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
  1. array:8 [
      "message" => "MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error."
      "context" => array:1 [
        "exception" => ServerException {#1416
          #message: "MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error."
          #code: 0
          #file: "/home/rsdserver/law.rsdserver.com/vendor/predis/predis/src/Client.php"
          #line: 370
        }
      ]
      "level" => 400
      "level_name" => "ERROR"
      "channel" => "local"
      "datetime" => DateTime @1759683871 {#30
        date: 2025-10-05 20:04:31.774972 Europe/Chisinau (+03:00)
      }
      "extra" => []
      "formatted" => """
        [2025-10-05 20:04:31] local.ERROR: MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error. {"exception":"[object] (Predis\\Response\\ServerException(code: 0): MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error. at /home/rsdserver/law.rsdserver.com/vendor/predis/predis/src/Client.php:370)\n
        [stacktrace]\n
        #0 /home/rsdserver/law.rsdserver.com/vendor/predis/predis/src/Client.php(335): Predis\\Client->onErrorResponse(Object(Predis\\Command\\StringSetExpire), Object(Predis\\Response\\Error))\n
        #1 /home/rsdserver/law.rsdserver.com/vendor/predis/predis/src/Client.php(314): Predis\\Client->executeCommand(Object(Predis\\Command\\StringSetExpire))\n
        #2 /home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Redis/Connections/Connection.php(96): Predis\\Client->__call('setex', Array)\n
        #3 /home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Redis/Connections/Connection.php(108): Illuminate\\Redis\\Connections\\Connection->command('setex', Array)\n
        #4 /home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Cache/RedisStore.php(93): Illuminate\\Redis\\Connections\\Connection->__call('setex', Array)\n
        #5 /home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(191): Illuminate\\Cache\\RedisStore->put('MEvkWRpG5Stwu3s...', 'a:4:{s:6:\"_toke...', 120)\n
        #6 /home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Session/CacheBasedSessionHandler.php(66): Illuminate\\Cache\\Repository->put('MEvkWRpG5Stwu3s...', 'a:4:{s:6:\"_toke...', 120)\n
        #7 /home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Session/Store.php(128): Illuminate\\Session\\CacheBasedSessionHandler->write('MEvkWRpG5Stwu3s...', 'a:4:{s:6:\"_toke...')\n
        #8 /home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(87): Illuminate\\Session\\Store->save()\n
        #9 /home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(218): Illuminate\\Session\\Middleware\\StartSession->terminate(Object(Illuminate\\Http\\Request), Object(Illuminate\\Http\\Response))\n
        #10 /home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(189): Illuminate\\Foundation\\Http\\Kernel->terminateMiddleware(Object(Illuminate\\Http\\Request), Object(Illuminate\\Http\\Response))\n
        #11 /home/rsdserver/law.rsdserver.com/public/index.php(115): Illuminate\\Foundation\\Http\\Kernel->terminate(Object(Illuminate\\Http\\Request), Object(Illuminate\\Http\\Response))\n
        #12 /home/rsdserver/law.rsdserver.com/server.php(41): require_once('/home/rsdserver...')\n
        #13 {main}\n
        "} \n
        """
    ]
    
/home/rsdserver/law.rsdserver.com/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);
    }
 
    /**
     * Adds a log record at the ERROR level.
     *
     * This method allows for compatibility with common interfaces.
     *
     * @param  string $message The log message
     * @param  array  $context The log context
     * @return bool   Whether the record has been processed
     */
    public function error($message, array $context = array())
    {
        return $this->addRecord(static::ERROR, $message, $context);
    }
 
    /**
     * Adds a log record at the CRITICAL level.
     *
     * This method allows for compatibility with common interfaces.
     *
     * @param  string $message The log message
     * @param  array  $context The log context
     * @return bool   Whether the record has been processed
     */
    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
  1. 400
    
  2. "MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error."
    
  3. array:1 [
      "exception" => ServerException {#1416
        #message: "MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error."
        #code: 0
        #file: "/home/rsdserver/law.rsdserver.com/vendor/predis/predis/src/Client.php"
        #line: 370
      }
    ]
    
/home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Log/Writer.php
     * @return void
     */
    public function write($level, $message, array $context = [])
    {
        $this->writeLog($level, $message, $context);
    }
 
    /**
     * Write a message to Monolog.
     *
     * @param  string  $level
     * @param  string  $message
     * @param  array  $context
     * @return void
     */
    protected function writeLog($level, $message, $context)
    {
        $this->fireLogEvent($level, $message = $this->formatMessage($message), $context);
 
        $this->monolog->{$level}($message, $context);
    }
 
    /**
     * Register a file log handler.
     *
     * @param  string  $path
     * @param  string  $level
     * @return void
     */
    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
  1. "MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error."
    
  2. array:1 [
      "exception" => ServerException {#1416
        #message: "MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error."
        #code: 0
        #file: "/home/rsdserver/law.rsdserver.com/vendor/predis/predis/src/Client.php"
        #line: 370
      }
    ]
    
/home/rsdserver/law.rsdserver.com/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);
    }
 
    /**
     * Log an error message to the logs.
     *
     * @param  string  $message
     * @param  array  $context
     * @return void
     */
    public function error($message, array $context = [])
    {
        $this->writeLog(__FUNCTION__, $message, $context);
    }
 
    /**
     * Log a warning message to the logs.
     *
     * @param  string  $message
     * @param  array  $context
     * @return void
     */
    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
  1. "error"
    
  2. "MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error."
    
  3. array:1 [
      "exception" => ServerException {#1416
        #message: "MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error."
        #code: 0
        #file: "/home/rsdserver/law.rsdserver.com/vendor/predis/predis/src/Client.php"
        #line: 370
      }
    ]
    
/home/rsdserver/law.rsdserver.com/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; // throw the original exception
        }
 
        $logger->error(
            $e->getMessage(),
            array_merge($this->context(), ['exception' => $e]
        ));
    }
 
    /**
     * Determine if the exception should be reported.
     *
     * @param  \Exception  $e
     * @return bool
     */
    public function shouldReport(Exception $e)
    {
        return ! $this->shouldntReport($e);
    }
 
    /**
     * Determine if the exception is in the "do not report" list.
     *
     * @param  \Exception  $e
     * @return bool
     */
Arguments
  1. "MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error."
    
  2. array:1 [
      "exception" => ServerException {#1416
        #message: "MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error."
        #code: 0
        #file: "/home/rsdserver/law.rsdserver.com/vendor/predis/predis/src/Client.php"
        #line: 370
      }
    ]
    
/home/rsdserver/law.rsdserver.com/app/Exceptions/Handler.php
        }



        // Redirect 404 not found exception

        if ($exception instanceof \Symfony\Component\HttpKernel\Exception\NotFoundHttpException) {

            return response()->view('errors.404', [], 404);

        }



        return parent::render($request, $exception);

    }



    /**

     * Convert an authentication exception into an unauthenticated response.

     *

     * @param  \Illuminate\Http\Request  $request

     * @param  \Illuminate\Auth\AuthenticationException  $exception

     * @return \Illuminate\Http\Response

     */

    protected function unauthenticated($request, AuthenticationException $exception)

    {

        if ($request->expectsJson()) {

            return response()->json(['error' => 'Unauthenticated.'], 401);

        }



        return redirect()->guest('login');

    }

}

 
Arguments
  1. ServerException {#1416
      #message: "MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error."
      #code: 0
      #file: "/home/rsdserver/law.rsdserver.com/vendor/predis/predis/src/Client.php"
      #line: 370
    }
    
/home/rsdserver/law.rsdserver.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php
    }
 
    /**
     * Handle an uncaught exception from the application.
     *
     * Note: Most exceptions can be handled via the try / catch block in
     * the HTTP and Console kernels. But, fatal error exceptions must
     * be handled differently since they are not normal exceptions.
     *
     * @param  \Throwable  $e
     * @return void
     */
    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);
        }
    }
 
    /**
     * Render an exception to the console.
     *
     * @param  \Exception  $e
     * @return void
     */
    protected function renderForConsole(Exception $e)
    {
        $this->getExceptionHandler()->renderForConsole(new ConsoleOutput, $e);
Arguments
  1. ServerException {#1416
      #message: "MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error."
      #code: 0
      #file: "/home/rsdserver/law.rsdserver.com/vendor/predis/predis/src/Client.php"
      #line: 370
    }
    
[internal]
Arguments
  1. ServerException {#1416
      #message: "MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error."
      #code: 0
      #file: "/home/rsdserver/law.rsdserver.com/vendor/predis/predis/src/Client.php"
      #line: 370
    }
    

Environment & details:

Key Value
page
"5"
empty
empty
Key Value
XSRF-TOKEN
"eyJpdiI6IjZESTRHRUF2aENGM1E4eE1xQ2VaZXc9PSIsInZhbHVlIjoiTk1zWGwyQXp2YUE3NWxVMmtuellJMHBjaGxrNngzbU5vVFFEUHduSmdzSmxXbmFubXRUa1prY0phQktmaEdYQiIsIm1hYyI6Ijc0ZTliNTZiMmNlN2VjMWUzMDBiNzgwZTkwOTkwOWQxYTU4MjUwMzZjZTEzMjExMmM1ZTE0ZWM0OGYyMjljNDkifQ=="
laravel_session
"eyJpdiI6ImxPQ1BmZ3NZY1c4M0QyMEV5RURFSlE9PSIsInZhbHVlIjoiRWs0QVBPU0RySkhcL251ZkxGSENaUDg0REdmUmZKMlBTMXFnZFdpblF0ekticWZiQmU0d0VqWGpmMldVckxPdGxlengycXIzeUdsYk1vXC9KQ2N2cWFRNnBvXC9UVzRrdWcrRHBzWWhJTHZlUFV4OWxpY2tmM1kwZ2hMY2lKbjlBT0UiLCJtYWMiOiI5MjdlYmU2OWNiNDcwMTQ4OTFkYWM1NzNlOTIyZWU0MGM1Nzc3MDEyMjEzYmQxNjdlYzAxMzYzMWU5NjZmOThjIn0="
empty
Key Value
PATH
"/usr/local/bin:/bin:/usr/bin"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_CONNECTION
"keep-alive"
HTTP_COOKIE
"XSRF-TOKEN=eyJpdiI6IjZESTRHRUF2aENGM1E4eE1xQ2VaZXc9PSIsInZhbHVlIjoiTk1zWGwyQXp2YUE3NWxVMmtuellJMHBjaGxrNngzbU5vVFFEUHduSmdzSmxXbmFubXRUa1prY0phQktmaEdYQiIsIm1hYyI6Ijc0ZTliNTZiMmNlN2VjMWUzMDBiNzgwZTkwOTkwOWQxYTU4MjUwMzZjZTEzMjExMmM1ZTE0ZWM0OGYyMjljNDkifQ%3D%3D; laravel_session=eyJpdiI6ImxPQ1BmZ3NZY1c4M0QyMEV5RURFSlE9PSIsInZhbHVlIjoiRWs0QVBPU0RySkhcL251ZkxGSENaUDg0REdmUmZKMlBTMXFnZFdpblF0ekticWZiQmU0d0VqWGpmMldVckxPdGxlengycXIzeUdsYk1vXC9KQ2N2cWFRNnBvXC9UVzRrdWcrRHBzWWhJTHZlUFV4OWxpY2tmM1kwZ2hMY2lKbjlBT0UiLCJtYWMiOiI5MjdlYmU2OWNiNDcwMTQ4OTFkYWM1NzNlOTIyZWU0MGM1Nzc3MDEyMjEzYmQxNjdlYzAxMzYzMWU5NjZmOThjIn0%3D"
HTTP_HOST
"www.law.rsdserver.com"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_CACHE_CONTROL
"max-age=0"
HTTP_X_FORWARDED_FOR
"10.2.220.132"
HTTP_VIA
"1.1 squid-proxy-5b5d847c96-ctj4p (squid/6.10)"
DOCUMENT_ROOT
"/home/rsdserver/law.rsdserver.com"
REMOTE_ADDR
"216.73.216.183"
REMOTE_PORT
"58815"
SERVER_ADDR
"158.106.129.254"
SERVER_NAME
"www.law.rsdserver.com"
SERVER_ADMIN
"webmaster@law.rsdserver.com"
SERVER_PORT
"80"
REQUEST_SCHEME
"http"
REQUEST_URI
"/search/filter/byUsState/california?page=5"
REDIRECT_URL
"/search/filter/byUsState/california"
REDIRECT_QUERY_STRING
"page=5"
REDIRECT_REQUEST_METHOD
"GET"
REDIRECT_STATUS
"200"
SCRIPT_FILENAME
"/home/rsdserver/law.rsdserver.com/server.php"
QUERY_STRING
"page=5"
SCRIPT_URI
"http://www.law.rsdserver.com/search/filter/byUsState/california"
SCRIPT_URL
"/search/filter/byUsState/california"
SCRIPT_NAME
"/server.php"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"LiteSpeed"
REQUEST_METHOD
"GET"
X-LSCACHE
"on"
PHP_SELF
"/server.php"
REQUEST_TIME_FLOAT
1759683871.5348
REQUEST_TIME
1759683871
argv
array:1 [
  0 => "page=5"
]
argc
1
APP_NAME
"All Lawers"
APP_ENV
"local"
APP_DEBUG
"true"
APP_KEY
"base64:bP/+S3QF9hZBlIE1TJVGQeNa+l3OD1diCKuM/J3io/c="
SA_SYS_KEY
"TycgsB2UboDwWxPmoqSta1cU367ATzF0"
APP_LOG
"daily"
APP_LOG_LEVEL
"debug"
APP_URL
"https://law.rsdserver.com"
DB_CONNECTION
"mysql"
DB_HOST
"localhost"
DB_PORT
"3306"
DB_DATABASE
"rsdserve_lawyers"
DB_USERNAME
"rsdserve_PLtest"
DB_PASSWORD
"nG5HPqZu2u66"
BROADCAST_DRIVER
"log"
CACHE_DRIVER
"array"
SESSION_DRIVER
"redis"
QUEUE_DRIVER
"redis"
REDIS_HOST
"127.0.0.1"
REDIS_PASSWORD
"null"
REDIS_PORT
"6379"
MAIL_DRIVER
"smtp"
MAIL_HOST
"mail.all-lawyers.info"
MAIL_PORT
"587"
MAIL_USERNAME
"support@all-lawyers.info"
MAIL_PASSWORD
"h!~KQ![Y[+jn"
MAIL_ENCRYPTION
"tls"
MAIL_FROM_ADDRESS
"support@all-lawyers.info"
MAIL_FROM_NAME
"All Lawers"
PUSHER_APP_ID
""
PUSHER_KEY
""
PUSHER_SECRET
""
Key Value
APP_NAME
"All Lawers"
APP_ENV
"local"
APP_DEBUG
"true"
APP_KEY
"base64:bP/+S3QF9hZBlIE1TJVGQeNa+l3OD1diCKuM/J3io/c="
SA_SYS_KEY
"TycgsB2UboDwWxPmoqSta1cU367ATzF0"
APP_LOG
"daily"
APP_LOG_LEVEL
"debug"
APP_URL
"https://law.rsdserver.com"
DB_CONNECTION
"mysql"
DB_HOST
"localhost"
DB_PORT
"3306"
DB_DATABASE
"rsdserve_lawyers"
DB_USERNAME
"rsdserve_PLtest"
DB_PASSWORD
"nG5HPqZu2u66"
BROADCAST_DRIVER
"log"
CACHE_DRIVER
"array"
SESSION_DRIVER
"redis"
QUEUE_DRIVER
"redis"
REDIS_HOST
"127.0.0.1"
REDIS_PASSWORD
"null"
REDIS_PORT
"6379"
MAIL_DRIVER
"smtp"
MAIL_HOST
"mail.all-lawyers.info"
MAIL_PORT
"587"
MAIL_USERNAME
"support@all-lawyers.info"
MAIL_PASSWORD
"h!~KQ![Y[+jn"
MAIL_ENCRYPTION
"tls"
MAIL_FROM_ADDRESS
"support@all-lawyers.info"
MAIL_FROM_NAME
"All Lawers"
PUSHER_APP_ID
""
PUSHER_KEY
""
PUSHER_SECRET
""
0. Whoops\Handler\PrettyPageHandler