lg-elec.fr Open in urlscan Pro
62.210.219.92  Public Scan

Submitted URL: http://lg-elec.fr/
Effective URL: https://lg-elec.fr/
Submission: On June 24 via api from US — Scanned from FR

Form analysis 0 forms found in the DOM

Text Content

SYMFONY EXCEPTION

Symfony Docs


ERROREXCEPTION


HTTP 500 INTERNAL SERVER ERROR


FILE_PUT_CONTENTS(/VAR/WWW/LGELEC/STORAGE/FRAMEWORK/CACHE/DATA/13/CE/13CEA63A3FDE82CECE0DFEDBFDE60EEF1A84D958):
FAILED TO OPEN STREAM: NO SUCH FILE OR DIRECTORY


 * Exception
 * Stack Trace


EXCEPTION


ERROREXCEPTION

in
/var/www/lgelec/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php
(line 190)
 185.      * @param  bool  $lock
 186.      * @return int|bool
 187.      */
 188.     public function put($path, $contents, $lock = false)
 189.     {
 190.         return file_put_contents($path, $contents, $lock ? LOCK_EX : 0);
 191.     }
 192. 
 193.     /**
 194.      * Write the contents of a file, replacing it atomically if it already exists.
 195.      *

in
/var/www/lgelec/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php
-> handleError (line 270)
 265.      * @return callable
 266.      */
 267.     protected function forwardsTo($method)
 268.     {
 269.         return fn (...$arguments) => static::$app
 270.             ? $this->{$method}(...$arguments)
 271.             : false;
 272.     }
 273. 
 274.     /**
 275.      * Determine if the error level is a deprecation.

HandleExceptions->Illuminate\Foundation\Bootstrap\{closure}()
in
/var/www/lgelec/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php
file_put_contents (line 190)
 185.      * @param  bool  $lock
 186.      * @return int|bool
 187.      */
 188.     public function put($path, $contents, $lock = false)
 189.     {
 190.         return file_put_contents($path, $contents, $lock ? LOCK_EX : 0);
 191.     }
 192. 
 193.     /**
 194.      * Write the contents of a file, replacing it atomically if it already exists.
 195.      *

in /var/www/lgelec/vendor/laravel/framework/src/Illuminate/Cache/FileStore.php
-> put (line 76)
 71.      */
 72.     public function put($key, $value, $seconds)
 73.     {
 74.         $this->ensureCacheDirectoryExists($path = $this->path($key));
 75. 
 76.         $result = $this->files->put(
 77.             $path, $this->expiration($seconds).serialize($value), true
 78.         );
 79. 
 80.         if ($result !== false && $result > 0) {
 81.             $this->ensurePermissionsAreCorrect($path);

in /var/www/lgelec/vendor/laravel/framework/src/Illuminate/Cache/Repository.php
-> put (line 217)
 212. 
 213.         if ($seconds <= 0) {
 214.             return $this->forget($key);
 215.         }
 216. 
 217.         $result = $this->store->put($this->itemKey($key), $value, $seconds);
 218. 
 219.         if ($result) {
 220.             $this->event(new KeyWritten($key, $value, $seconds));
 221.         }
 222. 

in
/var/www/lgelec/vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php
-> put (line 408)
 403.      * @param  array  $parameters
 404.      * @return mixed
 405.      */
 406.     public function __call($method, $parameters)
 407.     {
 408.         return $this->store()->$method(...$parameters);
 409.     }
 410. }
 411. 

in
/var/www/lgelec/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php
-> __call (line 338)
 333. 
 334.         if (! $instance) {
 335.             throw new RuntimeException('A facade root has not been set.');
 336.         }
 337. 
 338.         return $instance->$method(...$args);
 339.     }
 340. }
 341. 

in /var/www/lgelec/vendor/botble/platform/base/src/Exceptions/Handler.php ::
__callStatic (line 111)
 106.     public function report(Throwable $e)
 107.     {
 108.         if ($this->shouldReport($e) && ! $this->isExceptionFromBot()) {
 109.             $isSent = Cache::has('send_error_exception');
 110.             if (! app()->isLocal() && ! app()->runningInConsole() && ! app()->isDownForMaintenance() && ! $isSent) {
 111.                 Cache::put('send_error_exception', 1, Carbon::now()->addMinutes(5));
 112.                 if (setting('enable_send_error_reporting_via_email', false) &&
 113.                     setting('email_driver', config('mail.default')) &&
 114.                     $e instanceof Exception
 115.                 ) {
 116.                     EmailHandler::sendErrorException($e);

in
/var/www/lgelec/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php
-> report (line 198)
 193.     public function handleException(Throwable $e)
 194.     {
 195.         self::$reservedMemory = null;
 196. 
 197.         try {
 198.             $this->getExceptionHandler()->report($e);
 199.         } catch (Exception $e) {
 200.             $exceptionHandlerFailed = true;
 201.         }
 202. 
 203.         if (static::$app->runningInConsole()) {

in
/var/www/lgelec/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php
-> handleException (line 270)
 265.      * @return callable
 266.      */
 267.     protected function forwardsTo($method)
 268.     {
 269.         return fn (...$arguments) => static::$app
 270.             ? $this->{$method}(...$arguments)
 271.             : false;
 272.     }
 273. 
 274.     /**
 275.      * Determine if the error level is a deprecation.

HandleExceptions->Illuminate\Foundation\Bootstrap\{closure}()


STACK TRACE

ErrorException

ErrorException:
file_put_contents(/var/www/lgelec/storage/framework/cache/data/13/ce/13cea63a3fde82cece0dfedbfde60eef1a84d958): Failed to open stream: No such file or directory

  at /var/www/lgelec/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:190
  at Illuminate\Foundation\Bootstrap\HandleExceptions->handleError()
     (/var/www/lgelec/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php:270)
  at Illuminate\Foundation\Bootstrap\HandleExceptions->Illuminate\Foundation\Bootstrap\{closure}()
  at file_put_contents()
     (/var/www/lgelec/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:190)
  at Illuminate\Filesystem\Filesystem->put()
     (/var/www/lgelec/vendor/laravel/framework/src/Illuminate/Cache/FileStore.php:76)
  at Illuminate\Cache\FileStore->put()
     (/var/www/lgelec/vendor/laravel/framework/src/Illuminate/Cache/Repository.php:217)
  at Illuminate\Cache\Repository->put()
     (/var/www/lgelec/vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:408)
  at Illuminate\Cache\CacheManager->__call()
     (/var/www/lgelec/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php:338)
  at Illuminate\Support\Facades\Facade::__callStatic()
     (/var/www/lgelec/vendor/botble/platform/base/src/Exceptions/Handler.php:111)
  at Botble\Base\Exceptions\Handler->report()
     (/var/www/lgelec/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php:198)
  at Illuminate\Foundation\Bootstrap\HandleExceptions->handleException()
     (/var/www/lgelec/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php:270)
  at Illuminate\Foundation\Bootstrap\HandleExceptions->Illuminate\Foundation\Bootstrap\{closure}()